@charset "utf-8";

/* Main Layout Styles */

body{
	font-family: verdana;
	font-size: 12px;
}

#header{
	background-color: #ffffff;
	height: 110px;
}

#buttons{
	background-color:#ffffff;
}

#left_column{
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 230px;
}

#center_column{
	padding-top: 10px;
	width: 600px;
}

#right_column{
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
	width: 230px;
}

#footer{
	font-size: 10px;
	padding-top: 30px;
	line-height: normal;
}

/* HTML Styles redefined */

h1{
	font-family: times;
	font-size: 20px;
	font-weight: bold;
	color:#000033;
	text-align: center;
	text-transform: uppercase;	
}

h2{
	font-family:times;
	color:#000033;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

h3{
	font-family: times;
	font-size: 12px;
	color: #000033;
	text-align: center;
	text-transform: uppercase;
}

a {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

a:visited {
	color: #000099;
}

ul {
	padding-left: 5px;
	

}

li {
	line-height: normal;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
	padding-left: 5px;
	

}

/* Custom Classes */

.red{
	color: #990000;
}	

.divider_line{
	border-bottom: 1px solid #000033;
	width: 220px;
	height: 5px;
	margin-top: 0px;
	margin-bottom: 15px;

}
