html {
height : 100%;
}
body {
	line-height: 110%;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #fafafa;
	background-color: #000000;
}

body.contentpane {
color : #ffffff;
background: none;
background-color : #000000;
}
.clr {
clear : both;
}
.blog {
width : 100%;
}

#sitename {
	width: 100%;
	height: 140px;
}
#sitename p {
    text-align: right;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;	
	color: #FFCCCC;
	margin: 0;
	padding: 100px 60px 0 0;
}

#container {
	margin: 0 55px;
}

#header {
	background: url(../images/header.jpg) no-repeat top center;
	height: 140px;
	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: #DC143C;
	text-decoration: none;
	padding: 9px 10px 0 10px;
	height: 32px;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
}


#topnavi ul li a:hover,#topnavi ul li a.current{
	display: block;
	background: #DC143C;
	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: right;
	margin: 50px 10px 10px 50px;
	background: url(../images/background.png) no-repeat scroll top;
	width: 63%;
}

.contentheading {
background-image : url(../images/content_head.gif);
background-repeat : no-repeat;
height : 30px;
line-height : 30px;
color : #dcdcdc;
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
font-size : 14px;
font-variant : small-caps;
white-space : nowrap;
padding-left : 30px;
margin : 2px;
}
.contentpagetitle {
height : 30px;
color : #DC143C;
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
font-size : 12px;
white-space : nowrap;
padding-left : 5px;
margin : 2px;
}
.contentcolumn {
height : 30px;
color : #dcdcdc;
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
font-size : 12px;
white-space : nowrap;
padding-left : 5px;
margin : 2px;
}
.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 {
height : 30px;
color : #2c2c2c;
margin-bottom : 4px;
margin-left : 4px;
margin-right : 4px;
background-color : #000000;
background-image : url(../images/pathway.gif);
background-repeat : no-repeat;
margin-top : 2px;
border : 1px solid #2c2c2c;
}
#pathway_text {
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
font-size : 13px;
overflow : hidden;
display : block;
height : 30px;
line-height : 30px !important;
line-height : 22px;
color : #dcdcdc;
float : left;
padding-left : 40px;
font-weight : normal;
font-variant : small-caps;
}
#pathway_text a:hover {
color : #FFCC00;
text-decoration : none;
}
#pathway_text img {
margin-left : 2px;
margin-right : 2px;
margin-top : 6px;
}
a.pathway:link, a.pathway:visited {
	color: #999;
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma;
	text-decoration:none;	
}

a.pathway:hover {
	color: #FFCC00;
	font-family: Tahoma;
	text-decoration:none;	
}

ul {
margin : 2px;
padding : 2px;
list-style : none;
}
li {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-image : url(../images/arrow.gif);
background-repeat : no-repeat;
background-position : 0 2px;
}
li:hover {
text-align : left;
line-height : 14px;
padding-left : 18px;
background-position : 0 2px;
background-image : url(../images/arrow_hover.gif);
background-repeat : no-repeat;
}

.componentheading {
background-image : url(../images/compo_head.gif);
background-repeat : no-repeat;
height : 30px;
line-height : 20px;
color : #dcdcdc;
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
font-size : 14px;
font-variant : small-caps;
white-space : nowrap;
padding-left : 40px;
margin : 2px;
}
.pagenav
{
	font-size:12px;
	font-weight:normal;
}

a.toclink:link, a.toclink:visited
{
	line-height:normal;
	font-size:11px;
	font-family: Tahoma;
	color: #333;
	text-decoration: underline;
}

a.toclink:hover
{
	color:#FFCC00;
	text-decoration: none;
}

table.contenttoc {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

table.contenttoc th {
	background: #E1DECF;
	color: #DC143C;
	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 #DC143C;
	background-color: #DC143C;
	color: #000;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.sectiontableheader
{
	background: #E1DECF;
	height: 20px;
	padding-right: 3px;
	font-weight: bold;
	color: #fff;
}

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: #DC143C;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-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: Tahoma;
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color:#FFCC00;
	text-decoration:none;
}	

table.contentpaneopen
{
	width: 100%;
}

table.contentpaneopen td
{
	line-height: 18px;
	font-size: 12px;
}

table.contentpaneopen td.contentheading
{
	height: 30px;
	padding-left: 30px;
	color: #DC143C;
	text-align: left;
	white-space: nowrap;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


a.sublevel:link, a.sublevel:visited {
	font-size: 10px;
	color: #ccc;
	text-align: left;
	text-decoration: none;
	vertical-align:middle;
	
}

a.sublevel:hover {
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

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: #FFCC00;
	padding: 5px 0 0 25px;
	background: url(../images/menulink_over.jpg) no-repeat 0 5px;
}

table.moduletable {
	width: 150px;	
	margin-bottom: 30px;
	border-spacing: 0px;
	border-collapse: collapse;
	
}

table.moduletable th, div.moduletable h3 {
background-image : url(../images/titleback.jpg);
background-repeat : no-repeat;
background-color : #181818;
border : 1px solid #2c2c2c;
font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
color : #dcdcdc;
text-align : left;
font-weight : normal;
height : 30px;
line-height : 30px;
font-size : 13px;
font-variant : small-caps;
margin : 0;
padding : 0;
padding-left : 45px;
margin-bottom : 2px;
}

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: Tahoma;
	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: Tahoma;
	border: 1px solid #DC143C;
	background-color: #000;
	color: White;
}
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: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
}
a.sgfooter:hover {
	text-decoration: none;
}
#sgf {
	margin:0;
	color: #FFF;
	font-size: 10px;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
}
.sgf {
	text-align: right;
	text-decoration: none;
}
.sgf1 {
	text-align: left;
}

a.sglink:link, a.sglink:visited {
	color: #FFF;
	font-family: "Tahoma", Verdana, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
}
a.sglink:hover {
	text-decoration: none;
}
.small {
	font-size: 10px;
	color: #AAAAAA;
}
.createdate {
	font-size: 9px;
	color: #AAAAAA;
}
.modifydate {
	font-size: 9px;
	color: #AAAAAA;
}
