html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: arial, verdana, sans-serif;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
}

h1 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #0963a2;
}

.componentheading {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #444444;
}

.contentpaneopen .contentheading {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #0963a2;
}

h2 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #78aae4;
}

h3 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #999999;
}

h4 {
	clear: both;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #444444;
}

strong {
	font-weight: bold;
	font-style: normal;
	line-height: 150%;
	color: #444444;
}

em {
	font-weight: normal;
	font-style: italic;
	line-height: 150%;
	color: #444444;
}

p,td,tr,div {
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul {
	margin: 0px;
	padding: 0 0 20px 30px;
	list-style: disc;	
	list-style-position: outside;
}

li {
	line-height: 150%;
}

table tr, table td {
	vertical-align: top;
}

img {
	border: none;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #E8EAF1;
}

hr {
	border: 0px;
	border-top: 1px solid #ccc;
}

label {
	line-height: 150%;
}

address {
	font-style: normal;
}

/* @group Layout - Containers */

#bannerwrap {
	width: 100%;
	height: 123px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF url(../images/bannerbg.jpg) repeat-x top left;
	overflow: hidden;
}

#bannercontainer {
	width: 916px;
	height: 123px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/banner.jpg) no-repeat top right;
}

#bannerleft {
	float: left;
	margin: 0;
	padding: 0;
}

#headerwrap {
	width: 100%;
	height: 229px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/headerbg.jpg) repeat-x top left;
	overflow: hidden;
}

#headercontainer {
	width: 916px;
	height: 229px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header.jpg) no-repeat top left;
}

#header {
	display: none;
}

#bodywrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	overflow: hidden;
}

#bodycontainer {
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#breadcrumb {
	width: 860px;
	padding: 0 0 5px 0;
	text-align: right;
	font-size: 11px;
}

#left {
	float: left;
	width: 229px;
	height: auto;
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 12px;
	text-align: left;
	color: #666666;
	overflow: hidden;
}

#search {
	display: inline;
	float: left;
	width: 175px;
	height: 37px;
	margin: 0;
	padding: 0;
}

#right {
	display: none;
	/*
	float: right;
	width: 229px;
	height: auto;
	margin: 0;
	padding: 0 15px 0 15px;
	font-size: 12px;
	text-align: left;
	color: #666666;
	overflow: hidden;
	*/
}

#body {
	float: right; /* float: left; if using #right insetad of #left*/
	width: 640px;
	margin: 0 0 20px 0;
	padding: 0;
	 /* border-right: 1px solid #E8EAF1; if using #right insetad of #left*/
	overflow: hidden;
}

#advert {
	width: 916px;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 0;
	overflow: hidden;
}

#footerwrap {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EEEEEE;
	overflow: hidden;
}

#footercontainer {		
	width: 916px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#footer {
	float: left;
	width: 916px;
	margin: 0;
	padding: 35px 0 25px 0;
}

#copyright {
	float: left;
	width: 916px;
	margin: 0;
	padding: 0 0 35px 0;
}

/* @end */

/* @group Layout - Elements */

.search {
	margin: 0;
	padding: 0 0 20px 0;
	overflow: hidden;
}

#mod_search_searchword.inputbox {
	display: block;
	width: 221px;
	margin: 0 auto;
	padding: 1px 3px 2px 3px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

#searchForm {
	clear: both;
	line-height: 150%;
	margin: 0 20px 20px 20px;
	padding: 10px;
	color: #444444;
	font-size: 12px;
	text-align: left;
	border: 1px solid #E8EAF1;
	overflow: hidden;
}

#searchForm .contentpaneopen {
	margin: 0;
	padding: 0 0 20px 0;
	color: #444444;
	font-size: 12px;
	text-align: left;
}

#component-contact .contentpaneopen {
	font-size: 12px;	
}

#component-contact .inputbox {
	margin: 0 0 5px 0;
}

.contentpaneopen {
	display: block;
	clear: both;
	width: 640px;
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

.contentpaneopen img {
	display: inline;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0 10px 10px 0;
	border: none;
}

.contentpaneopen p {
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0;
	color: #666666;
	font-size: 14px;
	text-align: left;
}

.contentpaneopen td {
	line-height: 150%;
	margin: 0;
	padding: 0;
}

.blog {
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

.blog .contentheading {
	font-size: 14px;
}

.blog .contentpaneopen {
	font-size: 12px;
}

.blog .contentpaneopen td {
}

.blog_more {
	margin: 20px;
	padding: 10px;
	color: #444444;
	font-size: 14px;
	text-align: left;
	border: 1px solid #E8EAF1;
}

.contentpane {
	line-height: 150%;
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	color: #444444;
	font-size: 14px;
	text-align: left;
}

#advert p {
	line-height: 140%;
	margin: 10px 0 0 0;
	padding: 0;
}

.moduletable_advertlarge {
	display: inline;
	float: left;
	width: 560px;
	height: 186px;
	line-height: normal;
	margin: 0;
	padding: 0 24px 12px 24px;
	color: #666666;
	font-size: 13px;
	text-align: left;
	background: url(../images/advertlargebg.gif) no-repeat top left;
}

.moduletable_advertsmall {
	display: inline;
	float: left;
	width: 256px;
	height: 186px;
	line-height: normal;
	margin: 0;
	padding: 0 24px 12px 24px;
	color: #666666;
	font-size: 13px;
	text-align: left;
	background: url(../images/advertsmallbg.gif) no-repeat top left;
}

#copyright div {
	color: #999999;
	font-size: 14px;
}

