	/*This style sheet is copywrite and may not be used without permision*/
	
	body {
	background-image: url(images/layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8BC0FD;
	background-attachment: scroll;
}


	/*outer layer*/
	
	#parent {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	margin-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
		}
		
	
	/* sets properties for left column*/	
	
		
	#leftbox {
	width:150px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 440px;
}	

/*---------------- navigation properties--------*/
	#navigation {
	font:  Helvetica;
	font-size: 12px;
	width: 100%;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #585862;
	color: #003366;
	background-color: #518CC8;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	color: #0B1F2F;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #585862;
	border-left-color: #585862;
	background-color: #6BADF9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}


#navigation li a:hover {
	background-image: url(images/nav2.jpg);
	}
/* -------------------------------End Navigation-----------------------*/
		
/*-------------------CONTENT----------------------*/
	#content {
	width:550px;
	padding:10px;
	float:right;
	margin-bottom: 10px;
	border: 1px solid #585862;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 300px;
	}
#content p {
	margin-top: 0px;
}
	
.subheading {
	background-image: url(images/sub.jpg);
	background-repeat: repeat-x;
	display: block;
	font-size: 14px;
	color: #112F47;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentsubheading2{
	font-weight: bold;
	color: #2F4E71;
	font-size: 14px;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #112F47;

}
#content h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding-top: 0px;
}
	
	#content a {
	color: #518CC8;
	text-decoration: underline;
	font-weight: bold;
	clear: left;
	padding: 3px;
	}

	
	#content a:hover{
	color: #1A323F;
	text-decoration: none;
	background-color: #8BC0FD;
}


.boxes {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #848484;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
.boximage {
	border: 1px solid #333333;
	top: 5px;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.boxesL {
	width:260px;
	float:left;
	border: 1px solid #848484;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
.boxesR {
	width:260px;
	float:right;
	border: 1px solid #848484;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}
/*----------footer-------------*/
		
#footer {
	clear: both;
	height:100px;
	width: 750px;
	float: left;
	float: left;
}


#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #818181;
	text-decoration: underline;
}
boxesleft {
	background-color: #CCFF00;
	float: left;
	width: 260px;
}

