@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #480000;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #660000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666666;
} 
#header {
	background-color: #660000;
	background-image: url(images/newlogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
} 
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	height: 1100px;
	background-color: #990000;
	border-top-color: #820000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #820000;
	filter: DropShadow(Color=660000, OffX=5, OffY=5, Positive=50);
	border-right-style: outset;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	height: 1100px;
	background-color: #990000;
	border-top-color: #820000;
	border-right-color: #820000;
	border-bottom-color: #820000;
	border-left-color: #820000;
	filter: DropShadow(Color=660000, OffX=5, OffY=5, Positive=50);
	border-left-style: inset;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
}
#mainContent {
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #660000;
	background-image: url(images/headft_bg1.png);
	background-repeat: repeat-x;
} 
#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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
}
.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;
}
#body  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 0;
}
#body  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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
}
#sidebar1  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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
}
#sidebar2  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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
}
#sidebar1  h1  {
	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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-align: center;
}
body,td,th {
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
	color: #FFFFCC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}
h1 {
	font-size: 18px;
	color: #FFFFCC;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
}
sidebarh2 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/headft_bg1.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
}
.style3 {color: #FFCC33}
.style4 {height:0; line-height: 0px; clear: both;}

h3 {
	font-size: 12px;
	color: #FFFF99;
	background-image: url(images/headft_bg1.png);
	background-repeat: repeat-x;
	text-align: center;
	white-space: normal;
	background-position: top;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-weight: bold;
}
.thrColFixHdr #linkbar {
}
h4 {
	font-size: 12px;
	color: #FFFF99;
	background-image: url(images/spec_bg1.png);
	background-repeat: repeat-x;
	text-align: center;
	white-space: normal;
	background-position: top;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-weight: bold;
}
