

body { 
  background-color: #1825a2;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #f2f3f8;
  margin:           10px;
	padding:	0px 15px 15px 15px;
  height:           90px;
	border-style:	groove;
}

#header2 {
  background-color: #f2f3f8;
  margin:           0px 10px 10px 10px;
	padding:	0px 15px 10px 15px;
	border-style:	groove;
}

#links {
  background:       #e7eaee;
  font-size:        105%;
  padding:          0px 15px 0px 15px;
  margin:           0px 10px 10px 10px;
	border-style:	groove;
}


.boxout {
  background:       #e7eaee;
  font-size:        105%;
  padding:          0px 15px 0px 15px;
  margin:           0px 10px 10px 10px;
	border-style:	groove;
}


#leftsection {

		width:	450px;
		float:	left;
		padding-bottom:	10px;
}

#rightsection {
		
		width:	450px;
		float:	left;
		padding-bottom:	10px;
}


#footer {
  background-color: #f2f3f8;
  color:            #1825a2;
  text-align:       center;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  font-size:        90%;
	clear:	both;
}

img {	
	align:	center;
	border-style:	ridge;
}

h1 {
  font-size:        320%;
  color:            #1825a2;
	text-align:	center;
}

h2 { 	font-size:	150%; 
	text-align:	left;
	border-bottom:	thin groove;
	color:	#1825a2;
	
}

h3 { font-size: 85%;
	text-decoration:	underline;

}

#links h3 {
	text-align:		left;
	color:		#1825a2;
	margin-top:		15px;
	margin-bottom:	10px;
	margin-left:	-25px;
	border-bottom:		thin groove;
	text-decoration:	none;

}


li {
	margin-top:		0px;
}




a:link {
  color:            #1825a2;
	font-weight:	bold;
  text-decoration:  none;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
}
a:hover {
	color:	#f22222;
	text-decoration:	underline;
}
a:active {
	color:	#00000;
	text-decoration:	underline;
}



#wrapper {
		width:		900px;
		padding-top:	5px;
		padding-bottom:	5px;
		background-color:	#1825a2;
		border-style:	ridge;
		border-width:	5px;
	margin-left:		auto;
	margin-right:		auto;
}