/* @end */

/* @group Navigation Menus */

#left .moduletable_mainmenu {
	clear: both;
	margin: 5px 0 25px 0;
	padding: 0;
	overflow: hidden;
}

#left .moduletable_examplemenu {
	clear: both;
	margin: 5px 0 25px 0;
	padding: 0;
	overflow: hidden;
}

#left div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left div li {
	display: inline;
	float: left;
	line-height: normal;
}

#left div img {
	float: left;
	margin: 6px 0 0 0;
}

/* @group Main Left Navigation */

.moduletable_mainmenu h3 {
	display: block;
	width: 229px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../../resources/images/mainmenu.gif) no-repeat top left;
}

.moduletable_examplemenu h3 {
	display: block;
	width: 229px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../../resources/images/examplepages.gif) no-repeat top left;}

#active_menu_left:link, #active_menu_left:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#active_menu_left:hover {
	color: #7285aa;
	text-decoration: none;
	background: #FFFFFF;
}

a.mainlevel_left:link, a.mainlevel_left:visited {
	display: block;
	clear: both;
	float: right;
	width: 229px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #999999;
	border-bottom: 1px solid #E8EAF1;
}

a.mainlevel_left:hover {
	color: #7285aa;
	text-decoration: none;
	background: #FFFFFF;
}

a.sublevel_left:link, a.sublevel_left:visited {
	display: block;
	float: right;
	width: 209px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px solid #E8EAF1;
}

a.sublevel_left:hover {
	color: #7285aa;
	text-decoration: none;
	background: #FFFFFF;
}

/* @end */

/* @group Footer Navigation */

.moduletable_menu a.mainlevel_footer {
	margin: 0;
	padding: 0 20px 0 20px;
	font-size: 14px;
	color: #616161;
}

.moduletable_menu a.mainlevel_footer:hover {
	color: #7285aa;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Links */

a:link, a:visited {
	color: #7285aa;	
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.readon:link, a.readon:visited {
	padding-left: 18px;
	font-size: 13px;
	background: url(../images/read.gif) no-repeat top left;
}

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

/* @end */

/* @group category text format */
.category {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.contentdescription {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}

.createdate {
	color: #999999;
	font-size: 11px;
}

.details {
	padding-left: 18px;
	font-size: 13px;
	background: url(../images/read.gif) no-repeat top left;
}

.details:hover {
	text-decoration: none;
}

.inputbox {
	display: inline;
	clear: both;
	margin: 0;
	padding: 1px 3px 2px 3px;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.button {
	display: inline;
	clear: both;
	margin: 0 7px 0 7px;
	padding: 1px 10px 2px 10px;
	color: #FFFFFF;
	background: #7285aa;
	border: 1px solid #DDDDDD;
}

.button:hover {
	color: #FFFFFF;
	background: #A1B6C7;
	cursor: pointer;
}

.modifydate {
	color: #808080;
	font-size: 11px;
}

.contentpaneopen .quote {
	display: block;
	clear: both;
	width: 616px;
	height: auto;
	margin: 5px 0 25px 0;
	padding: 10px;
	font-family: arial, sans-serif, verdana;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.contentpaneopen .quote2 {
	clear: both;
	margin: 5px 0 25px 0;
	padding: 0;
	font-family: palatino, georgia, times;
	font-size: 14px;
	font-style: italic;
	color: #666666;

}

.contentpaneopen .boxquote {
	display: block;
	float: right;
	width: 200px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 10px;
	font-family: arial, sans-serif, verdana;
	font-size: 14px;
	font-style: italic;
	color: #666666;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
}

.sectiontableentry1 td{
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableentry2 td{
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableheader {
	line-height: 150%;
	margin: 0;
	padding: 5px;
	color: #444444;
	font-size: 13px;
}

.sectiontableheader img{
	padding-left: 8px;
}

.small {
	line-height: 150%;
	color: #666666;
	font-size: 11px;
}

.smalldark {
	line-height: 150%;
	color: #000000;
	font-size: 11px;
}

.article_separator {
	display: none;
	/*
	display: block;
	width: 640px;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #E8EAF1;
	*/
}

/* @end */
