@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

alt a:link {
	color:#FFF;
	text-decoration:underline;
}

alt a:visted {
	color:#FFF;
	text-decoration:underline;
}

body {
	background:#000022;
}
.center_box {
	margin:0 auto;
}
#main {
	width:900px;
	height:600px;
	background-color:#fff;
	font-size:1em;
}
#vertnav {
	width:200px;
	height:450px;
	float:left;
	margin-top:10px;
	position:relative;
}
#header {
	width:900px;
	height:230px;
	background-color:#000022;
}
#rightmain {
	margin-top:20px;
	width:600px;
	height:600px;
	float:right;
	padding-right:50px;
	line-height:1.5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.7em;
	
}
#rightmain ul {
	display:block;
	margin-left:30px;
}
#footer {
	width:900px;
	height:50px;
	background-color:#333355;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.5em;
	color:#fff;
	text-align:center;
}
#main1 {
	margin:10px;
	width:237px;
	height:340px;
	float:left;
}
#main2 {
	width:200px;
	height:200px;
	float:left;
	background-color:#FFF;
}
#main3 {
	width:200px;
	height:200px;
	float:right;
	background-color:#FFF;
}
#main4 {
	width:200px;
	height:200px;
	float:left;
	background-color:#FFF;}
.home li{
	list-style-image:url(../Resources/arrow.jpg);
	list-style-type:square;
	
}
.h1 {
	margin: 0;
	font-size: 120%;
	color: #1d538e;
	letter-spacing: 1px;
	text-transform:uppercase;
	}
	
#vr {
	color:#C03;
	font-size:1.5em;
	text-decoration:underline;
}