/* CSS Document */

html { height: 100% }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a0a0aa;
	color: #000;
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#bodyframe {
	background-color: #FFF;
	width: 800px;
	padding: 8px 15px 10px 15px;
	border: solid thin #333399 ;
	margin-top: 0px;
	height: 100%;
}
	
a:link, a:visited, a:active { color: #03C; }

div.linklist p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
}

img { border: none; }

form { margin: 0px; padding: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #009900;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;
}

/* Headings */
h1 {font-size:150%;}
h2 {font-size:125%;}
h3 {font-size:100%;}
h4 {font-size:90%;}
h5 {font-size:80%;}
h6 {font-size:70%;}
	
hr {
	border: 0px; 
	border-top: 1px solid #999;
	height: 1px;
}

#header {
	padding-top: 0px;
	padding-bottom: 0px;
}
#logoDiv {
	text-align: left;
}	


#topnavDiv {
	color: #CCCCCC;
	text-align: center;
	/*background-color: #4a4fac;*/
	background-image:url(images/bg1.gif);
	padding-top: 4px;
	padding-bottom: 4px;
}

#topnavDiv a, #topnavDiv a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#topnavDiv a:hover {
	text-decoration: underline;
}

.maincontent, .mainsidebar {
	vertical-align: top;
}

table.maincontent {
	vertical-align: top;
}

.mainsidebar table {
	margin-top: 20px;
	vertical-align: top;
}
.mainsidebar th {
	text-align: left;
	color: white;
	background-color: #9966CC;
	padding-bottom: 4px;
}
.mainsidebar td {
	border: solid 2px #9966CC;
}
.sidebartbl td {
	border: 0px;
	padding-bottom: 7px;
}


#footer {
	padding-top: 25px;
	padding-bottom: 8px;
	text-align: center;
}

.star {
	color: red;
	font-weight: bold;
	float: none;
	clear: none;
}

