/* CSS Document */


body {
	background-color: #999999;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bck_grdnt_grey.jpg);
	background-repeat: repeat-x;
}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
h1,h2,h3 {
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #ffb700;
}
h2 {
	font-size: 18px;
	color: #ffb700;
}
h3 {
	font-size: 16px;
	color: #ffb700;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}



}
.topmenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
}

.topmenu A:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.topmenu A:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.topmenu A:active {
	color: blue;
	font-weight: bold;
}
.topmenu A:hover {
	color: #FFcc33;
	text-decoration: underline;
	font-weight: bold;
}



div#wrapper {
	width: 80%;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #ffb700;
	height:100%;
	/* max-width: 960px;  Corresponds to 1024 with scrollbars 
        min-width: 760px;  Corresponds to 800 with scrollbars 
        margin: 0 auto;  Center the block 
        width: 100%; */
}
div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #CCCCCC;
	height: 179px;
	background-image: url(images/bck_black.jpg);
	}
div#nav {
	min-height:400;
	width: 25%;
	padding: 10px;
	margin-top: 1px;
	float: left;
	height: 400px;
	}
	
div#main {
	margin-left: 30%;
	margin-top: 1px;
	padding: 10px;
	height: 400px;
	min-height:400;
}
div#footer {
	
	
	margin: 0px;
	border-top: thin solid #000000;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

div#footer ul li{
	color : #000000;
	background-color : transparent;
	display: inline;
}

div#footer ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#footer  ul li a:hover{
	text-decoration : underline;
}
