/* 
	rolandhunziker at yahoo dot com
	validated by w3c validator
*/


/* prevent content from shifting to the left by appearing scrollbar in gecko browsers*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: transparent url(/img/header_repeat.png) repeat-x top;
	background-color: #B9C5D6;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #4C525F;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 18px;
}

#frame img {
	border: 0px none;
}

#frame {
	width: 869px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	padding: 0;
}

#header {
	height: 84px;
}

#framecontent {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 8px 8px 8px 8px;
	margin-bottom: 30px;
}

#framecontentlightblue {
	background-color: #E4E9F1;
	height: 100%;
}

#navigation {
	float: left;
	width: 155px;
	margin: 10px 10px 10px 10px;
	/*background-color: #85C372;*/
	height: 100%;
}

/*for IE6*/
#content {
	float: left;
	width: 616px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	/*background-color: #6CA3FB;*/
	border-left: 1px solid #FFFFFF;
}

/*for everyone elese*/
div[id]#content {
	float: left;
	width: 606px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	/*background-color: #6CA3FB;*/
	border-left: 1px solid #FFFFFF;
}

/*link colors content*/
#content a {
	color: #4C525F;	
}

#content a:link {
	color: #4C525F;
}

#content a:visited {
	color: #4C525F;
}

#content a:hover {
	color: #4C525F;
	text-decoration: none;
}

#content a:active {
	color: #4C525F;
}

/*link colors navigation*/
#navigation a {
	color: #4C525F;
	text-decoration: none;
}

#navigation a:link {
	color: #4C525F;
	text-decoration: none;
}

#navigation a:visited {
	color: #4C525F;
	text-decoration: none;
}

#navigation a:hover {
	color: #4C525F;
	text-decoration: underline;
}

#navigation a:active {
	color: #4C525F;
	text-decoration: none;
}

/*styles navigation links*/

#navigation div.firstmaininactive {
	font-weight: bold;
}

#navigation div.firstmainactive {
	background-color: #B9C5D6;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}

#navigation div.maininactive {
	margin-top: 10px;
	font-weight: bold;
}

#navigation div.mainactive {
	margin-top: 10px;
	background-color: #B9C5D6;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}

#navigation div.subinactive {
	margin-top: 2px;
	padding-left: 30px;	
}

#navigation div.subactive {
	margin-top: 2px;
	padding-left: 30px;
	background: url(/img/subnav_active.png) 13% 50% no-repeat;
}


/*text styles content area*/
#content p, td, li, lu {
	color: #4C525F;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	line-height: 18px;
}

#content ul {
	margin: 0px 0px 11px 17px;
	padding: 0px;
}

#content h1 {
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#content h2 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
}

#content p {
	margin: 0 0 9px 0;
}

#content table {
	border-collapse: collapse;
	border: 0px none;
}

#content table td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}


#content table th {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#content table td.noborder {
	border-bottom: 0px none;
}

#content .smallitalic {
	font-style: italic;
	font-size: 11px;
}

#content .small {
	font-size: 10px;
}

#content .smallalign {
	font-size: 10px;
	vertical-align: bottom;
}

#content .bold {
	font-weight: bold;
}

#content table td.margintopheader {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#content table td.margintop {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

#content .floatright {
	float: right;
	margin: 0px 10px 0px 15px;
}

#content .logoalign {
	vertical-align: bottom;
	text-align: right;
}

#content img.logoalign {
	margin: 15px 5px 5px 10px ;
}

#content table.thumbnails {
	border: 0px none;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

#content table.thumbnails td {
	text-align: center;
	vertical-align: middle;
	border: 0px none;
	padding: 12px 0px 12px 0px;
}

/*clear all floats*/
.clearboth {
	clear: both; 
	height: 0px; 
	font-size:0px; 
	line-height: 0px;
}