


body {
	color:#fff;
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	background-image: url('images/pageback.jpg');
	background-repeat: no-repeat
	}
	
img { border: none; }

h1 {
	margin:15px 0px 0px 75px;
	padding:0px;
	font-size:100%;
	font-weight:bold;
	color:#00578A;
	}
	
h2 {
	font-size:130%;
	color:#F7E300;
	font-weight: bold;
	line-height: 130%;
	}
	
h3 {
	font-size:90%;
	color:#F7E300;
	font-weight: bold;
	line-height: 130%;
	}
	
p {
	margin:0px 0px 16px 0px;
	font-size: 100%;
	padding:0px;
	}



p.purple {
	color: #7C4199;
	}
	
p.green {
	color: #478E4E;
	}
	
p.blue {
	color: #0085BC;
	}

a {
	color:#00578A
	font-size:100%;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	}
	
a.menu {
	text-decoration:none;
	}
	
	
a:link {color:#F4EA17;}
a:visited {color:#F4EA17;}
a:hover {background-color:#F4EA17; color:#DB1F2C;}
 
 
a.white:link {color:#ffffff;}
a.white:visited {color:#ffffff;}
a.white:hover {background-color:#F7E300; color:#DB1F2C;}


#container
	{
	position:absolute;
	top: 101px;
	}

.imgleft {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}
	
	
#menu{
	position:absolute;
	width:250px;
	top:260px;
	left:10px;
	text-align: left;
	}


	

#maincontent {
	position: absolute;
	top: 0px;
	left: 335px;
	border-left: 1px dotted white;
	}

#contentinner {
	text-align: justify;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	width:420px;
	font-size: 90%;
	line-height: 130%;
	}


	
	
#credits{
	position: fixed;
	text-align: left;
	top: 520px;
	left: 590px;
	width:200px;
	font-size: 70%;
	}
	
#box3 {
	padding:10px;
	text-align: left;
	width:130px;
	border-right: 1px dotted black;
	color: #478E4E;
	font-size: 90%;
	background-image: url('images/target2.jpg');
	background-repeat: no-repeat
	}
	
#box4 {
	padding:10px;
	text-align: left;
	width:130px;
	border-right: 1px dotted black;
	color: #0085BC;
	font-size: 90%;
	background-image: url('images/target3.jpg');
	background-repeat: no-repeat
	}
	
#box5 {
	padding:10px;
	text-align: left;
	width:430px;
	border-right: 1px dotted black;
	font-size: 90%;
	background-image: url('images/target1.jpg');
	background-repeat: no-repeat
	}
	
#box6 {
	padding:10px 250px 10px 10px;
	text-align: left;
	width:540px;
	border-right: 1px dotted black;
	font-size: 90%;
	background-image: url('images/target2.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	}