body
	{
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	background-color: white;
	text-align: justify;
	}

table,p
	{
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #5e5e5e;
	text-align: justify;
	}

#main_box
	{	
	position: absolute;
	left: 10px;
	top: 10px;
	width: 770px;
	height: 552px; /*height of bg.jpg*/
	background: url("images/bg.jpg") no-repeat top center; 
	background-color: white;
	/*border: 1px solid;*/
	}

#menu_box
	{
	position: absolute;
	left: 15px;
	top: 160px;
	width: 160px;
	text-align: center;	
	margin-right: 15px;
	/*border: 1px solid;*/
	}

#content_box
	{
	position: absolute;
	left: 192px; /*182+10*/
	top: 160px;
	width: 562px; /*582-2*10*/
	padding-bottom: 60px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	background: url("images/bg_bottom.png") no-repeat bottom center; 
	/*border: 1px solid;*/
	}

a 
	{
	color: #69547d;  
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}

a:visited 
	{
	color: #666666;  
	}

a:hover 
	{
	color: #69547d;  
	text-decoration: underline;
	}


.menu 
	{    
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	}	

.menu:visited 
	{    
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	}

.menu:hover
	{ 
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #69547d;
	text-decoration: underline;
	}


.title_h1
	{
	color: #69547d;
	font-size: 20px;
	letter-spacing: 1px;	
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
	}

.title_h2 
	{
	width: 560px;
	background: url("images/bg_h2.png") no-repeat top right ; 
	color: #69547d;  
	text-indent: 20px;
	font-size: 13px;
	letter-spacing: 2px;	
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 2px;
	border: 1px solid #aaaaaa;
	margin-top: 2em;
	margin-bottom: 1em;
	}

.title_h3
	{			
	color: #69547d;	
	font-size: 13px;
	letter-spacing: 1px;	
	font-weight: bold;
	text-indent: 20px;
	padding-bottom: 0.8em;
	}

.indent
	{
	padding: 10px;
	}

.v_space
	{
	padding-top: 15px;
	}

.important
	{
	font-size: 14px;
	color: #666666;
	}
		
.image_right 	
	{
	float: right;
	padding: 2px 10px 2px 10px;
	text-align: center;
	/*border: 1px solid;*/
	}
			
.image_left
	{
	float: left;
	padding: 2px 10px 2px 10px;
	text-align: center;
	/*border: 1px solid;*/
	}
	
.gap_bottom_large
	{
	padding: 125px;
	}

.gap_bottom
	{
	padding: 25px;
	}








