body
{
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font-family: arial, verdana, sans-serif;
}

#wrapper
{
	margin: 0.5em auto 0 auto;
	width: 1250px;
	min-height: 650px;
	/*height: 650px;*/
	border: 0px solid green;
}

p
{
	text-align: left;
}

h2, h3
{
	text-align: center;
}

td
{
	vertical-align: top;
}

#header
{
	float: left;
	text-align: center;
	background-color: #000066;
	border: 0px solid green;
	width: 1225px;
	height: 140px;
	padding-right: 10px;	
}

#header_font
{
	color: #fff;
	font-weight: bold;
	font-size: 2.0em;
	position: relative;
	top: -1.0em;
	padding-left: 10px;
	border: 0px solid red;
}

#main_logo
{
	position: relative;
	top: 10px;
	text-align: left;
	/*float: right;*/
	border: 0px solid red;
	/*height: 150px;*/
}

#content
{
	margin-right: 130px;
	border: 2px solid red;
}

#content_2
{
	margin-right: 110px;
	margin-left: 120px;
	border: 0px solid red;
}

#menu
{
	text-align: center;
	border: 0px solid red;
	width: 100%;

}

#menu a
{
	text-decoration: none;
	color: blue;
}

#welcome
{
	color: black;
	text-align: center;
	font-size: 1.05em;
	margin-left: 180px;
	width: 900px;
	background-color: #FFF;
	border-top: solid;
	border-bottom: solid;
}

#footer
{
	text-align: center;
	border: 0px solid red;
	width: 100%;
	clear: both;
}

#menu a:hover
{
	background-color: #000066;
	color: white;
}

a:visited
{
 	color: blue;
}

