@charset "utf-8";
/* CSS Document */

html	{
	padding:0px;
	margin:0px;
	scrollbar-face-color:#CFCED2;
	scrollbar-shadow-color:#CFCED2;
	scrollbar-highlight-color:#F6F6F7;
	scrollbar-3dlight-color:#E9E9E9;
	scrollbar-darkshadow-color:#919194;
	scrollbar-track-color:#E4E4E4;
	scrollbar-arrow-color:#000000; 
	}

body	{
	padding: 0px;
	margin: 0px;
 	background:url(../images/bkg_clouds.jpg)  top center no-repeat #ffffff;
	}

p, li	{
	padding: auto;
	font-family: "Segoe UI", "Lucida Sans Unicode", Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 160%;
	margin: 12px 0px;
	padding: 0;
	}

ul 	{
	margin-top: 3px;
	}

a:link, a:visited, a:active {
	color: #3687D9;
	text-decoration: underline;
	}

a:hover {
	color: #0060BF;
	text-decoration: none;
	}

a.heading {
	color: #3D5C99;
	text-decoration: none;
	}

h1 	{
	display:block;
 	font-family: Georgia, "Trebuchet MS", "Lucida Sans Unicode", Arial, Geneva, sans-serif;
	font-size: 24px;
	color: #DA201D;
	font-weight: normal;
	word-spacing: 2px;
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #e5e5e5;
	}

h2 	{
	display: block;
 	font-family: "Segoe UI", "Lucida Sans Unicode", Arial, Geneva, sans-serif;
	font-size: 15px;
	color: #3D5C99;
	font-weight: bold;
	word-spacing: 2px;
	padding: 0;
	margin: 0; 
	clear: both;
	}

hr 	{	
	background-color: #E5E5E5;
	height: 1px;
	width: 80%;
	border: none;
	} 

#container {
	display: table;
	width: 1000px;
  	margin: 0 auto;
 	padding: 0;
	}

#header {
	display: table;
	width: 1010px;
	height: 175px;
	margin: 0;
	padding: 0;
	background: url(../images/bkg_header.png) no-repeat;
  	clear: both;
	}

#nav 	{
	display: table;
	width: 950px;
	margin: 125px 0 0 25px;
	height: 40px;
	background: url(../images/bkg_nav_fill.jpg) repeat-x;
	clear: both;
	border: 2px solid #F2AE24;
	}

#content {
	display: table;
 	width: 100%;
	min-height:400px;
 	height: auto !important;
 	height:400px;
 	padding: 0 25px;
	background: url(../images/bkg_body.png) repeat-y;
	clear: both;
	}

#descript	{
	width: 900px;
	padding-left: 2px;
	}

#descript	p {
	font-size: 14px;
	}
#footer 	{
	display: block;
	width: 1010px;
	height: 140px;
	margin: 0;
	padding: 0;
	background:url(../images/bkg_footer.png) no-repeat;
	clear: both;}

#footer p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 12px;
	color:#666;
	margin: 0;
	padding: 0;
	text-align: center; 
	}

#banner {
	display: table;
 	width: 910px; 
 	height: 260px;
	margin-bottom: 10px;
 	padding: 0;
	clear: both;
	}	


#banner_int {
	display: table;
 	width: 950px; 
 	height: 200px;
 	padding: 0;
	clear: both; 
	}


#users 	{
	display: table;
 	width: 950px; 
 	height: 480px;
 	padding: 0; 
	background: url(../images/users_banner.jpg) no-repeat;
	clear: both;
	}

#users p, #users li {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
	}

#users li {
	padding: 0;
	margin: 0; 
	list-style-image:url(blt01.gif);
	}

#users ul {
	margin-left: -20px;
	}

#col_left {
	float: left;
	display: table;
	width: 475px;
	margin: 0 0 0 35px;
	padding: 0;
	overflow: visible; 
	}

#col_right {
	float: left;
	display: table;
	width: 350px;
	margin: 0 0 0 35px;
	padding: 0;
	overflow:visible;
	}

#col_right li {
	font-size: 13px;
	}

#cr 	{
	display: table;
 	width: 1000px;
	height: 100px;
  	margin: 0 auto;
 	padding: 0;
	background: url(bkg_cr.gif) no-repeat;
	}

#cr p {
	font-size:10px;
  	margin: 0;
 	padding: 0;
	text-align: center;
	}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu {
	font-family: "Segoe UI", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	}

.underlinemenu ul {
	padding: 7px 0 0 0;
	margin: 0;
	text-align: left;
	}

.underlinemenu ul li {
	font-size: 15px;
	display: inline;
	margin:0;
	padding: 0; 
	}

.underlinemenu ul li a {
	color: #ffffff;
	padding: 9px 20px 11px 20px; 
	margin: 0; 
	text-decoration: none;
	border-right: 1px solid #FFDF80; 
	margin-right: -5px;
	}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
	background-color: #930; 
	background: url(../images/bkg_nav_fill_over.jpg) repeat-x;
	}

.underlinemenu ul li #current {
	font-size: 15px;
	background: url(../images/bkg_nav_fill_sel.jpg) repeat-x;
	display: inline;
	}

.underlinemenu ul li #current:hover {
 	background: url(../images/bkg_nav_fill_over.jpg) repeat-x;
	display: inline;
	}
