@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	}

#container {
	position: relative;
	top: 20px;
	left: 20px;
	width: 800px;
	background-color: #fff;
	}

#header {
	height: 82px;
	width: 100%;
	}

#header_txt { 
	float: left;
	width: 280px;
	font-size: 20px;
	margin: 0 19px 0 29px;
	padding: 15px 5px 0 15px;
	text-align: center;
	border-top: 10px solid #7ca731;
	}
	#header_txt a { text-decoration: none; }
		#header_txt a:visited { text-decoration: none; }
		#header_txt a:hover { text-decoration: none; }
	#head_iwomp { 
		color: #224f66;
		letter-spacing: 5px;
		}
	#head_2011 {
		color: #56a4bb;
		letter-spacing: 5px;
		}
	#header_desc {
		padding: 35px 0 0 0;
		font-size: 15px;
		color: #b8b8b8;
		}

#navspace { display: none; }

#bodycontent {
	position: relative;
	top: 0;
	left: 20px;
	padding: 10px;
	width: 100%;
	min-height: 315px;
	}

#conf_info { display: none; }

/* 
#conf_info {
	padding: 10px 0 0 0;
	float: left; 
	border: 1px solid #56a4bb;
	width: 300px;
	text-align: center;
	min-height: 315px;
	}
	#conf_info h3 { 
		color: #1c455b;
		font-size: 16px;
		margin-bottom: 25px;
		}
	
	#conf_info p {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		}
*/

#content {
	margin: 0;
	padding: 0 0 0 50px;
	width: auto;
	}

#footer { display: none; }

#hidden { display: none; }

h2 { 
	color: #7ca731;
	font-size: 16px;
	margin-bottom: 20px; 
	}

h3 {
	color: #1c455b;
	font-size: 14px;
	margin-bottom: 7px;
	}

h4 { 
	text-transform: uppercase;
	color: #7ca731;
	font-size: 12px;
	}

p, #content ul { 
	color: #224f66;
	line-height: 1.5;
	font-size: 13px;
	margin-bottom: 1.2em;
	}

#content ul { margin: -10px 0 0 30px; }

#content li { 
	list-style-type: square;
	padding-bottom: 7px; 
	}

#content a { 
	text-decoration: none;
	color: #1c455b;
	font-weight: bold;
	}
	#content a:linked { text-decoration: none; }
	#content a:hover {
		text-decoration: underline;
		color: #7ca731;
		}
	#content a:visited { 
		text-decoration: none;
		font-weight: bold;
		color: #b8b8b8;
		}
		#content a:hover:visited { color: #7ca731; }
