body	{
	background:url(/images/bg.jpg) repeat-x top #FFFFFF;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color:#898989;
	margin:0px;
}

img {border:none}
input	{margin:0px;}
.blocks	{display:block}

h1	{
	font-size:22px;
	font-weight:normal;
	color:#111111;
	margin:0px;
}

h2	{
	font-size:18px;
	font-weight:normal;
	color:#000000;
	margin:0px;
}

a	{
	color:#898989;
	font-weight:bold;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}


.container	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
}

.logo	{
	margin:25px 0px 10px 12px;
}

.header	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	margin-top:5px;
	height:295px;
	
}
.header-img	{
	display:block;
	float:left;
	width:443px;
	height:275px;
}
.form-box	{
	display:block;
	float:right;
	width:275px;
	height:208px;
	background:url(/images/red-graduation.jpg) top no-repeat;
	padding-top:67px;
	text-align:center;
}



.wrapper	{
	display:table;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	margin-top:25px;
	padding-bottom:25px;
}
.left	{
	display:block;
	float:left;
	width:443px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
}
.right	{
	display:block;
	float:right;
	width:265px;
	padding-left:10px
}


.footer	{
	display:block;
	background:url(/images/btm-bg.jpg) repeat-x;
	height:110px;
}
.btm-box	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:735px;
	height:100px;
	padding-top:10px;
}
.nav	{
	display:block;
	float:left;
	width:300px;
}
.nav a	{
	color:#898989;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.nav a:hover	{
	color:#FFFFFF;
	text-decoration:none;
}

#disclosures {
	display:block;
	float:left;
	width:250px;
	margin-left:175px;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
	color:#898989;
}
#disclosures ul li {  
  display:inline;
  font-family:Arial, Helvetica, sans-serif;
  margin-right:10px;
}
#disclosures ul li a {
	color:#898989;
	font-weight:normal;
	text-decoration:none;
}
#disclosures ul li a:hover {
	color:#898989;
	text-decoration:underline;
}
	

