html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
}

body
{
	background-image: url(main/marbleback.jpg);
	background-repeat: repeat;
}

#framework
{
	width: 850px;
	height: 100%;
	display: block;
	background-color: #F7E6AE;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-style: solid; 
	border-width: 1px;
	border-color: #000000;
}

#container
{
	width: 850px;
	display: block;
	height: 100%;
	padding: 0px;
}

H1		
{
	color: #048F48;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 24px;
	font-weight: normal;
}

H1 a	
{
	color: #048F48;
	text-decoration: none;
}

H1 a:hover	
{
	color: #004500;
	text-decoration: none;
}

p				
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size:11px;
    line-height: 14px;
	padding: 0px 10px 0px 10px;
}

.department
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

.department a
{	
	color: #FF0033;
	text-decoration: underline;
}

#department a:hover
{
	text-decoration: underline;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #003600;
	vertical-align: bottom;
	padding: 4px 0px 0px 0px;
}

#content 
{
	padding-left: 5px;
	color: #003300;
	width: 635px;		
	display: block;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 10px 10px 10px
	text-align: left;
	vertical-align: top;
}

div.greenbox {
	width: 810px;
	background: #F7E6AE;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}

div.box_content
{	
	background-color: #F7E6AE;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin: 0px 1px;
}

div.box_content a
{	
	color: #FF0033;
	padding: 3px 9px 2px 6px;
}

div.box_content a:hover
{
	color: #FF0033;
	text-decoration: underline;
}

.greenbox .box_content ul { margin:0px; padding: 0px; list-style: none;  }
.greenbox .box_content ul li {	
	padding: 1px 1px;
}

.greenbox .box_content ul ul li {
	margin: 0px 0px;
}

.greenbox .box_content a#current
{
	color: #FF0033;
	font-weight: 700;
}

.greenbox .box_content a#current:hover
{
	text-decoration: underline;
}

div.box_red
{	
	background-color: #F7E6AE;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #CC0000;
	padding-bottom: 10px;
	margin: 0px 1px;
}

#footer_links
{
	width: 850px;
	padding: 3px 0px;
	padding-bottom: 20px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	left: -1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

#page_footer a
{
	color: #FF0033;
	text-decoration: none;
}

#page_footer a:hover
{
	color: #FF0033;
	text-decoration: underline;
}

#page_footer
{
	padding-bottom: 20px;
	text-align: center
}