.clr {
	clear: both;
}

body {
	margin: 0px;
	background-color: White;
}

body,td, tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	line-height: 16px;
	
}

th {
	color: #666666;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
}

table.searchintro {
	background-color: #FFFFFF;
	border: solid 1px #777777;
}

a.category:link, a.category:visited {
	color: #862725;
	font-weight: bold;
}

a.category:hover {
	color: #862725;
}

.mainlevel {
}

table.moduletable {
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: right;
}

table.moduletable th {
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-left: 0px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.newsflash {
	font-size: 10px;
	color: #00467A;
	text-transform: uppercase;
}

.frameheader {
	font-size: 18px;
	font-weight: normal;
	color: #ADC1D2;
}

.poll {
	font-size: 10px;
	color: #666666;
	line-height: 15px;
}

.inputbox {
	margin-top: 1px;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.contentpane {
	margin-left: 10px;
	padding: 5px;
	width: 95%;
}

 .contentpaneopen {
	margin-left: 5px;
	padding-left: 5px;
	width: 95%;
}

.contentheading {
	color: #666666;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-left: 0px;
	padding: 0px;
	float: left;
	width: 95%;
}

.componentheading {
	color: #666666;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-left: 3px;
	padding-left: 5px;
	float: left;
	width: 95%;
}

.moduletablecomments{
	width: 200px;
	height: 80px;
}

h1 {
	color: #333333;
	text-align: left;
	font-weight: bold;
}

/*.buttonheading {
}
*/
.contentdescription {
	font-size: 11px;
	color: #333333;
	text-align: left;
}

.category {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.sectiontableheader {
	font-weight: bold;
	background-color: #f0f0f0;
}

.sectiontablefooter {
	background-color: White;
}

.sectiontableentry1 {
	background-color: #ffffff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.smalldark {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}

			
h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
}

h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
}

		
table.contenttoc {
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: right;
}

table.contenttoc td {
	padding: 2px;
}

table.contenttoc th {
	color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

ul {
	padding: 0px 0px 16px 9px;
	line-height: 20px;
	list-style-image: url(../images/arrow.png);
	list-style: outside url(../images/arrow.png);
}

li {
	
	padding: 0px;
}

#mainholder{
	width: 100%;
	text-align: center;
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10;
}

#centerthetable{
	width: 850px;
}

a.mainlevel:link, a.mainlevel:visited {
	text-transform: capitalize;
	display: block;
	background: url(../images/mainvavibk.gif) no-repeat; /*vertical-align: middle;*/
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 12px;
	height: 29px !important;
	height: 25px;
	width: 168px;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background-position: 0px -29px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel#active_menu {
	color: #333;
	text-decoration: none;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.back_button {
	float: right;
	text-align: center;
	font-size: 10px;
	font-weight: bold; /*border: 3px double #cccccc;*/
	width: auto; /*background: url(../images/button_bg.png) repeat-x;*/
	padding: 0px 10px;
	line-height: 20px;
	margin: 10px;
}

.small, .createdate {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	padding-top: 20px;
}

.error, .message {
	font-style: italic;
	text-transform: capitalize;
	padding: 5px;
	color: #B22222;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 20px;
}

.buttonsearchbox{
	background-color: #862725;
	color: White;
	font-size: 9px;
	height: 20px;
	width: 20px;
	margin-left: 0px;
	margin-left: 5px !important;
}

.inputboxsearchbox {
	margin-top: 1px;
	border-left: 2px solid #666666;
	border-top: 2px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 12px;
	font-size: 11px;
}

.moduletablesearchbox th{
	color: Black;
	font-weight: normal;
	font-size: 10px;
	padding-top: 15px;
	margin-bottom: 0px;
	text-align: left;
}

.moduletablesearchbox{
	margin-top: 2px; /*;*/
	text-align: center;
	margin-bottom: 15px;
	padding-left: 22px;
}

form {
	margin: 0; /* removes space below form elements */
	padding: 0;
}

a.readon:hover {
	color: Red;
	text-decoration: none;
}

.button, button {
	background-color: #862725;
	color: White;
}

a:link, a:visited, a:hover, a.mainlevel:hover {
	color: #862725;
	text-decoration: none;
}

a.readon:visited, a.sublevel:hover, a.readon:link, a.readon:link {
	color: #900;
	text-decoration: none;
	vertical-align: bottom; /*line-height: 30px;*/
}

.readon img {
	vertical-align: bottom;
}

.moduletablerequestmoreinfo {
	text-align: right;
	margin-left: 10px;
}

.blog {
	margin: 0px;
	vertical-align: top;
	padding: 10px;
}

html, body {
	height: 100%;
}

.pathway{
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
}

#pathway_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

.blognews {
	background-image: url(../images/headernews.gif);
	background-position: left, top;
	background-color: transparent;
	background-repeat: no-repeat;
	margin-left: 18px;
	width: 95%;
}

.moduletableheaderimg, .moduletableheaderimg2 {
	color: #666666;
	margin-left: 8px;
	padding-left: 5px;
	width: 95%;
}

.article_seperator {
}
.contentheadingnews {
	color: #666666;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	display: block;
	margin-left: 3px;
	padding-top: 30px;
	padding-left: 5px;
	float: left;
	width: 95%;

	
}
.contentheadingnews, createdate {
padding-top: 10px;
}
.myfoot{
color: #FFFFFF;
font-weight: bold;
font-size: 12px;

}
.myfoot a:link, .myfoot a:visited {
	color: White;
	margin-right: 20px;
}
#footer {
color: #FFFFFF;
font-size: 9px;
	
}