@charset "UTF-8";


/* START BASICS */
body { background-color:#663366; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px; margin: 0 auto; overflow: auto; color: #663366;}

h3 { font-size: 14px; font-weight: bold; padding: 0px; margin: 0px 0px 20px;}
h4 { text-align:left; font-weight: bold; font-size: 15px; color: #7c0081; margin: 10px 0px 15px 0px;}  
h5 { text-align:left; font-weight: bold; font-size: 11px; color: #7c0081; margin: 8px 0px 6px 0px;}  
ul,li { margin: 0px; padding: 0px; }
td,p { margin: 0px; padding: 0px; line-height: 19px;}

a { color: #669933; text-decoration: none;}
a:hover { color:#663366; text-decoration: none; }
a:active { color: #669933; text-decoration: none; }
a img { border: none; }

/* This class is used to manualy end the floating of divs */
.clear { clear: both; }
/* END BASICS */


/* LAYOUT STYLES */
#logo {
	position:absolute;
	left:70px;
	top:28px;
	width:136px;
	height:154px;
	background:url(../images/new-logo.gif); left no-repeat;
	z-index:2;
	
}
#mainbox {
	position:absolute;
	width:900px;
	left:50%;
	top: 20px;
	margin-left:-450px;
	background-color:#FFFFFF;
	z-index:1;
}		
#menu_bar { height:30px; position:absolute; left:262px; top:35px;}
#menu_bar li { float:left; list-style:none; padding: 0px 8px 0px 35px; }
#menu_bar a { font-weight:bold; font-size:14px; color:#663366; }
#menu_bar a:hover { color:#669933; }

#content { padding: 158px 65px 90px 297px; text-align:justify; }

#bg_bottom_1 { position:absolute; bottom:90px; left:0px; background: url(../images/bg_bottom_1.jpg); width:252px; height:290px; z-index:1;} 
#bg_bottom_2 { position:absolute; bottom:0px; left:0px; background: url(../images/bg_bottom_2.jpg); width:700px; height:90px;} 
#bg_bottom_3 { position:absolute; bottom:0px; right:0px; width:104px; height:81px;} 
#blank {float:right;}

/* PAGE CONTENT STYLE */

.about_image { margin: 5px 0px 15px 25px;}