html, p, td {
	margin: 0;
	padding: 0;
	font: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
} 

body {
	background-color: White;
	background-image: url(../images/bg.gif);
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	margin: 0px;

}
.container {
	background-color: #B7181C;
	background-image: url(../images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 900px;
	height: 560px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	text-align: left;
	z-index: 1;
}

.banner {
	background-color: #FFFFFF;
	background-image: url(../images/banner-bg.gif);
	width: 100%;
	height: 90px;
	position: relative;	
	top: 0px;
	border: 1px groove;
	z-index: 2;
}
.mainmenu {
	background-color: #CCCCCC;
	background-image: url(../images/bottom-gray.gif);
	background-repeat: repeat-x;
	width: 890px;
	height: 20px;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
	border: 1px groove;
	z-index: 3;
	font-family: Arial;
	font-size: 11px;
}	

.sidebar {
	background-color: #CCCCCC;
	background-image: url(../images/sidebar-silver.gif);
	background-repeat: repeat-y;
	color: #000033;
	width: 160px;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: left;
	border: 1px groove;
	z-index: 2;
}

.sidebarnl {
	background-color: #CCCCCC;
	background-image: url(../images/sidebar-silver.gif);
	background-repeat: repeat-y;
	color: #000033;
	width: 120px;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 12px;
	text-align: center;
	border: 1px groove;
	z-index: 2;
}
.sidebar2 {
	font: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #770000;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.sidebar2:link {

}

.sidebar2:visited {
	
}

.sidebar2:hover {
	color: #ff0000;
	text-decoration: underline;
}

.whitecenter {
	background-color: #AD241C;
	/*background-image: url(../images/sidebar-silver.gif);*/
	background-repeat: repeat-y;
	color: #ffffff;
	width: 160px;
	position: relative;
	top: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 12px;
	text-align: center;
	border: 1px groove;
	font-weight: bold;
	z-index: 2;
}
.content{
	background-color: white;
	background-image: url(../images/transparent-logo.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 676px;
	height: 410px;
	position: absolute;
	top: 124px;
	left: 200px;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	overflow: auto;
	text-align: left;
	border-right: 2px groove #EEEEEE;
	border-bottom: 2px groove #EEEEEE;
	z-index: 2;
}

.footer {
	background-color: #CCCCCC;
	background-image: url(../images/bottom-gray.gif);
	background-repeat: repeat-x;
	width: 890px;
	height: 30px;
	position: absolute;
	top: 560px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: right;
	border: 1px groove;
	z-index: 3;
}




.tdgray {
	background-color: #CCCCCC;
	width: 20%;
}

.leftborderlink {
font-weight: bold;
}

.leftborderlink  {
	color: #000033;
	text-decoration: None;
}

.leftborderlink:link  {
	color: #000033;
	text-decoration: None;

}
.leftborderlink:visited  {
	color: #000033;
	text-decoration: None;

}
.leftborderlink:hover  {
	color: #000033;
	text-decoration: underline;
}
a, a:active, a:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #000033;
	text-decoration: None;
	
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #000033;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	color: #000033;
	font-weight: bold;
}

h2, h3 {
	font-family: Arial;
	font-size: 13px;
	color: #000033;
	font-weight: bold;
}
h3, h4, h5, h6 {
	font-family: Arial;
	font-size: 13px;
	color: #000033;
	}

.hr {
	line-height: normal;
}
