body{
	color: #333333;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	background: #000;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 15px;
}

#container{
	width: 100%;
	text-align: center;
}

#bg {
	width: 780px;
	text-align: left;
	background-image: url(images/shadowbg.jpg);
	background-repeat: repeat-y;
}

#top{
	width: 760px;
	height: 60px;
	text-align: left;
	margin: auto;
	background: #FFF;
}

#header{
	width: 100%;
	height: 203px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: auto;
}

#content{
	width: 760px;
	margin: auto;
	background: #FFF;
}

.intro{
	background: #EFF4F9;
	padding: 10px;
	text-align: left;	
	margin-bottom: 10px;
	background-image: url(images/bg-corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#cleft{
	width: 200px;
	margin: auto;
	float: left;
	text-align: left;
	padding: 10px;	
	background: #FFF;
	height: 100%;
}

#cleft2{
	width: 160px;
	margin: auto;
	float: left;
	text-align: left;
	padding: 10px;	
	background: #FFF;
	height: 100%;
}

#cright{
	width: 520px;
	margin: auto;
	float: right;
	background: #FFF;
	padding: 10px;	
}

#cright2{
	width: 560px;
	margin: auto;
	float: right;
	background: #FFF;
	padding: 10px;	
}

#clear{
	clear: both;
	height:1px;
}

#footer{
	width: 760px;
	height: 50px;
	margin: auto;		
	font-family: tahoma, verdana, arial;
	font-size: 9px;
	color: #666666;
	text-align: center;
	background: #FFF;
}

#box{
	width: 760px;
	/** border: 1px solid #EEEEEE; **/
	text-align: center;
	margin: auto;
	background: #FFF;
}

#nav {
	margin-left: 120px;
	padding: 0;
	height: 20px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 12px;
	font-weight: bold;
	margin: 0 20px 0px 0px;
	text-decoration: none;
	color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #021F59;
	padding-bottom: 4px;
	background: transparent;
	color: #021F59;
}

#navlist a:hover { color: #021F59; }

.border{
	border: 1px solid #EEE;
	text-align: left;
	margin: auto;
	background: #FFF;
	margin-bottom: 3px;
}

.titlebg{
	border: 1px solid #EEE;
	text-align: left;
	margin: auto;
	background: #FFF;
	margin-bottom: 3px;
	background-image: url(images/titlebg.jpg);
	line-height: 20px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	color: #000;
}

.indent{
	padding:0px 10px 0px 10px; /** top right bottom left **/
	text-align: justify;
}

.arrow{
	color: #C20008;
	font-weight: bold;
}

#black {
	width: 100%;
	background: #000;
	height: 5px;
	line-height: 5px;
	font-size: 2px;
}

.categoryList{
	font-weight: bold;
}

.categoryList a{
	text-decoration:none;
}

a:link, a:visited{
	color: #666666;
	text-decoration:none;
}

a:hover, a:active{
	color: #223FF0;
	text-decoration: underline;

}

select, textarea, option, input {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
}

ul {
	list-style: square outside;
	list-style-image: url(images/arrowBlue.gif);
}  

#network {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #eee;
	font-size: 10px;
	font-family: Verdana;
	text-transform: uppercase;
	background: #FFF url(images/network-logo.gif) 5px 50% no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#network ul {
	padding: 6px 0px 0px 0px;
	margin: 0px;
}

#network li {
	list-style: none;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}

#network li a {
	text-decoration: none;
	color: #0C0C86;
	font-weight: bold;
}
