@charset "utf-8";
/* CSS Document */
body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #CCC;
}
a:link {color:#00F;}
a:visited {color:#00F;}
a:hover {color:#F00;}
a:active {color:#000;}
#wrapper { 
	width: 1000px;
	margin:0 auto; /*center hack*/
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.header {
	height: 300px;
	width: 1000px;
}
#navbar {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #164879;
}
#navbar ul {
	list-style: none;
	width: 520px;
	margin: 0 auto;
	padding: 0;
}
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #033261;
}
#navbar li:first-child a {
	border-left: 1px solid #033261;
}
#navbar li a:hover {
	color: #000;
	background-color: #fff;
}
.roundedcornr_box_701547 {
	background: url(roundedcornr_701547_tl.png) no-repeat top left;
}
.roundedcornr_top_701547 {
	background: url(roundedcornr_701547_tr.png) no-repeat top right;
}
.roundedcornr_bottom_701547 {
	background: url(roundedcornr_701547_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_701547 div {
	background: url(roundedcornr_701547_br.png) no-repeat bottom right;
}
.roundedcornr_content_701547 {
	background: url(roundedcornr_701547_r.png) top right repeat-y;
}

.roundedcornr_top_701547 div,.roundedcornr_top_701547,
.roundedcornr_bottom_701547 div, .roundedcornr_bottom_701547 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_701547, .roundedcornr_bottom_701547 {
	margin-top: -19px;
}
.roundedcornr_content_701547 {
	padding: 0 15px;
}
.main {
	background-color: #FFF;
	clear: both;
	height: 2300px;
	width: 1000px;
	text-align: center;
}
p.justify {
	text-align:justify;
}
p.center {
	text-align:center;
	font-weight: bold;
}
#bullets ul li { 
	text-decoration: none; /* The setting of "none" allows the link to not be underlined. This is up to user preference. */ 
	text-align:left;
}
.links {
	clear: right;
	text-align:center;
	height: 30px;
	width: 1000px;
	background-color: #FFF;
}
.channels {
	clear: right;
	text-align:center;
	height: 30px;
	width: 1000px;
	background-color: #FFF;
}
.footer {
	clear: right;
	text-align:center;
	height: 22px;
	width: 1000px;
	background-color: #999999;
}

