﻿@charset "utf-8";
/* CSS Document */
html, body 
{
	margin: 0px;
	padding: 0px;
}
body 
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3F4554;
	text-align: center;
	line-height: 1.2em;
}
.title
{
	font-size: medium;
	font-weight: bold;
	width: 100%;
	border-bottom: solid 1px #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 20px;
	vertical-align: middle;
}
.clearer 
{
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.leftColumn 
{
	width:48%;
	float:left;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}
.rightColumn
{
	width:48%;
	float:left;
	padding: 5px 5px 5px 5px;
	text-align: justify;
}
.highlightedText
{
	color: #5D7B9D;
}
.highlightedTextBold
{
	color: #5D7B9D;
	font-weight: bold;
}
.navigation
{
	height: 210px;
	margin: 0px 7px 0px 27px;
	padding-top: 20px;
}
.navigationItem
{
	font-size:12px;	
	text-align: center;
	height: 40px;
	width: 100%;
	font-size: 10pt;
}
.navigationItem a:link, .navigationItem a:visited, .navigationItem a:active 
{
	color: #FFFFFF;
	text-decoration: none;
}
.navigationItem a:hover 
{
	color: #ccc;
	text-decoration: none;
}
.footer 
{
	padding: 5px;
	border-top: solid 1px #dadada;
	text-align: center;
}
.footer p 
{
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	color: #aaa;
}
.footer a:link, .footer a:visited, .footer a:active 
{
	color: #aaa;
	text-decoration: none;
}
.footer a:hover 
{
	color: #ccc;
	text-decoration: none;
}
.clearer 
{
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
}
.documentLink a:link, .documentLink a:visited, .documentLink a:hover, .documentLink  a:active
{
	color: #3F4554;
	text-decoration: none;
}


#wrapper {
width: 720px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;

}
#header {
width: 100%;
}
#container {
width: 100%;
height: auto;
margin: 0px;
padding: 0px;

}
#left {
width: 205px;
height: auto;
padding:2px 2px 2px 2px;
float: left;
margin: 0px;
background-image:url(Images/counceling_site_04.jpg);
background-repeat:no-repeat;
}
#right {
width: 500px;
height: auto;
float: left;
margin: 0px;
}
#right_top {
width:100%;
margin: 0px
}
#right_left {
width:48%;
float:left;
padding: 5px 5px 5px 5px;
}

#right_right {
width:48%;
float:left;
padding: 5px 5px 5px 5px;
}

#right p {
margin: 0px;
}




