body {
	margin: 0px;
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#header {
	width: 740px;
	height: 46px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;	
	background-color: #FFF;
	border: 1px solid #291C6F;	
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
 	-moz-box-shadow: 0px 0px 6px #333;
}

#header ul {
	height: 46px;
	float: right;
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

#header ul li {
	height: 46px;
	float: left;
	display: inline;
	background-color: #FFF;
	border-left: 1px solid #291C6F;
	padding: 0px;
	margin: 0px;
}

#header ul li div {
	width: 88px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	align: center;
	height: 48px;
	margin: 0px;
	padding: 0px
}

#header ul li div a, a:visited {
	color: #291C6F;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0px;
}

#header ul li div a:hover {
	color: #099146;
	font-size: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0px;
}

#header ul li div a img {
	border: none;
}

#banner {
	width: 740px;
	height: 200px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	padding: 10px;
	text-align: center;		
	background-color: #FFF;
	border: 1px solid #291C6F;
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
 	-moz-box-shadow: 0px 0px 6px #FFF;
}

#holder {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 10px;
}


#left_content {
	float: left;
	width: 160px;
	padding: 0px;
	margin-right: 10px;
	border: 1px solid #291C6F;
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
 	-moz-box-shadow: 0px 0px 6px #333;
}

#left_content ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}

#left_content ul li {
	width: 140px;
	height: 40px;
	padding: 0px;
	border-left: 20px solid #099146;
	border-bottom: 1px solid #FFF;
	background-color: #291C6F;
}

#left_content ul li div h2 {
	display: table-cell;
	vertical-align: middle;
    	height: 40px;
	padding-left: 10px;
}

#left_content ul li div h2 a, a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#left_content ul li div h2 a:hover {
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#right_content {
	float: right;
	width: 530px;
	padding: 10px;
	border: 1px solid #291C6F;
	background-color: #FFF;	
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
 	-moz-box-shadow: 0px 0px 6px #333;
}

#right_content a, a:visited {
	color: #291C6F;
	font-size: small;
	text-decoration: none;
}

#right_content a:hover {
	font-size: small;
	text-decoration: underline;
}

#right_content h1 {
	font-size: 20px;
	font-weight: bold;
	font-style: oblique;
	color: #291C6F;
	margin: 0;
}

#right_content h2 {
	margin: 0;
	color: #291C6F;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
}

#right_content h2 a, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}

#footer {
	position: relative;
	width: 100%;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	top: 15px;
	margin-bottom: 10px;
	clear: both;
}
	

