/* CSS Document */

html { 				
height: 100%; margin-bottom: 1px; }

body {
	background: #FaF2DC url(images/fill-content-bg.gif) repeat;

	}
	
body, p, td, ul, div {
	font: 12px  "Trebuchet MS", Helvetica, Georgia, Verdana, Tahoma, "Times New Roman";
	color: #383124;
}
	
.border {
	border: 1px solid #1D2478;
}
	
	
.contentbg{
	background: #FAF2DC;
}


	

.nav {
	background:url(images/fill-nav-bg.jpg) repeat-y;
	text-align: centre;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	
}

#nav ul
{
	text-align: center;
	padding: .2em 0;
	margin: 1px 0;
	color: #A4DFFF;
	line-height: 140%;
	font-size: 110%;
	font-weight: bold;
}

#nav ul li
{
display: inline;
padding: .2em .5em;
border-left: 1px solid #fff;
}



#nav ul li.first
{
border-left: none;
}

#nav ul li a
{
color: #fff;
text-decoration: none;
}

#nav ul li a:hover
{
text-decoration: underline;
}

a:link, a:visited  {	
	color:#1D2478;
	text-decoration:underline; }

				
a:hover {		
	color:#975735;
	text-decoration:none; }


.aFooter:link, .aFooter:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	 }
	

.aFooter:hover {
	color:#FF9900;
	font-weight:bold;
	text-decoration:none;
	}
	

	
.aMenu:link, .aMenu:visited  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	 }
	

.aMenu:hover {
	color:#161867;
	font-weight:bold;
	text-decoration:none;
	}
	

	
h1 {
	color:#2469aA;
	font-size:20px;
	font-style: normal;
	font-weight: bold;

}

h2 {
	margin-right:80px;
	display:block;
	border-bottom: 2px dotted #D99300;
	text-align: left;
	font-size:19px;
	color:#D99300;
	font-weight:bold;
	text-transform: uppercase;
	
	 }
	 
	
h3 {  /*content text*/
	font-size:13px;
	color: #272727;
	font-weight:normal;
	 }
	 
td.slideshow {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4c8cbf;
	text-align: center;

}
	 
.footer {
text-decoration:none;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
color:#DDB463;
}

.contacts {
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#2469AA;
	text-align: center;
	padding: 5px;
}


em {
	font-style: italic;
	font-weight: bold;
	color: #00067E;
}
