body {
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: "Georgia", Arial, serif;
	background: #505050;
}

#sitename {
	width: 100%;
	height: 215px;
}
#sitename p {
    text-align: right;
	font-family: "Georgia", Times, serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;	
	color: #e5e9ea;
	margin: 0;
	padding: 100px 60px 0 0;
}

#container {
	margin: 0 55px;
}

#header {
	background: url(../images/header.jpg) no-repeat top center;
	height: 175px;
	width: 100%;
	margin: 0 auto;
}
#left_sw {
	background: #000 url(../images/leftsw.jpg) repeat-y top left;
	height: 100%;
	width: 100%;
	min-width:980px;
}
#right_sw {
	background: url(../images/rightsw.jpg) repeat-y top right;
	height: 100%;
	width: 100%;
}

/* --------------------------------------------------- */
/* --- nav --- */

#menucenter {
	background: #000;
	height: 41px;
	width: 92%;
	text-align: center;
	margin: 0 auto;
}

#menucenter .menu_l {
	background: url(../images/menu_left.jpg) no-repeat top left;
	height: 41px;
	width: 30px;
}
#menucenter .menu_m {
	background: url(../images/menu_mid.jpg) repeat-x;
	text-align:center;
	height: 41px;
}
#menucenter .menu_r {
	background: url(../images/menu_right.jpg) no-repeat top right;
	height: 41px;
	width: 30px;
}

#topnavi{
	position:relative;
	display: block;
	height: 41px;
	font-size: 18px;
}

#topnavi ul {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#topnavi ul li {
	display:block;
	float:left;
	margin:0;
	background-image: none;	
}

#topnavi ul li a{
	display: block;
	float: left;
	color: #790f13;
	text-decoration: none;
	padding: 9px 10px 0 10px;
	height: 32px;
	font-family: "Georgia", Arial, serif;
}


#topnavi ul li a:hover,#topnavi ul li a.current{
display: block;
background: #000000;
color: #fff;
}

/* --- end nav --- */

/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

#main_content {
	width: 92%;
	background-color: #000;
	height: 100%;
	margin: 0 auto;
}

#leftmenu {
	margin: 50px 0 0 0;
	float: left;
	width: 150px;
	padding: 0 60px 0 0;
	border-right: 1px solid #333;
}

#content {
	float: left;
	width: 60%;
	margin: 50px 0 0 60px;
}
.footer {
	text-align: center;
	margin: 6% 0 0 0;
}
#bottomnav {
	margin: 30px 0 0 0;
}
#lastestnews {
	width: 30%;
	float: left;
}
#mostpopular {
	width: 30%;
	float: left;
}
#main {
	clear: both;
}
.pathway {
	padding: 0;
	border: 0;
	color: #999;
	font-family: Arial;
}

a.pathway:link, a.pathway:visited {
	color: #999;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial;
	text-decoration:none;	
}

a.pathway:hover {
	color: #7dbeab;
	font-family: Arial;
	text-decoration:none;	
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 20px;
padding-left: 0px;
padding-top: 0px;

}

.componentheading  {
	color: #790f13;
	font-family: "Georgia", Arial, serif;
	font-size: 14px;
	font-weight: bold;
	height: 14px;
	margin: 0 0 10px 2px;
	padding-left: 3px;
	text-align: left;
	white-space: nowrap;
}
.pagenav
{
	font-size:12px;
	font-weight:normal;
}

a.toclink:link, a.toclink:visited
{
	line-height:normal;
	font-size:11px;
	font-family:arial;
	color: #333;
	text-decoration: underline;
}

a.toclink:hover
{
	color:#ca5b30;
	text-decoration: none;
}

table.contenttoc {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc th {
	background: #E1DECF;
	color: #C20A28;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

select {
	color: #FFF;
}
.button {
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
	border: 1px solid #790F13;
	background-color: #790F13;
	color: #000;
	font-family: "Georgia", Arial, serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.sectiontableheader
{
	background: #E1DECF;
	height: 20px;
	padding-right: 3px;
	font-weight: bold;
	color: #000;
}

table.contentpane td.contentdescription
{
	font-size: 12px;
	line-height: 18px;
}
table.contentpane td.contentdescription img {
	margin: 0 20px 0 0;
}

table.contentpane td.componentheading
{
	background:#E1DECF;
	height: 20px;
	padding-left:3px;
	border: 1px solid #FFFFFF;
	color: #C20A28;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: "Georgia", Arial, serif;
	font-size: 14px;
	font-weight: bold;
}

table.contentpane td
{
	padding-top:1px;
	padding-bottom:2px;
	font-size:12px;
}

a:link, a:visited {
	font-family: arial;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color:#ca5b30;
	text-decoration:none;
}	

table.contentpaneopen
{
	width: 100%;
}

table.contentpaneopen td
{
	line-height: 18px;
	font-size: 12px;
}

table.contentpaneopen td.contentheading
{
	height: 20px;
	padding-left: 3px;
	color: #790f13;
	text-align: left;
	white-space: nowrap;
	font-family: "Georgia", Arial, serif;
	font-size: 16px;
	font-weight: bold;
}


a.sublevel:link, a.sublevel:visited {
	font-size: 10px;
	color: #ccc;
	text-align: left;
	text-decoration: underline;
	vertical-align:middle;
	
}

a.sublevel:hover {
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	padding: 5px 0 0 25px;
	height: 16px;
	text-decoration: none;
	color: #FFF;
	background: url(../images/menulink.jpg) no-repeat 0 5px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #ca5b30;
	padding: 5px 0 0 25px;
}

table.moduletable {
	width: 150px;	
	margin-bottom: 30px;
	border-spacing: 0px;
	border-collapse: collapse;
	
}

table.moduletable th {
	color: #000;
	text-align: left;
	padding: 0 0 0 10px;
	vertical-align: middle;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	font-family: "Georgia", Arial, serif;
	background: url(../images/titleback.jpg) no-repeat;
}

table.moduletable td {
	margin-top: 12px;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}
table.moduletable td form {
	margin: 10px 0 0 0;
}

td {
	font-family: arial;
	font-size: 11px;
	color: #FFF;
}
.mymoduletdmiddle {
	background: url(../images/module_middle_graphic.gif) repeat-y;
	padding-left: 18px;
	padding-right: 10px;
}

.mymoduletdheader {
	background: url(../images/module_top_graphic.gif) no-repeat;
	height: 13px;
}

.mymoduletdfooter {
	background: url(../images/module_footer_graphic.gif) no-repeat;
	height: 10px;
}

.mymodulebg {
	background: url(../images/general_module_bg.jpg) no-repeat right bottom;
	height:110px;
}

.mymainbody {
	padding-top :3px;
	padding-left:5px;
	padding-right :23px;
}

.inputbox {
	font-size: 10px;
	font-family: Verdana;
	border: 1px solid #790F13;
	background-color: #000;
}
input[type="checkbox"] { 
	border-style: none; 
}

.syndicate {
	margin: 10px 0 0 0;
} 

/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
	color: #FFF;
	font-size: 10px;
	font-family: "Georgia", Arial, serif;
	text-decoration: none;
}
a.sgfooter:hover {
	text-decoration: none;
}
#sgf {
	margin:0;
	color: #FFF;
	font-size: 10px;
	font-family: "Georgia", Arial, serif;
}
.sgf {
	text-align: right;
	text-decoration: none;
}
.sgf1 {
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #FFF;
	font-family: "Georgia", Arial, serif;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}