body 
{
	background-color: #4394e5;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	margin:0;
	padding:0;
}

#navigation ul,#navigation ol, #navigation li
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

img
{
	border:none;
}

a
{ 
	text-decoration: none;
	font-weight: bold;
	color: #008dda;
}

a:hover
{
	color:#e2c354;
}


#page
{
	width:759px;
	margin:0 auto;
	background-image: url(../images/bottom_right_corner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: white;
}

#footer
{
	width:706px;
	margin:0 auto;
	color:white;
	text-align: center;
}

#column-left
{
	width:255px;
	background-image:url(../images/pmi_map_bottom_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	float:left;
	height:590px;
}

#column-right
{
	width:504px;
	float:left;
	height:590px;
}

#content
{
	width:453px;
	background-image:url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ecf9ff;
	padding:1px 10px;
	font-family: Georgia, Times, serif;
	font-size:13px;
	line-height: 1.6em;
	height:530px;
}

#content ul, #content ol
{
	padding-left:20px;
	margin:0px;
}

#content li
{
	margin-bottom:10px;
}

#content h1
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#666;
}

#content h2
{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
}

#content a:hover
{
	color:#333;

}

#navigation
{
	text-align:right;
	padding:8px;
	height:150px;
	background-color: white;
}

#navigation li
{
	margin-bottom:4px;
}


#president_letter
{
	background-color:#7ac4ec;
}

.photoLeft
{
	float:left;
	margin:0 8px 8px 0;
}

.recommendation
{
	float:left;
	width:148px;
	margin-right:20px;
	text-align: center;
	margin-bottom:15px;
}

#formErrors
{
	background-color:#fcc;
	border:1px solid #f66;
	padding:8px;
	color:#900;
}

#formValid
{
	background-color:#bfb;
	border:1px solid #0c0;
	padding:8px;
	color:#060;
}