body {
background-color:#ffffff;
font-family:Tahoma;
font-size:12px;
color:#000000;
padding: 0px;
margin: 0px;
}

h1 {
	color:#333333;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}

h2 {
	text-decoration: none;
	color:#006699;
	font-size: 18px;
	font-style: italic;
	border-bottom: 1px dashed #000000;
	font-family:Tahoma;
	text-align: left;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

h3 {
	text-decoration: none;
	color: #cccccc;
	font-size: 16px;
	font-family: Tahoma;
}

h4 {
	color: #000000;
	font-family: Tahoma;
	font-size: 20px;
	padding-bottom: 2px;
}

h5 {
	color: #ff3300;
	font-family: Tahoma;
	font-size: 24px;
	/*padding-bottom: 5px;
	padding-right: 10px;
	margin-bottom: 10px;*/
}

h6 {
	color:#333333;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}


p {
margin-left: 2px;
margin-right: 2px;
}

table {
font-size:12px;
}

div.wrapper {
background-color:#006699;
width: 860px;
height:auto;
border:1px solid #333333;
margin-left:auto;
margin-right:auto;
margin-top: 10px;
padding:0px;
}

div.header {
width: auto;
height: 60px;
background-color: #006699;
color:#cccccc;
padding:20px;
}

	div.header_text {
	color:#ffffff;
	font-size:36px;
	font-weight:bold;
	
}

div.content_left {
	width: 200px;
	height: auto;
	float:left;
	margin-top: 5px;
	margin-left: 20px;
	padding:20px;
	background-color: #006699;
}

div.content_left_text {
	color:#333333;
	text-align: left;
}

	div.content_left_text a:link {
	color:#CCCCCC;
	}
	
	div.content_left_text a:visited {
	color:#CCCCCC;
	}
	
	div.content_left_text a:hover {
	color:#000000;
	text-decoration: underline;
	}


div.content_right {
	width: 520;
	height: auto;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	padding:20px;
	background-color: #ffffff;
	border:3px solid;
	
}

div.content_right_text {
	color:#333333;
	text-align: left;
}


div.footer {
height: 38px;
margin-top:20px;
margin-left:10px;
width: auto;
/*border: 1px  #666666 solid;*/
clear:both;
}
