@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	background:#999;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(background_01.gif);
	background-repeat: repeat;
} 
.twoColFixLtHdr #navigation {
	width: 780px;
	TEXT-ALIGN: center;
	FONT: bold 11px  verdana, Helvetica, arial,  sans-serif;
	background-color: #162834;
	
	} 	
.twoColFixLtHdr #navigation UL {
	PADDING-BOTTOM: 10px; 
	MARGIN:0em;  
	PADDING-TOP: 10px; 
	LIST-STYLE-TYPE: none
}
.twoColFixLtHdr #navigation LI {
	MARGIN: 0px; 
	DISPLAY: inline; 
}

.twoColFixLtHdr #navigation LI A {
	COLOR: #EBEBEB;
	TEXT-DECORATION: none;
}
.twoColFixLtHdr #navigation LI A:hover {
	COLOR: #ffff00;
	TEXT-DECORATION: underline
}


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #000;
	background-image: url(bacgrd.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 15px 20px; 
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
	font-size: 1.15em;
} 
.twoColFixLtHdr #footer {
	BACKGROUND:  #0C364D;
	MARGIN: 0px auto; 
	width: 780px;
	TEXT-ALIGN: right;
}

.twoColFixLtHdr #footer UL {
	MARGIN: 0px; 
	FONT: bold 10px verdana, arial, sans-serif; 
	PADDING-TOP: 5px;
	padding-bottom: 5px;
	LIST-STYLE-TYPE: none
}
.twoColFixLtHdr #footer LI {
	PADDING: 3px; 
	DISPLAY: inline; 
	MARGIN: 0px; 
	
}

.twoColFixLtHdr #footer LI A {
	COLOR: #C4C4C4;
	TEXT-DECORATION: none
}

.twoColFixLtHdr #footer LI A:hover {
	COLOR: #ffff00;
	TEXT-DECORATION: underline
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

H1 {
	 FONT-WEIGHT: bold;
	 FONT-SIZE: 1.2em; COLOR: #990000; 
}
b {
	FONT-SIZE: 12px;
	COLOR: #000000;
}
H3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.85em;
	COLOR: #903;
	MARGIN: 1em 0px 0.2em
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 1em; MARGIN: 1em 0px 0.2em
}
H5 {
	FONT-WEIGHT: normal; FONT-SIZE: 1em; MARGIN: 0px; FONT-STYLE: italic
}
H6 {
	FONT-WEIGHT: normal; FONT-SIZE: 1em; MARGIN: 0px; FONT-STYLE: italic
}
P {
	FONT-SIZE: 0.90em; 
}
.abstract {
	FONT: 11px verdana, arial, sans-serif; 
	text-align:justify;
}
form {
	FONT: 13px arial, verdana,  sans-serif; COLOR: black;
}
TABLE {
	PADDING-RIGHT: 0em; PADDING-LEFT: 1.2em; PADDING-BOTTOM: 0em; MARGIN: 0em 0em 1em; PADDING-TOP: 0.7em; BORDER-COLLAPSE: collapse
}
	TD {
	FONT-SIZE: 11px;
	COLOR: #FFF;
	FONT-FAMILY: arial, verdana,  sans-serif;
	TEXT-ALIGN: center;
	background-color: #162834;
}  
TD A {
	FONT-SIZE: 11px;
	COLOR: #FFF;
	TEXT-DECORATION: none;
}
TD A:hover{
	FONT-SIZE: 11px;
	COLOR: #FF0;
	TEXT-DECORATION: underline;
}

TR {
	vertical-align:middle;
}

.copyright {
PADDING-RIGHT: 50px; PADDING-LEFT: 0px; FONT-SIZE: 0.7em; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 0px 7px; COLOR: #162834; PADDING-TOP: 0.5em
}
