/* CSS Document */



body {
	background-color: #0B3A56;
	color: #FFF;
	}

#main {
	margin:5px auto;
	width:955px;
	}

#header {
	width:100%;
	}

#ct_top	{
	width:100%;
	height:20px;
	background-image:url(images/t.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}

#lt {
	background-image:url(images/lt.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	height:20px;
	width:20px;
	}

#rt {
	background-image:url(images/rt.jpg);
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	float:right;
	}

#ct_bot	{
	width:100%;
	clear:both;
	height:20px;
	background-image:url(images/b.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

#lb {
	height:20px;
	width:20px;
	float:left;
	background-image:url(images/lb.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
#rb {
	height:20px;
	width:20px;
	float:right;
	background-image:url(images/rb.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}

#ct_ctr {
	background-image:url(images/icon_back-ctr.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:5px 25px;
	width:100%;
	}

#nav {
	padding-top:30px;
	width:130px;
	
	}

#nav ul {
	margin:0px;
	padding:0px;
	font-size:24px;
	list-style-type:none;
}

#nav li {
	margin:0px;
	padding:0px;
}

#nav li a {
	display:block;
	text-align:center;
	color:#006699;
	padding:3px 3px 3px 1px;
	text-decoration:none;
	background-image:url(images/lnavbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#content {
	margin-left:165px;
	width:750px;
	}

#tabs {
	width:750px;
	}

#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
    }

#tabs li a {
	background:url(images/tab_bg.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	font-size:22px;
	color:#006699;
	text-decoration:none;
	}
	
#tabs li a.selected {
	color:#ffffff;
	background-image:url(images/tab_selbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}


#container {
	width:130px;
	float:left;
	}
	
#mcont {
	width:750px;
	}
	
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
	} 

#footer {
	width:955px;
	text-align:center;
	}
	
h1 {
	font-size:24px;
	font-weight:bold;
	}

.text {
	font-size:18px;
	}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}