/*Page Body*/
body
{
	margin: 20px auto 10px auto;
	background-color:#E6EBF2;
}

#header {
	margin: 20px auto 10px auto;
	background:url(../images/logo.gif) no-repeat right;
	width:750px;
	height:108px;
}

#content
{
	margin:auto;
	width:750px;
	height:754px;
	background:url(../images/wavebkg.jpg) no-repeat;
	border:1px solid black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#325791;

}

#right
{
	float: left;
	width: 545px;
	height:525px;
	padding:0px 25px 0px 25px;
	margin-top:140px;
	margin-right:10px;
	border-left:1px solid black;
	overflow:auto;
}

#left
{
	float:left;
	margin-top:125px;
	width:135px;
}

#column2 {
	width:245px;
	height:150px;
	padding-right:15px;
	float:left;
}

#column3 {
	width:165px;
	padding-right:15px;
	float:left;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;

}

#buttons {
	width:135px;
	height:50px;
	display:block;
}

/*Title Headers*/
h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

/*Paragraph*/
p
{
}

#footer p{
	}

#left p{
	color:#325791;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-align:right;
}

/*Links*/
a:link {
	color:#325791;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#325791;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#96B0DA;
	text-decoration:none;
	font-weight:bold;
}

/*Lists*/
ul {
	list-style:none;
	width:115px;
	float:left;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

ul2 {
	list-style:none;
	width:135px;
}

ul2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:3px;
	text-align:right;
}


/*Floats*/
.floatleft
{
   float: left;
   margin-right:10px;
}
