/* CSS Document */

/*-----Global Reset-----*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{margin:0; padding:0;}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address{
margin:0.5em 0;}

li, dd{margin-left:1em;}

fieldset{padding:0.5em;}

img {
	border: none;
}

.clear {
	clear: both;
}


/*-----BACKGROUND COLOR/FONT SIZE AND COLOR-----*/
body {
	background-color:#000033;
	font-size:12px; /* more consistent font sizes */
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px; /*helps readability*/
}

/*-----ALL NON PARAGRAPH TEXT COLORS-----*/

td, p {
font-size:12px;
}



/*-----HEADINGS-----*/
h1, .componentheading{ font-size:22px; font-weight:normal; line-height:24px; letter-spacing:-0.5px;}
h2, .contentheading{font-size:18px; font-weight:normal; line-height:20px; color:#000033;}
h3{font-size:16px; font-weight:bold; }
h4{font-size:14px; font-weight:bold;}
h5{font-size:12px; font-weight:bold;}


/*-----LINK TEXT COLORS-----*/
a {
color:#7b4a95;
}

a:hover{
text-decoration:none;
}
/*-----Lists-----*/
ul{
list-style:none;
}

li{
}
/* tables */


table.contentpaneopen {
    width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}
/*-----BLOCKQUOTE STYLE-----*/

blockquote {
 
}

/* MAIN MENU LINK COLOR */

a.mainlevel{

}

a.mainlevel:hover{

}

a#active_menu.mainlevel{

}

a.sublevel{

}

a.sublevel:hover{

}

a#active_menu.sublevel{

}
ul#mainlevel-nav{padding:0; margin:0; text-align:right; padding-right:10px;}
ul#mainlevel-nav li{
display:inline;
padding:0;
margin:0;
}
a.mainlevel-nav{
text-decoration:none;
padding:0 10px;
border-right:#a467c3 1px solid;
}

a.mainlevel-nav:hover{
text-decoration:underline;
}


input.button{
background:url(../images/buttonbg.png) top left repeat-x;
color:#fff;
font-size:11px;
font-weight:bold;
border:none;
padding:3px 4px;
}


/* LATEST NEWS/POPULAR MODULE LINK STYLES */

a.latestnews{
	
}

a.latestnews:hover{

}

a.mostread{

}

a.mostread:hover{

}

/* SECTION TABLE HEADER STYLE */

td.sectiontableheader {
 
}

/* ALTERNATING SECTION TABLE ROW 1 BACKGROUND/TEXT STYLES */

tr.sectiontableentry1 td {
 
}

/* ALTERNATING SECTION TABLE ROW 2 BACKGROUND/TEXT STYLES */

tr.sectiontableentry2 td {
 
}

/* SECTION TABLE LINK STYLES */

.sectiontableentry2 a, .sectiontableentry1 a, .sectiontableentry2 a.category, .sectiontableentry1 a.category {
 
}
.sectiontableentry2 a:hover, .sectiontableentry1 a:hover, .sectiontableentry2 a.category:hover, .sectiontableentry1 a.category:hover {
	 
}

/*layout*/
.wrapper{width:960px; text-align:left;}
#topwrapper{background:#000033 url(../images/topbg.jpg) top left repeat-x;}
#header{padding-top:33px;}
#logo{float:left; padding-bottom:21px;}
#user4{float:right; color:#a467c3; font-size:16px; font-weight:bold; width:300px;}
div.search{padding-top:6px;}
#mod_search_searchword{
background:url(../images/searchbg.jpg) top left no-repeat; border:none; width:252px; height:27px; color:#a467c3; font-weight:bold; padding:3px 5px;}
#pathway{position:relative; height:23px; background-color:#CCC; font-size:11px; color:#626262; padding:3px 0px 0px 20px;}
#pathway img{vertical-align:middle;}
#midwrapper{background-color:#7b4a95; color:#fff; font-size:11px; border-top:#7b5b8a 1px solid; border-bottom:#a77dba 1px solid;}
#midwrapper .wrapper{background-color:#68427b; color:#fff; }
#midwrapper .shadowleft{background:url(../images/midwrapper-l.jpg) top left repeat-y; margin-left:-20px; padding-left:20px;}
#midwrapper .shadowright{background:url(../images/midwrapper-r.jpg) top right repeat-y; margin-right:-20px; padding:10px 40px 20px 20px;}
#midwrapper a{color:#fff;}
#midwrapper a:hover{text-decoration:none;}
#midwrapper ul, #midwrapper li{margin:0; padding:0; list-style:none;}
#user1, #user2, #top{float:left; width:32%; overflow:hidden; color:#fff;}
#top td{color:#fff;}
#user1 h3, #user2 h3, #top h3, #left h3, #right h3{font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; font-weight:bold; text-transform:uppercase;}
#user1 h3{color:#b5e8f1;}
#user2 h3{color:#bfff8c;}
#top h3{color:#ff89e7;}
#mainwrapper ol{
margin-left:12px;
}
#mainwrapper ol li{
padding:3px 0px;
}

#mainwrapper ul{
margin-left:6px;
padding:0;}
#mainwrapper ul li{
background:url(../images/bullet.png) no-repeat;
background-position: 0px 8px;
padding:3px 0px 3px 12px;
margin:0;
}
#mainwrapper{background:url(../images/mainwrapperbg.jpg) top left repeat-x;}
#mainwrapper .wrapper{ background:#fff url(../images/contentbg.jpg) bottom left no-repeat; }
#mainwrapper .wrapper .inside{padding:10px 20px 40px 20px;}
#left, #middle, #right{overflow:hidden;}
#left, #right{width:181px;}
#left, #middle{float:left;}
#middle{width:532px;}
#right{float:right; }
#left h3, #right h3{
background:#a365c2 url(../images/h3bg.png) top left no-repeat; color:#fff; font-size:14px; font-weight:normal; margin-left:-10px; margin-right:-10px; padding:2px 3px;}
#left .module, #right .module, .module_menu, .module_text{
background:url(../images/modulebg-m.jpg) top left repeat-y; margin-top:10px;}
#left .module div, #right .module div, .module_menu div, .module_text div{
background:url(../images/modulebg-b.jpg) bottom left no-repeat;}
#left .module div div, #right .module div div, .module_menu div div, .module_text div div{
background:url(../images/modulebg-t.jpg) top left no-repeat;
padding:0px 5px 10px 5px;}
#left .module div div div, #right .module div div div, .module_menu div div div, .module_text div div div{
background:url(../js/blank.gif) no-repeat;}
#middle .middleinside{padding:0px 10px 10px 10px;}
#footer{font-size:10px; color:#a467c3; margin-bottom:10px;}
#footer a{color:#a467c3; text-decoration:underline;}
#footer a:hover{ color:#cfa1e7;}
#footer .wrapper{border-top:#855799 1px solid; padding:5px 0px 10px 0px; clear:both; margin-top:20px;}
#footerleft{float:left; width:50%;}
#user3{float:right; width:49%;}
div.bannergroup{width:468px; height:60px;}