/* CSS Document */
body {
   background-color:#f4f7fc; 

  
}


/*  structural divs  */

#bwrap {
	width: 680px;
	background-image: url(../images/side.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color:#FFFFFF;
	color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px
}

#header {
	width: 100%;
}
#top {
width: 100%;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 10px;
	background-color:#FFFFFF
}
#logo {
	padding-left: 30px;
}


#cont_wrap {
width:610px;
	padding-left:19px;
	padding:30px;
	
}
#h_l {
	width:20px;
	height:180px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B6CFE5;
	margin-top:20px
}
#sidebar {
	float: left;
	height: 210px;
	width: 220px;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	font-family:Arial, Helvetica, sans-serif;
}





#footer {
	width:680px;
	font-size: 12px;
	color:#506276;
	clear:both;
	padding-top: 30px;
	padding-bottom:10px;
	text-align:left;
}


/*  links  */
#sidebar a:link {
	text-decoration:none;
	color: #B6CFE5;
}
#sidebar a:visited {
text-decoration:none;
color:#B6CFE5
}
#sidebar a:hover {
text-decoration:none;
color:#506276
}
#sidebar a:active {
	text-decoration:none;
	color: #506276
}
a link{
color:#0000CC;
text-decoration:none;
}
 a:visited{
color:#000000;
text-decoration:none;
}
 a:hover{
color:#0000AA;
text-decoration:underline;
}
 a:active{
color:#0000CC;
text-decoration:none;
}
/*  end of basic template layout  */


/*  headers  */

h2 {
	font-size: 16px;
	text-align: center;
}
h3 {

	display:block;
	background-color:#B6CFE5;
	color:#506276;
	font-family:Arial, Helvetica, sans-serif;
	
	text-align: center;
}
.h_1 {
width:120px;
font-size: 16px;
}
.h_2{
width:320px;
font-size:16px;
float:left;
margin-right:20px
}
.h_3{
text-align:left;
}
/*  start of index.html  */
#text_1 {
	float: left;
	width: 380px;	
}
#con a:link {
color:#506276;
text-decoration:underline
}
#con a:visited {
color:#506276;
text-decoration:underline
}
#con a:hover {
color:#B6CFE5;
text-decoration:underline
}
#con a:active {
color:#506276;
text-decoration:underline
}
.hb {
	border: 1px double #B6CFE5;
	padding-top:1px

}
.hc {
	border: 1px double #B6CFE5;
	padding-top:1px;
	margin-left:220px
   

}
.hd {
color:#59809F
}

.text_2 {
	line-height:17px;
}

#hc {
background-color:#222222;
color:#FFFFFF;
}