﻿body
{
		background: #FFFFFF;	
}
#container 	
{
	width: 755px;

	position:inherit;
	margin-left:1.1em;
	margin-right:1em;	
}
#l
{
	background-image:url(Images/gradient_l.jpg);
	background-repeat:repeat-y;
	margin-left:10em;
	float: left;	
}
#r
{
	background: url(Images/gradient_r.jpg) 100% 0 repeat-y;
}
#header 
{
	background: #FFFFFF;
	height: 200px;	
	background-image:url(Images/Banner.jpg);
	background-repeat:no-repeat;
	background-position:left;	
}

#content 
{
	background: #FFFFFF;
	width: 560px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 1px;
	border-left: 1px solid black;	
}

#navigation 
{
	background: #FFFFFF;
	font-family:Arial;
	font-size:0.85em;
	width: 183px;
	float: left;
	margin-left:0em;
}
#footer 
{
	background: #FFFFFF;
	background: #000000;
	height: 40px;
	clear: both;	
	text-align: center;
}

#navigation a, a:visited
{
	color:#000099;
	text-decoration:none;	
}
#navigation a:hover
{
	color:	White;
	text-decoration:none;
	
}
#navigation ul
{
	list-style-type: none;
	text-align:left;
	margin-left:-2.2em;	
}
#navigation li
{

	background: url(Images/btnbg.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
	width: 12em;
	margin-top: 0.5em;
}
#navigation li:hover
{
	background:#6D7B8D;
}


#content img {
	float:right; 
	vertical-align:top; 
	border:1px solid black;
	margin-top:0em;
	margin-bottom:2em;
	margin-right:1em;
}
#content p {
	font-family:Arial;
	font-size:0.8em;
	line-height:2em;
}
#content a {
	text-decoration:none;
	line-height:1em;
}
#content iframe {
	width:100%;
	height:500px;
	border:none;
}
#content ul {
	font-family:Arial;
	font-size:0.8em;
	line-height:2em;
}
#content h1 {
	font-family:Arial;
	font-size:1.6em;
	color:Maroon;
	line-height:1em;
}
#content h3 {
	font-family:Arial;
	font-size:1.1em;
	color:Navy;
	line-height:1em;
}
#footer p {
	margin-top: 0.5em;
	font-family:Arial;
	font-size:0.65em;
	color:White;
	
	text-indent:0.5em;
}
#footer a {		
	color:gray;	
}
#footer a:hover {
	text-decoration: underline;		
	color:white;	
}


