body
{
	background-image: url('/images/background_test.png');
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #4A5153;
	margin: 0;
}

.container
{
	width: 80%;
	margin: 0 auto;
	height: 100%
}

.body_background
{
	margin: auto;
	text-align: justify;
	background-color: #ffffff;
	overflow:auto;
	padding-bottom: 10px;
}



.google_adds
{
	background-color: #ffffff;
	text-align: center;
	margin: 100px 0px 0px 0px;
}





.header
{
	margin: 0px 10px 0px 10px;
	height: 63px;
	background-image: url('/images/header.png');
	background-repeat: repeat-x;
	color: #ffffff;
}

.header_title
{
	float:left;
	padding-top: 25px;
	padding-left: 20px;
	font-size: 25px;
}

.header_right
{
	font-size: 12px;
	padding: 40px 0px 0px 70%;
}


.menu_vertical
{
	margin: 40px 0px 0px 30px;
	float:left;
	padding: 10px 20px 10px 10px;
	background-color: #EBF3F5;
	width: 200px;
}

.menu_vertical_head
{
	font-size: 13px;
	font-weight: bold;
	color: #373737;
}

.menu_vertical_item
{
	padding-left: 20px;
	background-image: url('/images/menu_vertical_block.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.menu_vertical_spacer
{
	height: 10px;
}


.main_body
{
	padding: 40px 20px 0px 280px;
	height: 100%;
}

.main_body_title
{
	font-size: 30px;
	border-bottom: 1px solid #7B8589;
}

.main_body_content
{
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 30px;
}






a:link, a:visited
{
	text-decoration: none;
	color: #282828;
}

a:hover
{
	text-decoration: underline;
}

input, textarea, select
{
	color: #000000;
	background: #FFF1DC;
	border: 1px solid #B5B5B5
}


.submit input
{
	color: #ffffff;
	background: #7B8589;
	border: 1px solid #B5B5B5;
	margin-left: 18%;
} 

























fieldset 
{  
	margin: 1.5em 0 0 0;  
	padding: 0;
	padding-bottom: 15px;
	width: 80%;
	border: 1px dotted #B5B5B5;
}


legend 
{  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}


fieldset ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none;
}


fieldset li 
{  
	padding-bottom: 1em;
}


fieldset.submit 
{  
	border-style: none;
}


label 
{  
	float: left;  
	width: 10em;  
	margin-right: 1em;
}


left-aligned-labels.css fieldset li 
{  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}


left-aligned-labels.css fieldset 
{  
	float: left;  
	clear: left;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;
}


left-aligned-labels.css fieldset.submit 
{  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 12em;
}

right-aligned-labels.css label 
{  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}






