@charset "utf-8";
body {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#nav {
	margin-left: 8px;
	text-align: left;
	margin-top: 10px;
}
#header {
	margin-left: 20px;
	font-size: 95%;
	font-weight: bold;
	color: #000099;
	margin-right: 5px;
}


/* CSS Document */

#content {
	margin-right: 180px;
	margin-left: 20px;
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

#content h3 {
	font-size: 120%;
}
#content h4 {
	font-size: 110%;
	color: #666666;
}

#content p {
	line-height: 1.4;
}
#img {
	margin-left: 20px;
}


#footer {
	font-size: 70%;
	color: #666666;
	font-weight: normal;
	margin-left: 20px;
	font-family: verdana;
	margin-bottom: 10px;
}

#sidebar {
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 10px;
	float: right;
	display: inline;
}
#SideContent {
	margin-left: 20px;
}
#content ul {
	list-style-type: disc;
	text-indent: 0px;
	line-height: 20px;
	font-size: 85%;
	color: #000000;
	text-align: justify;
}
#container #content #img {
	margin-left: 0px;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#formTable {
	padding: 5px;
}

#altlinks {
	font-size: 80%;
	text-align: left;
	margin-left: 20px;
	margin-right: 180px;
}
#headtable {
	background-color: #FFFFCC;
}
#sample {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#sample2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sample3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



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

.formHeader {
	font-size: 100%;
	font-weight: bolder;
	color: #999999;
}
.formLabel {
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.inputField {
	width: 298px;
}
.tableContent {
	line-height: 0.8cm;
}


.freeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
}

.leftimg {
	float: left;
	padding-right: 10px;
}
