body {
	margin: 0px; 
	padding: 0px;
	font-family: verdana, serif; 
	line-height: 14px; 
	color: #FFFFFF;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	}

a:link {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
	font-weight: strong;
	}     


a:visited {
	color: #000000; 
	font-size: 10px;
	text-decoration: underline;
	font-weight: strong;
	}        


a:active {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
	font-weight: strong;
	}        


a:hover {
	text-decoration: underline;
	font-weight: strong;
	color: #FFFFFF;
	font-size: 10px;
	}


input, textarea, option, select {
	font-family: verdana, serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	}

table {
	border: 1px solid #000000;
	background-color: #904775;
	width: 90%;
	}


h1 {
	font-family: verdana, serif;
	border: 1px solid #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	font-size: 13pt;
	color: #000000;
	padding: 7px;
	background-color: #904775;
	}
	
	
h2 {
	font-family: verdana, serif;
	border: 1px solid #FFFFFF;
	letter-spacing: 1px;
	font-size: 8pt;
	color: #000000;
	padding: 4px;
	background-color: #904775;
	clear: both;
	}

	
h3 {
	font-family: verdana, serif;
	border-bottom: 1px solid #000000;
	letter-spacing: 1px;
	text-align: left;
	font-size: 8pt;
	color: #000000;
	padding: 3px;
	background-color: #808080;
	}


ol {list-style-type: decimal;}


ul {list-style-type: circle;}
	
	
img {border: 0px;}

.containerhuge {
	width: 900px;
	height: 300%;
	margin-left: auto; 
	margin-right: auto;
	}


.container {
	width: 800px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 0px 15px 15px 15px;
	}


.header {
	background-image: url(images/header.jpg);
	height: 218px; 
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	}



.nav {
	float: left;
	width: 28.5%;
	background-color: #A4E8AD;
	height: 400px;
	color: #000000;
	margin-top: 15px;
	border: 1px solid #000000;
	padding: 10px 0px 5px 0px;
	background-image: url(images/divbg.jpg);
	background-repeat: no-repeat;
	}


.content {
	float: right;
	width: 67%;
	height: 400px;
	overflow: auto;
	background-color: #A4E8AD;
	color: #000000;
	margin-top: 15px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #000000;
	background-image: url(images/divbg.jpg);
	background-repeat: no-repeat;
	}


.bottom {
	float: right;
	width: 97.5%;
	height: 315px;
	overflow: auto;
	background-color: #A4E8AD;
	color: #000000;
	margin-top: 15px;
	padding: 0px 10px 5px 10px;
	border: 1px solid #000000;
	background-image: url(images/divbg.jpg);
	background-repeat: no-repeat;
	}


.disc {
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	font-size: 9px;
	}


.images {
margin-left: 12%;
padding: 8px;
}



.thumbnail
{
float: left;
width: 100px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}