HTML {
margin:0;
background-color: #666;
padding: 0px;
}

body{
	margin:0 auto;
	width:760px;
	padding: 0px;
}

#header{
	width:760px;
	background:url(/images/header-bg.jpg) no-repeat;
	height:137px;
	margin: 0px;
	padding: 0px;
}

#header p{
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-align:center;
	font-size: 14px;
	display:inline;
	float: right;
	margin: 15px 10px 0px 0px;
	line-height: 20px;
	font-weight:bold
}




/*-- logo --*/
#header h1 { margin: 0px; padding: 0px; }

#header h1 a {
background-image: url(/images/logo.gif);
background-repeat: no-repeat;
height: 106px;
width: 328px;
margin: 0px;
text-indent: -20000px;
display: block;
float: left;
padding: 0px;
}








/*-- navigation --*/
#header ul{
	clear: both;
	overflow:hidden;
	float:left;
	width:760px;
	height:31px;
	margin:0px;
	padding:0px;
	border-bottom: 5px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
}
#header ul li{
	background:url(/images/link-seporator.gif) no-repeat 100% 100%;
	float:left;
	list-style:none;
	display:inline;
	padding:0 1px 0 0;
	margin: 0px;
}
#header ul li a{
	line-height:31px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background:url(/images/a-nav-bg.gif) repeat-x;
	width: 110px;
	display:block;
	margin: 0px;
	text-align:center;
}
#header ul li a:hover{
	background-position: bottom;
	color:#fff;
}

#header ul li.first a{width: 102px;}
#header ul li.last a{width: 102px;}
#header ul li.last{ 
	padding:0;
	background:none;
}















/*-- content --*/
#content{
	width:760px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	
}


	
/*-- left-content --*/
#left-content{
	background-image: url(/images/left_bkgrd.gif);
	background-repeat:no-repeat;
	width: 169px;
	height:429px;
	margin: 21px 0px 10px 17px;
	padding: 0px;
	float: left;
	display:inline;
}


#left-content ul{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#left-content li{
	list-style:none;
	padding: 0px;
}
#left-content li a{
	line-height: 22px;
	text-decoration:none;
	color:#000066;
	font-size: 12px;
	display:block;
	height: 22px;
	width: 154px;
	font-weight:bold;
	margin:0px 0px 0px 15px;
	padding: 0px;
}
#left-content li a:hover{
color: #990000;
text-decoration:underline;
}

#left-content li a:visited{
color: #990000;
}

#left-content .seperator{
height: 1px;
display: block;
}









/* ---Right Content--- */

#right-content{
	padding:0px;
	float:right;
	width:550px;
	display: inline;
	margin: 21px 0 0 0;
	background-color: #fff;
	
}

#right_container {
width: 550px;
margin: 0px 0px 10px 0px;
padding: 0px;
min-height:395px;
}


#right-content h1{
font-size: 17px;
color: #990000;
margin: 0px;
}

#right-content p{
font-size: 12px;
color: #000;
padding: 0px 15px 0px 0px;
}


#right-content p a{
color: #990000;
text-decoration:underline;
}

#right-content p a:hover{
text-decoration:none;
}

.italic {
font-style:italic;
}

.bold {
font-weight: bold;
}
.bold14red {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
}
.bold12unedrline {
	color: #990000; 
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold; 
}


/* --- Footer ---*/

#footer{
	height:20px;
	text-align:center;
	width:550px;
	padding:0px;
	font-size: 11px;
	margin: 0px;

}

#footer ul{
	width:550px;
	margin:0;
	padding: 0px;
	text-align:center;

}

#footer li{
	display:inline;
	list-style:none;
	padding:0px;
	text-align:center;
}

#footer li a{
	color:#000066;
	line-height:20px;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

#footer li a:hover{
text-decoration:underline;
color:#990000;
}



#fix {
clear: both;
height: 1px;
width: 760px;
background-color:#fff;
overflow: hidden;
}
