html
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #e9edf8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Links */

a { text-decoration: none; font-weight: bold; }

img {
	
}



a:link {
	color: #4679F0;
	
}



a:visited {	color: #4679F0;
	 }

img a:hover {
	color: #333333;

}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #43506b; margin: 1em 0 .5em; }

hr {
	height:0;
	text-align:center;
	color: #DCB64F;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; }

h1 { 

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
 }

h2 { font-size: 28px; }

h3 {
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}

 h5 { font-size: 14px; }

/* Other Html Elements */

ul, ol, blockquote, pre
{
	color: #000000;
	line-height: 1.5em;
	padding: 10px 10px 10px 30px;
}

#txtheader { 
color:#CC3300;
font-size:20px;
line-height:26px;
}

.imagebord {

border: 1px solid #DCB64F;

}

ul { list-style-type: square; }

blockquote { padding: 10px; margin: 10px; }

blockquote, pre { background-color: #dddddd; border: 1px solid #bbbbbb; }

pre { overflow: auto; font: 11px Consolas, Verdana, "Courier New"; }

ins { text-decoration: none; color: #9e624a; }

del { color: #666666; }



table
{
	
	margin: 5px 5px 10px;

	
}
/*

table caption
{
	margin: 10px 0 5px;
	font-weight: bold;
}
*/
th, td
{
	height:30px;
	vertical-align:top;


	
}
/*
th { background-color: #cfcccf; }

tr td { background-color: #f3f3f3; }

tr.alt td { background-color: #dfdfdf; }

*/

abbr, acronym, cite { cursor: help; border-bottom: 1px dotted #444444; }

/* Structure */

body
{
	width: 850px;
	margin: 0 auto;
	background: #c8ccd4 url(images/bg.png) top left repeat-y;
}

#header
{
	min-height: 130px;
	background: transparent url(images/header.png) top left no-repeat;
}

#navigation
{
	float: left; 
	width: 100%;
	background: transparent url(images/nav.png) top left repeat-y;
}

#content_text {
	width: 500px;
	text-align: left;

}

#wrapper
{
	float: left;
	clear: both;
	width: 100%;
	line-height: 1.8em;
}

#content-wrapper
{
	width: 96%;
	float: left;
}

#content
{
	float: left;
	padding: 0 25px 10px 65px; 
}

#sidebar-wrapper
{
	width: 34%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 0 65px 10px 0px;
	font-size: 12px;
	line-height: normal;
}


#footer
{
	clear: both;
	text-align: center;
	background: transparent url(images/footer.png) top left repeat-y;
height:30px;
}

/* Header */

#header h1 { margin: 0; padding: 0 0 10px; text-indent: -9999px; }

#header h2 { margin: 0; padding: 0 0 10px; text-indent: -9999px; }

/* Navigation */

#navigation ul { margin: 0; padding: 0; float: left; margin-left: 50px; margin-right: 50px; }

#navigation li { float: left; list-style-type: none; }

#navigation a
{
	float: left;
	display: block;
	padding: 5px 10px 5px;
	border-bottom: 2px solid #D59D1C;
}

#navigation a:link, #navigation a:visited { color: #D59D1C; }

#navigation a:hover, #navigation a:active {
	color: #AD741D;
	border-bottom-color: #6F4A13;
}

#navigation li#active a {
	color: #AD741D;
	border-bottom-color: #6F4A13;
}

/* Content */

.normal_text {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	text-align:left;
}

.image_float {
float:right;
margin-left:10px;
margin-top:5px;
margin-bottom:5px;
border: 1px solid #bbbbbb;

}

.table_float {
float:right;
margin-left:20px;
margin-top:5px;
margin-bottom:5px;


}

#wrapper ul { padding-left: 10px; }

#wrapper ul li
{

}

/* Sidebar */


.table_box td {


text-align: left;

}

.table_wrap {

text-align: center;

}

.table_start td{
padding:0;
margin:0;
text-align:center;

	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;

}



/* Footer */

#footer p {
	margin: 0 50px;
	padding: 10px 0 5px;
}

#footer a:link, #footer a:visited { color: #999999; border-bottom-color: #999999; }

#footer a:hover, #footer a:active { color: #bbbbbb; border-bottom-color: #bbbbbb; }
