/* ----- Main Layout Elements ----- */
body {
	background:			#3b3b3b;
	text-align:			center;
	padding:			0;
	padding-top:		10px;
	padding-bottom:		10px;	
	margin:				0;
	font-family: 		Arial, Verdana, sans-serif;
}
#container {
	width:				980px;
	font-size:			12px;
	margin:				0 auto;
	text-align:			left;
	clear:				both;
	margin-top:			10px;
	background-color:	#ffffff;
}
#header {
	width:				980px;
	height:				166px;
	margin:				0 auto;
	clear:				both; 
}
#headerinside {
	width:				980px;
	background-image: 	url('../images/bg-header.jpg'); 	
	margin:				0 auto;
	height:				138px;
	text-align:			left;
	clear:				both; 	
}
#leftsidebar {
	float:				left;
	width:				20%; 
	overflow:			hidden;
	padding-bottom:		10px;
}

#main {
	float:				left;
	width:				60%;
	overflow:			hidden;
	padding-bottom:		10px;	
}
#rightsidebar {
	float:				left;
	width:				20%; 
	overflow:			hidden;
	padding-bottom:		10px;	
} 
#footer {
	margin:				0 auto;
	width:				980px;
	clear:				both; 
	text-align:			center;
	font-size:			10px;
	padding-top:		10px;
	color:				#ffffff;
	background-color:	#000000;
}
#footer a {
	color:				#ffff99;
}
a, a:visited {
	color:				#125c83;
}
a:hover {
	color:				#b00000;
}
#searchForm {
	padding-top:		10px;
}

/* ----- Top Menu ----- */
#topmenu {
	background-image: 	url('../images/top-header.jpg');
	padding-top:		5px;
	margin:				0 auto;
	height:				23px;
	text-align:			center;
	clear:				both;	
}
#topmenu .moduletable {
	border: 			0;
	padding: 			0;
	margin:				0 auto;
}
#topmenu ul {
	margin: 			0;
	padding: 			0;
	list-style:			none;
}
#topmenu li {
	display: 			inline;
	margin: 			0;
	padding: 			0;
	border-right:		1px solid #333333;
}
#topmenu a, #topmenu a:visited {
	font-weight:		bold;
	padding-right: 		10px;
	padding-left:		10px;
	color:				#f7f79b;
	text-decoration:	none;
	border-left:		1px solid #333333;	
}
#topmenu a:hover {
	text-decoration:	underline;
	color:				#fffd5e;	
}

/* ----- Left Sidebar Elements ----- */
#leftsidebar ul {
	margin:				0px;
	padding-left:		20px;
	padding-top:		5px;
}
#leftsidebar ul li {
	margin:				0px;
	padding:			0px;
	list-style-type:	square;
}
#leftsidebar ul li a {
	text-decoration:	none;
	color: 				#333333;
}
#leftsidebar ul li a:hover {
	text-decoration:	underline;
}
#leftsidebar h3 {
	margin:				0px;
	padding-top:		4px;
	padding-bottom:		4px;	
	height:				11px;
	font-size:			10px;
	font-family:		verdana, arial;
	color:				#ffffff;
	text-align:			center;
	background-image: 	url('../images/modtop.jpg');
}
#leftsidebar .moduletable {
	background-color: 	#eeeeee;
	color: 				#000000;
}
#user4 .moduletable {
	background-color: 	#ffffff;
	color: 				#000000;
}

/* ----- Sidebar Buttons ----- */
#leftsidebar .moduletable_menu {
	margin-bottom: 		10px;
	background-color: 	#111111;
	color: 				#333;
	padding:			0;
}

#leftsidebar .moduletable_menu ul {
	list-style:			none;
	margin: 			0;
	padding: 			0;
	border: 			none;
}
#leftsidebar .moduletable_menu ul li {
	list-style:			none;
	margin: 			0;	
}
#leftsidebar .moduletable_menu ul li a {
	display: 			block;
	padding: 			2px 1px 2px 5px;
	background-image: 	url('../images/bbg.jpg');		
	background-color: 	#152f61;
	color: 				#fff;
	text-decoration: 	none;
	width: 				100%;
}

html>body #leftsidebar .moduletable_menu li a {
	width: 				auto;
}

#leftsidebar .moduletable_menu li a:hover {
	background-color: 	#c40101;
	background-image: 	url('../images/bbgo.jpg');		
	color: 				#ffffff;
}


/* ----- Right Sidebar Elements ----- */
#rightsidebar .moduletable, #rightsidebar .moduletable_text {
	background-color: 	#fafafa;
	color: 				#000000;
	margin-bottom:		10px;
	border:				1px solid #bababa;
}
#rightsidebar .moduletable h3, #rightsidebar .moduletable_text h3 {
	margin:				0px;
	padding-top:		2px;
	padding-bottom:		4px;	
	height:				11px;
	font-size:			10px;
	font-family:		verdana, arial;
	color:				#ffffff;
	text-align:			center;
	background-color:	#000000;
}
#rightsidebar p, .bannergroup_text {
	margin-top:			0px;
	margin-bottom:		10px;
	padding-left:		5px;
	padding-right:		5px;	
}


/* Additional markups */
.pagenavcounter, .pagenav {
	font-size:			10px;
} 
.contenttoc {
	padding:			5px;
}

