/*-- Basic HTML Elements --*/

img {border: 0;}

body {
	margin: 0 0 0 0;
	background-color: #fff;
	}
	
td,tr,p,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

a:link, a:visited {
	color: #6fa5cc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
ul {
	margin: 0px 5px;
	padding: 0px;
	list-style: none;
	}

li {
	background-image: url(../images/list.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 11px;
	}

hr { 
	width: 100%;
	}

/*-- Template Layout --*/

#frametable {
	min-width: 960px;
	}
	
div.clear {
	clear: both;
	}
	
#header_img {
	position: absolute;
	z-index: 2;
	top: 87px;
	left: 7px;
	width: 191px;
	height: 176px;
	}

#top_l {
	height: 120px;
	width: 220px;
	}

#logo {
	padding-top: 17px;
	padding-left: 50px;
	}

#top_c {
	height: 120px;
	background: url(../images/border_top.gif) 0px 11px no-repeat;
	}

#module_t {
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 10px;
	}

#module_t td {
	font-size: 11px;
	}

#top_r {
	height: 120px;
	width: 220px;
	background: url(../images/border_top.gif) 0px 11px no-repeat;
	}

#menu_t {
	padding-top: 35px;
	padding-left: 60px;
	}

#header {
	height: 140px;
	padding: 0px;
	background: url(../images/header_bg.jpg) left top repeat-x;
	}

.mods {
	width: 200px;
	padding: 15px 10px;
	}

#modules_l, #modules_r {
	text-align: left;
	border-bottom: 2px solid #cde2ed;
	}

#main {
	padding: 15px 10px;
	}

.users {
	width: 50%;
	float: left;
	background: url(../images/border_btm.gif) right bottom no-repeat;
	padding-top: 15px;
	}

#spacer {
	padding-left: 5px;
	}

#footer {
	height: 46px;
	background: url(../images/footer_bg.jpg) left top repeat-x;
	}

#copyright {
	padding-top: 8px;
	text-align: center;
	font-size: 11px;
	color: #336689;
	}

div#copyright a:link, div#copyright a:visited {
	color: #2b5575;
	}

div#copyright a:hover {
	text-decoration: underline;
	}

#copyleft {
	visibility: hidden;
	display: none;
	}
	
/*-- Form Elements --*/		

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: lowercase;
	background-color: #b1cee4;
	border: 3px double #8ab5d6;
	}
	
.inputbox {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	background-color: #fff;
	border: 1px solid #b1cee4;
	}

/*-- Navigation --*/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	line-height: 25px;
	background: url(../images/arrow.png) 3px 8px no-repeat;
	padding-left: 20px;
	border-bottom: 1px solid #b7d2e6;
	font-size: 13px;
	color: #6fa5cc;
	}

a.mainlevel:hover {
	color: #336689;
	text-decoration: none;
	}
	
a.sublevel:link, a.sublevel:visited {
	line-height: 16px;
	font-size: 11px;
	color: #336689;
	padding-left: 2px;
	}

ul#mainlevel-nav a:link, ul#mainlevel-nav a:visited {
	color: #3c7cac;
	}
	
.back_button {	
	border: 3px double #cde2ed;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 3px; 
	}

.back_button a:hover {
	color: #3c7cac;
	text-decoration: none;
	}
	
.pathway {
	font-size: 11px;
	color: #3a76a3;
}

/*-- Content --*/

.contentpaneopen {
	width: 100%;
	}

.contentheading {
	background: url(../images/article_hd.gif) left bottom repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #619bc7;
	text-transform: uppercase;
	line-height: 30px;
	}
	
a.contentpagetitle:link, a.contentpagetitle:visited {
	color: #619bc7;
	}
	
a.contentpagetitle:hover {
	color: #3c7cac;
	text-decoration: none;
	}
	
.article_seperator {
	display: block;
	height: 30px;
	background: url(../images/article_sep.gif) center no-repeat;
	}
	
.small, .createdate {
	font-size: 11px;
	color: #a4cadf;
	}
	
.modifydate {
	font-size: 10px;
	color: #a4cadf;
	}

.smalldark {
	font-size: 11px;
	color: #3c7cac;
	}

.readon {
	background: url(../images/arrow.png) 0px 4px no-repeat;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
	}

a.readon:link, a.readon:visited {
	color: #6fa5cc;
	}
	
.componentheading {
	background: url(../images/component.gif) 0px 5px no-repeat;
	padding: 2px;
	padding-left: 35px;
	text-align: left;
	color: #3c7cac;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
	}
	
.category {
	font-size: 12px;
	}

.contentdescription {
	font-size: 11px;
	color: #999;
	}
	
/*-- Pagination --*/

table.contenttoc {
	margin-left: 4px;
	border: 1px solid #cde2ed;
	}
table.contenttoc th {
	line-height: 18px;
	padding: 2px 4px;
	color: #3c7cac;
	}

table.contenttoc td {
	line-height: 18px;
	border-top: 1px solid #cde2ed; 
	padding: 2px 4px;
	}
	
.pagenavcounter {
	font-size: 11px;
	color: #c22f30;
	}

.pagenavbar div {
	font-size: 11px;
	}

/*-- Modules --*/

table.moduletable {
	width: 100%;
	padding-bottom: 6px;
	}

table.moduletable th {
	line-height: 32px;
	background: url(../images/module_bg.jpg) left top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	padding-left: 30px;
	padding-top: 4px;
	}

table.moduletable td {
	font-weight: normal;
	color: #333;
	text-align: left;
	}
	
/*-- Other --*/
	
.sectiontableheader {
	font-weight: bold;
	color: #fff;
	text-transform: lowercase;
	background-color: #b1cee4;
	border-bottom: 3px double #8ab5d6;
	border-top: 3px double #8ab5d6;
	padding: 5px;
	}

.sectiontableentry1 {
	background-color: #f7fbfd;
	padding: 2px;
	}

.sectiontableentry2 {
	background-color: #eaf2f7;
	padding: 2px;
	}
	
.pollstableborder {
	border: 1px solid #b7d2e6;
	}

.highlight {
	color: #c22f30;
	}

.mosimage_caption {
	border: 1px solid #cde2ed;
	color: #999;
	font-size: 10px;
	}