/*

*/


/* Begin Typography & Colors */


html, body {
	margin: 0;
	padding: 0;
	background: url(images/bkgd.gif) repeat-x #e3ecf3;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	font-color:#cccccc;
	margin-top:0;
}

.hidden {
	display: none;
}


#page-container {
	align:center;
	width: 848px;
	margin: auto;
	padding:0;
	background: url(images/page-bkgd.gif);
	border:0px solid #990000;
}


#header {
	background: url(images/header.jpg);
	padding:0;
	width:848px;
	height: 126px;
	margin-top:0px;
}

#top-sidebar-home {
	background: #ffffff;
	float:right;
	padding:0 16px 0 0px;
	width:250px;
	margin:0 2px 0 0;
}

#top-content {
	align:center;
	background: #ffffff;
	width:553px;
	margin:0 0 0 2px;
	padding:0 8px 0 16px;
	float:left;
}

#sidebar-about {
clear:both;
	background: #ffffff;
	float:right;
	padding:0 0 0 10px;
	width:233px;
	height:378px;
	margin-top:20px;
	border-left:1px solid #cccccc;
}

#sidebar-a {
	background: #ffffff;
	float:left;
	padding:0 0 0 10px;
	width:233px;
	height:578px;
	margin-top:40px;
	border-right:2px solid #cccccc;
}

#page-content {
	float:left;
	align:center;
	background: #ffffff;
	width:530px;
	margin-top:20px;
	padding:0 10px 0 20px;
}



#content {
	align:center;
	background: #ffffff;
	width:560px;
	margin-top:40px;
	margin-left: 250px;
	padding:0;
}

#footer {
	clear:both;
	background: #ffffff;
	border-top:2px solid #cccccc;
	margin:10px 15px 0 15px;
	height: 29px;
	padding:15px 0 0 0;
	width:818px;
}

#bottom {
	margin: auto;
	width:848px;
	height:28px;
	background: url(images/bottom.gif) no-repeat;
}



	

.footerfont  {
	font-size : 10px; 
	font-family : Verdana;       
	color : #777777; 
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	}
	
#footerlink A:link  {COLOR : #f5bb00; text-decoration : none;}
#footerlink A:visited, A:active  {COLOR : #f5bb00; text-decoration : none;}
#footerlink A:hover  {COLOR : #f5bb00; text-decoration : underline; font-weight : normal;}
	
.quotefont  {
	font-size : 12px; 
	font-family : Arial;       
	color : #666666; 
	font-weight : bold; 
	font-style : italic; 
	text-decoration : none;
	}
	
.quotefontsm  {
	font-size : 11px; 
	font-family : Arial;       
	color : #000000; 
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	}
	
.redfont  {
	font-size : 12px; 
	font-family : Arial;       
	color : #c3473f; 
	font-weight : bold; 
	font-style : none; 
	text-decoration : none;
	}
	
.orangefont  {
	font-size : 12px; 
	font-family : Arial;       
	color : #ed9a1a; 
	font-weight : bold; 
	font-style : none; 
	text-decoration : none;
	}


.arrowfont  {
	font-size : 15px; 
	font-family : Arial;       
	color : #c3473f; 
	font-weight : bold; 
	font-style : none; 
	text-decoration : none;
	}

	
.sitefont  {
	font-size : 12px; 
	font-family : Arial;       
	color : #666666; 
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	}
	
.sitefontsm  {
	font-size : 11px; 
	font-family : Arial;       
	color : #666666; 
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	}

.pageheaderfont  {
	font-size : 28px; 
	font-family : Arial;       
	color : #c3473f; 
	font-weight : normal; 
	font-style : normal; 
	text-decoration : none;
	}
	
.headerfont  {
	font-size : 17px; 
	font-family : Arial;       
	color : #008000; 
	font-weight : bold; 
	font-style : normal; 
	text-decoration : none;
	}
	
li {
padding: 0px;
margin: 0 0 0 -20px;
} 
	
	

#menu {
	width:848px;
	height:45px;
	font-size:90%;
	line-height:39px;
	border:0px solid #990000;
	}
#menu ul {
	margin:0px 10px 0px 310px;
	padding:54px 0 0 0;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/nav-off.jpg") no-repeat left top;
	width:105px;
	height:41px;
	margin:0;
	padding:0;
	color:#2d4053;
	text-align:center;
	text-decoration:none;
	}

	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#menu a:hover span {color:#2d4053;}
#menu a:hover {
background:url("images/nav-on.jpg") no-repeat left top;
}

a:link {color:#005581;text-decoration : underline;}    /* unvisited link */
a:visited {color:#005581;text-decoration : underline;} /* visited link */
a:hover {color:#88bef4;text-decoration : none; font-weight:bold;}   /* mouse over link */
a:active {color:#005581;text-decoration : underline;}  /* selected link */

a.home:link {color:#FFFFFF;text-decoration : underline;}    /* unvisited link */
a.home:visited {color:#FFFFFF;text-decoration : underline;} /* visited link */
a.home:hover {color:#FFFFFF; text-decoration : none; font-weight:bold;}   /* mouse over link */
a.home:active {color:#FFFFFF;text-decoration : underline;}  /* selected link */

#navlist { list-style-image: url(images/bullet.gif); }


/* End captions */

