BODY {
	font: 11px/18px verdana, "Times New Roman", Times, serif;
	color:#2e2e2e;
	margin: 0;
	padding: 0;
	background-image:url(../images/site-bg.gif);
	background-repeat:repeat-x;
	background-color:#6c98d3;
	
}


#container {
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #6e99d4;
	border-right: 1px solid #6e99d4;
	overflow:auto;
}

/*-------------------------------------------------- BANNER AND TOP NAVIGATION -----------------------------------------*/
#header  {
height: 109px;}

#header img {
margin-bottom: 0;}


#top-nav ul { margin-top: 0;padding-top:7px;}

#top-nav li {list-style: none;
display:inline;
text-align:left;
margin-right: 15px;

}


#top-nav {
background-image:url(../images/nav-bg.gif);
background-repeat:repeat-x;
background-color:#000;
height: 36px;
padding: 0 10px;
color:#969595;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#top-nav a {

text-decoration:none;
font-size:13px;
color:#666666;
font-weight: normal;
font-family:Georgia, "Times New Roman", Times, serif;}



/*-------------------------------------------------- LEFT COLUMN AND NAVIGATION -----------------------------------------*/

#leftcol {
	font: bold 12px verdana, "Times New Roman", Times, serif;
	text-align: center;
	background-color:#5c8ab8;
	color:#FFF;
	width:225px;
}


#leftcol a {
	font-size: 11px;
	font-weight:normal;
	color: #000;
	text-decoration: none;
}
#leftcol a:hover {
	
	text-decoration: underline;
}

#leftcol img {border:1px solid black;
margin:10px auto;}

	

#navcontainer {margin: 3px auto;
width:224px;}


#nav
{
text-align:left;
padding: 0 10px;
margin-left: 0;



}

#nav li
{
list-style: none;
margin-left: 2px;
padding: 5px;
border-top: 1px dotted #4d78a3;
background-color:#6795c2;
}

#nav li a { text-decoration: none;

color:#FFF; }

.header {background-color:#000;}
	

	
/*-------------------------------------------------- CONTENT TABLE -----------------------------------------*/

#content {
margin: 0 auto;
overflow: hidden;
padding:15px;}




/*-------------------------------------------------- FOOTER -----------------------------------------*/



#footer {

	height: 60px;
	margin:0 auto;
	color: #333;
	text-align: center;
	font-size: 11px;
	background-color: #FFF;
	border-top: 1px solid #dedede;


	
}
#footer a {
	color: #fef3b1;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:hover {
	color: #d1d3a5;
	text-decoration: none;
}




/*--------------------------------------------------WEBMASTER -----------------------------------------*/

#webmaster  {color:#395c80;
font-size: 9px;
text-align: center;

}

#webmaster a {color:#395c80;
font-size: 9px;
text-decoration:none;


}


/*-------------------------------------------------- GENERAL HTML ELEMENTS -----------------------------------------*/


a {
	color: #002596;
	text-decoration: underline;
	font: bold 11px verdana, "Times New Roman", Times, serif;
}
a:hover {
	color: #19405f;
	text-decoration: none;
}
h1 {
	color: #990000;
	font-size: 18px;
	margin-bottom: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #990000;
	font-size: 15px;
	margin-bottom: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 3px;
	color:#990000;
	
}


hr {
	color: #dfc4b0;
	height: 1px;
	margin-bottom: 1px;
	background: #dfc4b0;
}

.border{
	border: 1px solid black;
}
