/* CSS Document */


	
body {
	background-color: #ffffff;
	margin-top: 40px;
	
}


p{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #333333;
	line-height: 13px;
}

b{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
}

.bold{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	font-weight: bold;
}

ul.red{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	list-style-image: url(mainmenu/images/redsquare2.gif);
	margin-left: 10px;
	margin-right: 30px;
	padding-left: 10px;
	list-style-position: outside;
	}

ul.red2{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: #333333;
	line-height: 22px;
	list-style-image: url(mainmenu/images/redsquare2.gif);
	margin-left: 12px;
	margin-right: 5px;
	padding-left: 5px;
	list-style-position: outside;
	}
	
#portcontainer{ width: 120px;}

ul#portlist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    list-style:none;
	margin-left: 0px;
}
ul#portlist a {
	display:block;
	width:120px;
	color:#333;
	text-decoration:none;
	margin: 1px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


ul#portlist a:hover {
	color: #666;
	background-color: #FFCC33;

}
ul#portlist a:active {
	background-color: #666666;
	color: #fff;
}


#nav {
	width: 132px;
	text-align: left;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	margin-left: -40px;
	
}
#nav li {
	white-space: normal;
	text-align: left;
	list-style-type: none;
} 
#nav li a {
	list-style-type: none;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
	width: 98%;
	display: block;
	padding-left: 3px;
}

#nav li a:link, #nav li a:visited {
	background-color: #fff;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav li a:hover {
	background-color: #FFCC00;
	color: #666666;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#nav li a:active {
	background-color: #999999;
	color: #000000;
}

.navsmall {
	font-size: 9px;
	}
	
		
.content {
	position: absolute;
	top:90px;
	width:560px;
	margin-right: 48px;
	margin-left: 48px;
		}
	

	
		
