body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#B2B2B2;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

* {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

#container {
	width:752px;
	text-align:center;
	margin:auto;
	border-left:#ffffff solid 9px;
	border-right:#ffffff solid 9px;
	border-bottom:#ffffff solid 9px;
	color:#474747;
}

#top {
	width:752px;
}

#whiteline {
	width:752px;
	height:4px;
	background-color:white;
}

#nav {
	width:752px;
}

#banner {
	width:752px;
	background-color:white;
}


#bluebar {
	width:752px;
	color:#b94a4a !important;
	height:29px;
	background-image:url(../images/bluebar.gif);
	background-repeat:repeat-x;
}

#bluebar1 {
	width:752px;
	height:24px;
	padding-top:5px;
	background-image:url(../images/bluebar.gif);
	background-repeat:repeat-x;
}


#indexcontent {
	width:712px;
	text-align:left;
	background-image:url(../images/bg_indexcontent.jpg);
	background-repeat:repeat-x;
	padding:20px;
	background-color:#CCCCCC;
}

#contentsidenav {
	width:732px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:20px;
	text-align:left;
	background-color:white;
	background-image:url(../images/bg_sidenav.gif);
	background-repeat:repeat-y;
}


#content {
	width:712px;
	padding:20px;
	text-align:left;
	background-color:white;
}


#footer {
	width:752px;
	background-color:#838383;
	color:white;
	padding-top:15px;
	padding-bottom:50px;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:#C80500;
	text-decoration:none;
}




p {
	margin-top:0px;
}

td {
	vertical-align:top;
}

h1 {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#C80500;
}

a {
	font-weight:bold;
	color:#2668D6;
}

a:hover {
	font-weight:bold;
	color:#474747;
}

hr {
	color:#E9E9E9;
	margin-bottom:15px;
}

img {
border-color:#474747;
}

.boldred {
	font-weight:bold;
	color:#C80500 !important;
}	