body {
	margin: 0px;
	padding: 0px;
	background-color: ADADAD;
	text-align: center;
	}

#header {
	text-align: left;
	padding-left: 33px;
	height: 145px;
	}	
	
ul#navlist
	{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	}

#navlist a { padding: 3px 20px; }

#navlist a:link, #navlist a:visited
	{
	color: #5E2750;
	font-family: Arial;
	background-color: #fff;
	text-decoration: none;
	}
	
#active
	{
	color: #fff;
	font-family: Arial;
	background-color: #5E2750;
	text-decoration: none;
	padding: 3px 20px; 
	}
	

#navlist a:hover
	{
	color: #fff;
	font-family: Arial;
	background-color: #5E2750;
	text-decoration: none;
	}
	
#main_body_footer {
	background-image: url(../images/home_page_bottom.jpg); 
	width: 650px; 
	height: 27px;
	float: left;
	margin-left: 33;
	}		
		
#content {
	width: 550px;
	float: left; 
	margin-left: 33;
	text-align: left;
	}	
	
#right_hand_column {
	width: 190px;
	float: left;
	}	
	
#second_box {
	background-image: url(../images/second_box.gif); 
	background-repeat: no-repeat;
	width: 201px;
	height: 172px;
	padding-left: 10px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	}

h1 {
	color: #5E2750;
	font-family: Arial;
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0px;
	}
	
h2 {
	color: #5E2750;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
	}
	
h3 {
	color: #5E2750;
	font-family: Arial;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
	font-size: 0.8em;
	}
	
A:link, A:visited {
	text-decoration: underline;
	color: #5E2750;
	}
	
acronym {
	color: #5E2750;
	border-bottom: .1em dotted;
}
	
.side_box {
	margin-top: -10;
	font-family: Arial;
	font-size: 0.7em;
	width: 170px;
	}
	
.conveneIT_box {
	margin-top: 15;
	font-family: Verdana;
	font-size: 0.7em;
	width: 170px;
	}
	
.form_labels {
	font-family: Arial;
	font-size: 0.7em;
	display: inline;
	width: 150px;
	}
	
#footer {
	background-image: url(../images/footer.jpg); 
	margin-left: auto; 
	margin-right: auto;
	width: 921px;
	height: 63px;
	}
#copyright {
	font-family: Arial;
	font-size: 0.6em;
	color: #666666;
	float: left; 
	margin-left: 33;
	margin-top: 30;
	text-align: left;
	font-weight: bold;
	}
	
#print {
	display: inline;
	height: 20px;
	width: 24px;
	position: relative;
	left: 120px;
	top: 40px;
	}
