@charset "utf-8";
/* CSS Document */
body {
	font-family: "Century Gothic", "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size:small;
	background-color: #a2b3b2;
	color:#000000;
	}

* html body {
  font-size:x-small; /* for IE5/Win */
  f\ont-size:small; /* for other IE versions */
  }

* {margin:0; padding:0; border:0px solid red;}

p {margin:15px 0;}

#content ul, #content li {
	padding:2px 2px;
	margin-left:10px;
	list-style-type:square;
	list-style-position:outside;
	color:#16596d;
	}	

#container {
	margin: 140px auto 0 auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	border: 0px solid #333;
	}
	
	#logo {
		position:relative;
		top:-155px;
		left:0;
		width:433px;
		height:213px;
		background-image:url(../images/struc_images/logo.png);
		background-repeat:no-repeat;
		background-position:top left;
		z-index:1000;
		}
	
	#header {
		width:100%;
		height:154px;
		border-top:15px solid #9ecb3b;
		text-align:left;
		}
		
	#navigation {
		float:left;
		width:100%;
		background-color:#2e3192;
		}
		
		#navigation ul {
			list-style:none;
			}
			
			#navigation ul li {
				float:left;
				}
			
				#navigation ul a,
				#navigation ul a:visited {
					display:block;
					padding:10px;
					color:#ffffff;
					text-decoration:none;
					font-size:120%;
					background-color:#2e3192;
					}
					
				#navigation ul a:hover {
					color:#2e3192;
					background-color:#9ecb3b;
					}
					
	#main {
		width:100%;
		background-color:#ffffff;
		overflow:hidden;
		padding-bottom:10px;
		}
		
		#main #content {
			float:left;
			width:66%;
			padding-bottom: 32767px !important;
			margin-bottom: -32767px !important;
			color:#2e3192;
			text-align:left;
			}
			
			#main #content p {
				padding:0 0 0 10px;
				}
				
			#main h1 {
				font-weight:100;
				color:#9ecb3b;
				padding:10px 0 0 10px;
				}
				
			#main h2 {
				font-weight:100;
				color:#9ecb3b;
				padding:0 0 0 10px;
				}
				
			#main a,
			#main a:visited {
				color:#9ecb3b;
				font-weight:bold;
				}
				
			#main a:hover {
				color:#2e3192;
				}
				
		#main #image_section {
			float:left;
			width:33%;
			padding:20px 0;
			padding-bottom: 32767px !important;
			margin-bottom: -32767px !important;
			}
			
	#footer {
		width:100%;
		height:24px;
		background-color:#9ecb3b;
		margin-bottom:20px;
		color:#2e3192;
		padding-top:8px;
		}


