/* CSS Document */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 3;
	color: #333333;
	height: auto;
	margin-top:0px;
	background-color:#76D7F6;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

h1 {

}



.page{
	width: 809px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-color: #4F9801;
	border-bottom-style: solid;
}
.header{
	
}
.content{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	padding-top:6px;
}


.sidebar{
	width: 190px;
	float: left;	
}

.sidebar_header{
	text-indent: 10px;
	width: 190px;
	background-image: url(images/sidebar_header.jpg);
	margin-left:10px;
	border-bottom-width: 1px;
	border-bottom-color: #77DAFA;
	border-bottom-style: solid;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom:5px;
	font-weight: bold;
	color:#1D3F76;
}

.sidebar_content{

	width: 190px;
	margin-left:10px;

}

div#nav_block {
	width: 190px;
	margin-bottom: 10px;	
}

div#nav_block a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #77DAFA;
	border-bottom-style: solid;
	text-indent: 15px;
	text-decoration: none;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-position: inside;
	font-size: 12px;
}

div#nav_block a:hover {
  background-color: #77DAFA;
  color: #000000;
}

div#nav_block a:visited {
	color: #000000;
	text-decoration: none;
}

/* sub nav block*/

div#nav_block_sub {
	width: 190px;	
}

div#nav_block_sub a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #77DAFA;
	border-bottom-style: solid;
	text-indent: 26px;
	text-decoration: none;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFCC;
}

div#nav_block_sub a:hover {
  background-color: #99FF33;
  color: #000000;
}

div#nav_block_sub a:visited {
	color: #000000;
	text-decoration: none;
}


/* page content */


.page_content{
	width: 590px;
	float: right;
}

.page_content_header{
	border-bottom-width: 1px;
	border-bottom-color: #77DAFA;
	border-bottom-style: solid;
	margin-right:10px;
	padding-top: 7px;
	padding-bottom:3px;
	text-indent: 4px;
	font-weight: bold;	
	color:#0099FF;
	font-size: 18px;
}

.page_content_body{
	margin-left:3px;
	margin-right:10px;
	padding-top: 8px;
	padding-bottom:5px;
	list-style-image: url(images/bullet.jpg);
	padding-left: 6px;
	padding-right: 6px;
}


.images_right {
	width:auto;
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}


.profiles {
	width:450px;
	height:auto;
	border-color: #00A56D;
	border-width: 4px;
	border-style: solid;
}









.footer{
	width: 786px;
	height:20px;
	background-image: url(images/footer_bg.jpg);
	clear: both;
	margin-right:10px;
	margin-left:10px;
	text-align: center;
	font-size: 10pt;
}

.footer a {
	text-decoration: none;
	color: #333333;
}

.footer_border{
	width: 806px;
	height:21px;
	background-image: url(images/footer_border.gif);
	clear: both;
	margin-right:10px;
	margin-left:10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

.box1 {
	background-color: #FFF9D6;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	margin-left:15%;
	margin-top:8px;
	margin-right:15%;
	float: inherit;
	list-style-image: url(images/square_bullet.png);
	line-height: 20px;
	border-color: #72D6F6;
	clear: both;
}

.box2 {
	background-color: #FFF9D6;
	padding: 16px;
	border-style: solid;
	border-width: 1px;
	margin-left:2%;
	margin-right:2%;
	float: inherit;
	border-color: #72D6F6;
	
}
.box3 {
	background-color: #FFF9D6;
	padding: 6px;
	border-style: solid;
	border-width: 1px;
	margin-right:158px;
	margin-top:1%;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-left: 3px;
	position: inherit;
		border-color: #72D6F6;

}

.image_right {
	width: auto;
	float: right;
	margin-left: 10px;
}

.text_right {
	width: 145px;
	float: right;
	margin-top: 4px;
	clear: both;
}

.headerline {
	height: 179px;
	text-align:center;

}

.inner_image {
padding-bottom:20px;
}

ul {
	list-style-image: url(images/square2.png);
}

a {
	text-decoration: none;
	color:#0099CC;
	
}

