@charset "utf-8";
/* CSS Document */

* { 
	padding: 0; 
	margin: 0; 
}

body {
	background-color: #D0F1E6;
	color:#5A5A60;
	margin: 0px;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	text-align:justify;
	font-size:80%;
}
body a{
	text-decoration:none;
	color: #0762A9;

}
p{
	padding-bottom:5px;
}
h1{
	color:#E6EBEC;
	background-color:#e6e6e6;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:5px;
	text-transform:capitalize;
	border-style:solid;
	border-width:1px;
	border-color:#586769;
	background-color: #859DA0;
	/*background-image: url(images/article-header.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	height: 32px;
	font-size: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
h2, h3{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #D4D4D8;
	background-color:  #DAD6D9;
	padding:  2px 2px 2px 15px;
	margin-bottom:5px;
	margin-top:5px;
}
img{
	border: 1px solid #DAD6D9;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
.container{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #DAD6D9;
	background-color:  #F3F3F3;
	padding:  2px;
	margin:2px;
}


.clear{
	clear:both;
}
#background{
	margin-top:-21px;
}
#bg_center {
	background-image: url(images/bg_middle.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 425px;
}
#bg_top {
	background-image: url(images/bg_top.jpg);
	background-position: center top;
	height: 601px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background-color:#0183DB;
}
/*#bg_bottom {
	background-image: url(images/bg_bottom.jpg);
	position:relative;
	background-position: center top;
	height: 175px;
	background-repeat:no-repeat;
	margin-top:-120px;
	z-index:-1;
	margin-left:auto;
	margin-right:auto;
}*/
#bg_content {
	width: 1031px;
	margin-right: auto;
	margin-left: auto;
	background-repeat:repeat-y;
	background-position:left;
	margin-top:-890px;
}
#bg_content_bottom {
	clear:both;
	margin-top: 0px;
	padding: 0px;
	height:67px;
}
#bg_content_top_left {
	background-image: url(images/content_top_left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 50px;
	height: 67px;
	float:left;
}
#bg_content_top_middle {
	background-image: url(images/content_top_middle.png);
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position: left top;
	display: block;
	width:930px;
	height: 67px;
	float:left;
}
#bg_content_top_right {
	background-image: url(images/content_top_right.png);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:left top;
	display: block;
	width:50px;
	height: 67px;
	float:left;
}
#bg_content_left{
	background:url(images/content_middle_left.png);
	background-repeat:repeat-y;
	margin: 0px;
	display: block;
	clear: both;
}
#content_container{
/*	min-height:758px;*/
	display:block;
	min-height:700px;
	margin-left:25px;
	margin-right:25px;
	background-color:#F3F3F3;
	padding: 10px
}
#content {
	display:block;
	padding: 15px;
	float:right;
	width: 705px;
	background-color:#F8F8F8;
	border-color:#e0e0e0;
	border-width:1px;
	border-style:solid;
	min-height:660px;
	border-radius: 1.6em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}
#top_bar {
	text-align: left;
	width: 100%;
	color: #EEEEEE;
	margin-top: 35px;
}
#bg_content_right {
	background:url(images/content_middle_right.png);
	background-repeat:repeat-y;
	margin-top: 0px;
	display: block;
	clear: none;
	background-position: right;
	margin-bottom:0px;
}
#bg_content_bottom_left {
	background-image: url(images/content_bottom_left.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 50px;
	height: 67px;
	float:left;
}
#bg_content_bottom_middle {
	background-image: url(images/content_bottom_middle.png);
	background-attachment: scroll;
	background-repeat:repeat-x;
	background-position: left top;
	display: block;
	width:928px;
	height: 67px;
	float:left;
}
#bg_content_bottom_right {
	background-image: url(images/content_bottom_right.png);
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: left top;
	display: block;
	width:50px;
	height: 67px;
	float:left;
}
#bottom_bar {
	position:relative;
	text-align:center;
	width: 100%;
	color: #EEEEEE;
	margin-top: 10px;
	display:block;
}

#bottom_bar img{
	filter: alpha(opacity=40):
 	-moz-opacity: .40;
    opacity: .40;
}

#bread_crumb {
	display:block;
	float:left;
	width:auto;
	color:#EEEEEE;
}

#sidebar {
	display:block;
	float: left;
	width: 198px;
}

.sidebar-section{
	margin-bottom:10px;
	border-color:#BEBABD;
	border-style:solid;
	border-width:1px;
	background-color:#D4D0D3;
	padding: 10px;
	border-radius: 1.0em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	background-position: left;
	text-align: left;
	float: left;
	width: 188px;
	z-index: 9;
}
.heading-sidebar-section{
	background-image:url(images/section2-header.png);
	height:22px;
	width: 188px;
	text-align: center;	
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.sidebar-section ul{
	list-style:none;
	margin:0px;
	padding:0px;
	list-style-position:outside;
	font-size:small;
}
.sidebar-section li{
	background-color:#F1EFF1;
	border-color:#F5F4F5;
	border-width:2px;
	border-style:solid;
	padding:2px;
	padding-left:10px;
	margin-top: 1px;
	color: #333;
	font-weight: normal;
	font-size: 11px;
}

#content li{
	margin-left: 30px;
}
