/* CSS Document */
body {
	background-color: #AFC2C9;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
}

div.Main {
	width: 800px;
	padding: 0px 10px;
	background-image: url(../images/background.jpg);
	margin: 0px 0px 5px 0px;
}

div.Header {
	height: 225px;
}

div.Menu {
	height: 40px;
	text-align: center;
	padding-top: 7px;
	background-color: #868282;
	border-bottom:thin #000000 solid; 
	border-top:thin #000000 solid; 
}

div.MenuItem {
	float: left;
	width: 122px;
	height: 31px;
	margin: 0px 5px 0px 5px;
	background-image: url(../images/button3.jpg);
	background-repeat: no-repeat;
	text-align: center;	
	padding-top: 7px;
}

	div.MenuItem a{
		text-decoration: none;
		color:#CCCCCC;
		text-transform:uppercase;
		font-size:13px;
	}
	
	div.MenuItem a:hover{		
		color: #E9CA64;
	}

div.Content {
	float: left;
	width: 590px;
	padding: 20px;
	text-align: left;
	font-size:12px;

	background:url(../images/triangle.gif) no-repeat top left;
}

	div.Content a {
		text-decoration: none;
		color:#666666;
		text-transform:uppercase;
	}
	
	div.Content a:hover {		
		color: #E9CA64;
	}


div.Quick {
	float: right;
	width: 159px;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: left;
	border-left: dashed #CCCCCC thin;
}

div.Footer {
	height: 70px;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom:7px;
	clear: both;
	background-image:url(../images/footer-bg.jpg);
}

div.Clear {
	clear: both;
}

div#HomeLeft {
	width: 140px;
	float: left;
	font-size: 12px;
	padding: 3px 6px 3px 0px;
	border-right: dashed thin #CCCCCC;
}
	
	div#HomeLeft a {
		color:#666666;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
	}
	
	div#HomeLeft a:hover {
		color:#000066;
		text-decoration:underline;
	}

div#HomeRight {
	width: 408px;
	float: left;
	padding: 3px 5px 3px 5px;
}

div#Mission {
	width: 405px;
	font-weight: bold;
	font-size: 12px;
	border: thin solid #CCCCCC;
	color:#666666;
	padding:10px;
	margin-left: 10px;
	margin-bottom: 5px;
	background:url(../images/triangle.gif) no-repeat top left;
}

ul {
	list-style-image: url(../images/arrow.jpg);
}

img {
	border: none;
}

img.Links {
	margin-left: 5px;
	margin-top: 2px;
}

div.Content div {
	background-color:#FFFFFF;
}

h1 {
	font-size: 16px;
}


