

body {
    margin:  0px auto;
    padding: 0;
    text-align: center;
	background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}

   
p {

}

h1 {
	margin:10px 0px;
	font-size:130%;
}

h2 {
	font-size:115%;
}

h3 {

}

h4 {

}

a:link {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}

a:active {
	text-decoration: underline;
	color: #000000
	font-weight:bold;
}



input {
	border: 1px solid #666;
	margin: 1px;
}

.table_headers {
	background:#002144;
	color:#fff;
}

.table_contents {
	background:#c2e2f1;
}

#container {
	width:790px;
	margin:0px auto;
	padding: 0px 10px 20px 10px;
	/*border:1px solid #0c0;*/
	background:#fff;
	text-align:left;
}

	#header {
		height:200px;
	}

	#content {
		height:190%;
		background: url(images/left_bg.gif) repeat-y left top;
		margin:10px 0px 0px 0px;
	}

		.content_image {
			margin:10px 10px 10px 0px;
		}

		.next_arrow {
			float:right;
			border:0px;
		}


	#left {
		width:200px;
		float:left;
		margin:0px;
		padding:0px;
		color:#fff;
		/*background:#ccc;*/
	}

			#left a:link {
				text-decoration: none;
				color: #fff;
				font-weight:bold;
			}
			#left a:visited {
				text-decoration: none;
				color: #fff;
				font-weight:bold;
			}
			#left a:hover, a:active {
				text-decoration: underline;
				color: #fff;
				font-weight:bold;
			}

			#left a:active {
				text-decoration: underline;
				color: #fff
				font-weight:bold;
			}

		#subnav {
			margin:0px;
			padding:0px;
			background:#fff;
		}

			#subnav a:link {
				text-decoration: none;
				color: #fff;
			}
			#subnav a:visited {
				text-decoration: none;
				color: #ccc;
			}
			#subnav a:hover, a:active {
				text-decoration: underline;
				color: #fff;
			}

			#subnav a:active {
				text-decoration: underline;
				color: #fff;
			}
			
			#subnav_header {

				/*background:#acd0e0;*/
				list-style-type:circle;
				padding:10px;
			}

			#subnav li {
				margin:0px;
				padding:8px 15px;
				list-style-type:none;
				background:#002144;
				border-bottom:1px solid #fff;
			}

		#contact_box {
			padding:5px 15px;
		}

		

	#right {
		width:500px;
		float:left;
		margin:0px;
		padding:0px 0 0 50px;
		/*background:#ddd;*/
	}

.clear {
	clear:both;
}




