@charset "iso-8859-2";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

#top {
	background-color: #FFFFFF;
	height: 90px;
	width: 100%;
	float: left;
	clear: both;
	background-image: url(images/comset-logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#top  ul   {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 72px;
}
#top li {
	display: inline;
}
#top a {
	display: block;
	height: 18px;
	float: left;
	color: #0000FF;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#top a:hover {
	color: #003366;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}




#main {
	background-color: #003366;
	clear: both;
	float: left;
	width: 100%;
	padding: 20px;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	position: relative;
	width: 800px;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	font-weight: normal;
}
.maincol {
	padding: 5px;
	width: 249px;
	float: left;
}
.textcol {
	float: right;
	width: 510px;
	padding: 5px;
	margin-left: 20px;
}

.maincol ul {


}
.maincol li {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	list-style-type: square;
	margin: 0px;
	padding-right: 0px;
}
.maincol  a, .textcol a {
	color: #CCCCCC;
	text-decoration: underline;
}
.maincol  a:hover, .textcol a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
.maincol img {
	margin-bottom: 25px;
}

.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #104c88;
}

#bottom {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
	height: 50px;
	text-align: center;
}
