/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	background-color: #bfbfbf;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	}

a:link, a:hover, a:visited {
	color: #004689;
		text-decoration: none;
		}
	
	#nav a:link, #nav a:visited {
		color: #004689;
		text-decoration: none;
		}
	
	#nav a:hover {
		color: #80c242;
		text-decoration: none;
		}

.logo {
	padding-right: 330px;
	border: 0px;
	}
			
#header {
	width: 798px;
	color: #80c242;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px auto;
	}
	
	#header a {
		color: #80c242;
		}
	
#nav {
	width: 140px;
	height: 130px;
	float: left;
	text-align: center;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	margin-top: 5px;
	}

#container {
	width: 798px;
	margin: 0px auto;
	background-color: #ffffff;
	}

.divider {
	vertical-align: middle;
	padding: 4px;
	}

#blue_line_side {
	margin-left: -20px;
	margin-top: -15px;
	}

#mid {
	width: 54px;
	float: left;
	background-image: url(../images/green_line_vertical.jpg);
	background-repeat: repeat-y;
	}

#main {
	padding-left: 0px;
	}

.header1 {
	padding-bottom: 15px;
	}

#subnav {
	color: #7c7e81;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	}

#subnav a:link {
	color: #7c7e81;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	}

#subnav a:visited {
	color: #7c7e81;
	font-size: 13px;
	vertical-align: middle;
	text-decoration: none;
	}

.subnav_title {
	font-size: 24px;
	padding-right: 15px;
	}

#content {
	padding: 25px;
	padding-left: 0px;
	text-align: justify;
	margin-bottom: 25px;
	}

#footer {
	width: 798px;
	text-align: right;
	color: #333333;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px auto;
	}
	
	#footer a {
		color: #333333;
		}
		