*{border: 0px; padding:0px; margin: 0px;}

body{
	font-family: arial;
	color: #333333;
	background-color: #333333;
	font-size: .75em;
}

#wrapper{
	margin:0px auto;
	width:800px;
}
#container{
	float: left;
	width: 800px;
	background-color: #d8d5cb;
	background-image: url('/images/spacer333333.gif');
	background-repeat: repeat-y;
}

img{margin:0px; border: 0px; padding: 0px;}

h1{font-size: 18px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 11px;}

a{
	text-decoration: none;
	font-weight: 700;
	color: #000000;
	}

.content ul{
	margin: 5px 0px 5px 40px;
	}

/*    FORMS   */
fieldset{
	border: 1px solid #999999;
	padding: 10px;
	}
input,select, textarea{
	border: 1px solid #999999;
	font-size: 14px;
	padding: 3px;
	color: #333333;
	margin: 3px;
	width: 300px;
	}
option{
	padding: 2px;
	}
	
label{
	float: left;
	width: 140px;
	}

/*   NAV   */

#nav{
	padding: 10px;
	margin-left: 10px;
	}	
#nav a{
	text-decoration: none;
	color: #333333;
	font-weight: 700;
	}	
#nav a:hover{
	color: #ffffff;
		text-decoration: underline;
	}
#nav a.selected{
	text-decoration: underline;
	}
#nav img{
	background-color: #333333;
	}	
#nav img:hover{
	background-color: #ffffff;
	}	
#nav ul{
	display: inline;
	}

#nav ul li {
	list-style: none;
	display: inline;
	padding: 0px 17px;
	}

/*   FOOTER   */
#footer{
	text-align: center;
	font-size: .8em;
	color: #ffffff;
	}
#footer a{

	color: #ffffff;
	}
#footer ul{
	display: inline;
	}

#footer ul li {
	list-style: none;
	display: inline;
	padding: 0px 10px;
	}		

/*   COLUMNS   */

#leftcolumn{
	float: left;
	width: 236px;
	margin-left: 13px;
	display:inline;
	}
	
#rightcolumn{
	float: left;
	background-color: white;
	width: 551px;
	height: 100%;
	display:inline;
	}

.teaser{
	margin: 10px;
	background-color: #e6e4de;
	padding: 8px;
	}
	
.content{
	padding: 8px;
	}
	
.content p{
	margin: 8px;
	line-height: 1.5em;
	}
.content .image{
	margin: 10px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 10px;
	}	
	
/*   INFORMATION TABLE   */
.informationTable{
	width: 100%;
	border-collapse: collapse;
	}
.informationTable td{
	border: 2px solid #ffffff;
	border-width: 4px 0px;
	padding: 5px;
	}
.informationTable ul{
	width: 100%;
	}	
.informationTable ul li{
	list-style-position: inside;
	list-style-type: disc;
	width: 150px;
	float: left;
	}
.informationTable .column1{
	width: 40%;
	background-color: #e6e4de;
	}
.informationTable .column2{
	width: 60%;
	background-color: #e6e4de;
	}	