/* CSS Document */

html {
font-size:90%;
height:100%;
}

body {
	background-color:#2e416c;
	border-left:0px solid #996633;
	font:0.85em/1.333 Arial, Helvetica, sans-serif
	color:#000;}

a {
	color: #003366;}

a:hover {
	text-decoration:none;
	color:#8B2323;}
	
.clear {
	clear: both;
	margin-top:5px;
}	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:1.75em;
	color: #333333;
	text-decoration: none;
	border-bottom:0px solid #666666;
	font-weight: bold;
	padding-bottom:.3em;
	padding-top:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:1.25em;
	color:#000;
	font-weight: bold;
	text-align: center;
	padding-top:10px;
	}
h3 {
font-size:1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-style:normal;
text-decoration: none;
text-align:center;
}
	
#header {
position:relative;
	width:100%;
	height:170px;
	background-color:#fff;
	border-bottom:0px solid #000000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin:0;
}

.tag {
	position:absolute;
	left: 633px;
	top: 222px;
}

#container {
margin:0 auto;
	background-color:#fff;
	border:0px solid #000;
	width:850px;
	min-height:100%;	
}

#content {
margin:0 auto;
margin:70px 30px 10px 30px;
height:auto;
border:0px solid #ccc;
}

#content ul li {
line-height:200%;
list-style:square;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color:#fff;
float: right;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }	
/****images****/

img {
border:none;
}

.img_left {
float:left;
margin-right:40px;
margin-bottom:15px;
}

.img_right {
float:right;
margin-left:14px;
margin-bottom:4px;
}

/****small lower navigation****/

#nav
	{
	background-color:none;
	font-size: .9em;
	text-align: center;
	padding: 2px 0px;
	margin-top:5px;
	margin-bottom: 5px;
	}
	
	#nav ul
	{
	margin: 0 15px 0 20px;
	padding: 0;
	list-style-type: none;
	}
	
	#nav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 0px solid #000000;
	}
	
	#nav li a
	{
	text-decoration: none;
	color: #333333;
	}
	
	#nav li a:hover
	{
	color: #999999;
	text-decoration: underline;
	background-color:none;
	}




#footer {
width:850px;
	clear:both;
	color: #333;
	background-color:#fff;
	text-align:right;
	height:auto;
	margin:0 auto;
	border-top:2px solid #036;
	padding-top:2px;
	padding-bottom:0px;
}

#footer p {
margin-right:30px;
font-size:.9em;
}

#designer {
padding-top:30px;
text-align:center;
margin:0 auto;
width:850px;
font-size:.85em;
color:#FFFFFF;
}
#designer a {
color:#FFFFFF;
}