a:link { color:#660000; text-decoration:underline;}
a:visited {color:#000066; text-decoration:underline;}
a:hover {text-decoration:none;}

a.wtlnk:link {color:#FFFEF4; text-decoration:none;}
a.wtlnk:visited {color:#FFFEF4; text-decoration:none;}
a.wtlnk:hover {text-decoration:underline; color:#FFFEF4;}
a.wtlnk:active {color:#EE0000;}
a.ylnk:link {color:#FFFF99; text-decoration:none;}
a.ylnk:visited {color:#FFFF99; text-decoration:none;}
a.ylnk:hover {text-decoration:underline; color:#FFFF99;}
a.ylnk:active {color:#EE0000;}
a.bklnk:link {color:#000000; text-decoration:underline;}
a.bklnk:visited {color:#000000; text-decoration:underline;}
a.bklnk:hover {text-decoration:none; color:#660000;}
a.bklnk:active {color:#EE0000;}
a.bklnk2:link {color:#000000; text-decoration:none;}
a.bklnk2:visited {color:#000000; text-decoration:none;}
a.bklnk2:hover {text-decoration:underline; color:#660000;}
a.bklnk:active {color:#EE0000;}
a.grlnk:link {color:#999999; text-decoration:none;}
a.grlnk:visited {color:#999999; text-decoration:none;}
a.grlnk:hover {text-decoration:none; color:#000000;}
a.grlnk:active {color:#EE0000;}
a.dgrlnk:link {color:#555555; text-decoration:underline;}
a.dgrlnk:visited {color:#555555; text-decoration:underline;}
a.dgrlnk:hover {text-decoration:none; color:#000000;}
a.dgrlnk:active {color:#EE0000;}
p {padding:0; margin:0}
img { border:none;}

.picture { background-color: #FFFFFF; border: 1px solid #2E3966; padding: 4px; margin: 10px; font: 12px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #7E0000; vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;*/
	height: 80px;
}

.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border:none;
} 
.twoColFixLtHdr #header {
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image:url(../img/main/template_03.gif);
} 
.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: 149px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left:1px #000000;
	background:url(../img/main/template_05.gif) no-repeat #540000;
	
}

.twoColFixLtHdr #sidebar2 {
background:url(../img/main/template_09.gif) repeat-y #FFFFFF ;
padding:0; margin:0;

}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 100;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000000;
	width: 610px;
	background:#FFFFFF;
	border-right-width: 0px;

} 
.twoColFixLtHdr #footer {
	height: 30px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
