html {
	overflow:scroll;
	overflow-x: auto;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#container {
	width: 930px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 25px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#header{
	text-align: right;
	padding-top: 30px;

}

#nav {
	padding: 0px;
	font-weight: bold;
	font-size: 0.8em;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
}

#nav a{
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#nav a:hover {
	color: #333333;
}

#nav a.active{
	color: #000000;
}

#nav ul{
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#nav ul li {
	display: inline;
	margin: 0px;
	padding-top: 2px;
	padding-right:15px;
	padding-bottom: 5px;
}

#content {
	padding: 0;
	font-size: 0.75em;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin-left: 40px;
	margin-top: 45px;
	padding-bottom: 35px;
}

#content a{
	color: #333333;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: none;
}

#content p {
	margin-bottom: 1em;
	margin-top: 0em;
}

#content h1 {
	font-weight: bold;
	margin: 0em;
	font-size: 1.235em;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0px;
}

#content h3 {
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0em;
}

#content h4 {
	margin-bottom: 0.25em;
	margin-top: 0em;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
}

#content h5 {
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 0.85em;
	font-weight: bold;
}

#content h6 {
	margin-bottom: 0em;
	margin-top: 2em;
	font-size: 0.8em;
	font-weight: normal;
}

#content ul{
	list-style-position: outside;
	margin: 0px;
	padding:0px;
	list-style-type: none;
}

#content li{
	padding: 0px;
	margin: 0px;
	padding-left: 8px;
	background-image: url(images/list_dot.gif);
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#content .line {
	margin: 15px 0px 15px 0px;
	height: 2px;
	overflow: hidden;
	background-color: #EFEFEF;
	padding: 0;
	width:850px;
}

.left {
	padding: 0;
	width:395px;
	float: left;
}

.right {
	margin-left: 445px;
	width: 405px;
} 

#imagediv {

}

#footer{
}

#footer p{
	margin-bottom: 0em;
	margin-top: 0em;
	font-size: 0.7em;
	font-weight: normal;
	text-align: right;
}

#footer a{
	color: #333333;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

#footer a:hover {
	color: #333333;
}

.line {
	margin: 10px 0px 5px 0px;
	height: 2px;
	overflow: hidden;
	background-color: #EFEFEF;
	padding: 0;
}


.floatleft {
    float: left;
    margin: 0px;
    padding: 0px;
}

.floatright{
    float: right;
    margin: 0px;
    padding: 0px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content table {
	font-size: 1.0em;
}


alt, .missing{
	color:#CC0000;
}