div.componentheading {	/* Component heading */
	font-size:			16px;
	border-bottom:		1px solid #777777;
	font-weight:		bold;
	margin-top:			10px;
	border-bottom:		1px solid #cccccc;
}
td.contentheading {		/* Post titles/headings */
	font-size:			16px;
	font-weight:		bold;
	clear:				both;
	padding-top:		10px;	
	text-decoration:	underline;
}
table.contentpaneopen {	/* Table wrapping posts */
	margin:				0;
	padding:			0;
}
#form-login-remember {	/* Small 'remember me?' text in login form */
	font-size:			12px;
	padding-bottom:		5px;
}
#form-login {
	text-align:			center;
}
#form-login-username, #form-login-password, #form-login-remember {
	text-align:			left;
	font-size:			11px;	
	padding-left:		10px;
	margin:				0;
}
#form-login ul {
	text-align:			left;
}
fieldset.input {
	border:				0;
}
#form-login #form-login-remember {
	text-align:			center;
}
form {
	margin:0;
}
td.sectiontableentry1 {		/* Alternating rows for polls */
	background-color:	#ffffff;
}	
td.sectiontableentry2 {		/* Alternating rows for polls */
	background-color:	#f9f9f9;
}	
.button {
	background-color:	#ddecf3;
	font-size:			10px;
	font-family:		verdana, arial;
	border-top:			1px solid #e7f7ff;
	border-left:		1px solid #cde4ef;	
	border-bottom:		1px solid #000000;
	border-right:		1px solid #245167;
}
.buttonheading img {
	border: 			none; 
	margin: 			0;
	padding:			0;
}
span.small { 		/* Small text underneath post title, i.e. 'Written by...' */
	font-size:			10px;
	margin:				0;
	padding:			0;
}
td.createdate {		/* Small date under post titles */
	font-size:			10px;
	text-align:			left;
	color:				#999999;
}
td.modifydate { 	/* The 'Last Updated' date under posts/modules. */
	font-size:			10px;
	text-align:			right;
	font-style: 		italic;	
}
a.readon { 			/* The 'Read More...' link under posts/modules. */
	font-size:			10px;
	float:				right;
	text-align:			right;
}
td.article_column {
	padding-right:		10px;
}
table.pollstableborder {
	text-align:			left;
	width:				100%;
}
p {
	margin-top:			0;
	margin-bottom:		10px;
}
span.breadcrumbs  {
	font-size:			10px;
	color:				#666666;
}
.crumbbg {
	background-color:	#fff0fe;
}
div.bannerheader {
	font-size:			10px;
}
.herald_article {
  font: small 'Times New Roman', Times, FreeSerif, serif;
  color: #000000;
  text-decoration:none;
  text-align: justify;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 18px;
  text-indent: 2ex;
}
.herald_title {
  font-size: xx-large;
  font-style: oblique;
  color:Navy;
  font-family:Arial;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.top_link {
  color: blue;
  font: 11px Tahoma, Verdana, San-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
A.top_link:Link {
  color: blue;
  font: 11px Tahoma, Verdana, San-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}  
A.top_link:Visited {
  color: cyan;
  font: 11px Tahoma, Verdana, San-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
A.top_link:Active {
  color: red;
  font: 11px Tahoma, Verdana, San-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
A.top_link:Hover {
  color: firebrick;
  font: 11px Tahoma, Verdana, San-serif;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
}
  
.dropcap { 
    float:left;
    color: #7678F5; 
    font-size:60px;
    line-height:65px;
    padding-top:2px; 
    padding-right:20px; 
    font-family: Lucida Calligraphy;
    font-style: normal;
    font-weight: bold;
}
.WhoWeAre {
    font: xx-small arial, arial, san-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    text-indent: 2ex;
    margin-top: 0px;
    margin-bottom: 18px;
}
.WhoWeAre_Title {
    font: Large Arial, Arial, San-serif;
    font-style: normal;
    font-weight: Bold;
    text-decoration: none;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 18px;
}
.upcoming {
   font:  xx-small Arial, Arial, San-serif;
   font-style: italic;
   font-weight: normal;
   text-decoration: none;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 0px;
}
.default {
         color: #000000;
	font: 11pt 'Franklin Gothic Book', Verdana, sans-serif;
	text-decoration: none;
        text-indent: 2ex;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 18px;
}
.no_indent {
         color: #000000;
	font: 11pt 'Franklin Gothic Book', Verdana, sans-serif;
	text-decoration: none;
        text-indent: 0ex;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 18px;
}

.default_white {
        color: #ffffff;
        font: 11pt 'Franklin Gothic Book', Verdana, sans-serif;
        text-decoration: none;
        text-indent: 2ex;
        text-align: justify;
        margin-top: 0px;
        margin-bottom: 18px;
}
.heading_color {
   color: #7678F5;
}
.article_title {
  font-size: xx-large;
  font-style: oblique;
  color:#7678F5;
  font-family:Arial;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.title_small {
  font-size: 18px;
  font-style: oblique;
  color: #7678F5;
  font-family: Tahoma, Verdana, sans-serif;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
}
.handwriting {
  font-family: "Lucida Handwriting", Corsiva, "Zapf Chancery", cursive;
  font-size: 18pt;
  color: blue;
  font-weight: bold;
}

.floatright { 
  float: right;
}

.floatleft {
  float: left;
}
