@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background: #dcdcdc url(images/body-bg.jpg) repeat-x top;
	font-family:Arial, Helvetica, sans-serif;
}
.bodymain {
	width: 100%;
	background:url(images/body-main.jpg) center top no-repeat;
}
.container {
	width:980px;
	margin: 0px auto;
	background:#FFF;
}

.header {
	width:980px;
	height:333px;
	border-bottom:#0b509e solid 2px;
}
.headerA {
	width:980px;
	height:65px;	
}

.headerB {
	width:980px;
	height:268px;	
}
.logoheader {
	width:406px;
	height:65px;	
	float:left;
}
.menubar {
	width:574px;
	height:65px;
	background:url(images/headerb.jpg) no-repeat top left;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#a2a2a2;
}
.menu_section {
	color:#158ae1;	
}

.menu_section A:link {text-decoration: none; color: #a2a2a2; }
.menu_section A:visited {text-decoration: none; color: #a2a2a2; }
.menu_section A:active {text-decoration: none; color: #a2a2a2; }
.menu_section A:hover {text-decoration: none; color: #158ae1; }


.centercallpic {
	width:406px;
	height:268px;
	float:left;
}
.memberlogin {
	width:574px;
	height:268px;
	float:left;
	background: url(images/headerd.jpg) top no-repeat;
}

.body {
	width:980px;
	
}
.leftside {
	width:643px;
	float:left;
}
.leftcontent {
	margin: 10px;
	font-size: 11pt;
	color:#303030;
}
.lastestvideo {
	margin:10px;	
}
.rightside {
	width:333px;
	float:right;
	border-left: dashed 1px #9b9b9b;
}
.rightcontent {
	margin: 10px;
}

.footer {
	width: 980px;
	height:141px;
	background: url(images/footer-bg.jpg) top repeat-x;
	font-size:9pt;
}
.clear {
	clear:both;	
}
.list li {
display: inline;
list-style-type: none;
padding-right: 15px;
}

.newsbox {
	margin-top:7px;	
	margin-bottom:15px;
	font-size:9pt;
}

.newsbox strong {
	color:#00336c;
}

.newsbox A:link {text-decoration: none; color: #00336c; }
.newsbox A:visited {text-decoration: none; color: #00336c; }
.newsbox A:active {text-decoration: none; color: #00336c; }
.newsbox A:hover {text-decoration: underline; color: #00336c; }

.archiveslink {
	color:#6f0000;
	font-size:10pt;
	text-align:right;
}

.archiveslink A:link {text-decoration: none; color: #6f0000; }
.archiveslink A:visited {text-decoration: none; color: #6f0000; }
.archiveslink A:active {text-decoration: none; color: #6f0000; }
.archiveslink A:hover {text-decoration: underline; color: #6f0000; }

.FooterMenulink A:link {text-decoration: none; color: #fff; }
.FooterMenulink A:visited {text-decoration: none; color: #fff; }
.FooterMenulink A:active {text-decoration: none; color: #fff; }
.FooterMenulink A:hover {text-decoration: underline; color: #fff; }

.inputbox {
	background:#f1f1f1;
	border: solid 1px #b6b6b6;
	color:#303030;
	font-family: verdana;
	width:235px;
}

