html, body{
	margin:0;
	height:100%;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container{
	margin:0 auto;
	min-height:100%;	width:860px;
	/*padding:0 10px;*/
	position:relative;
	/*margin-top:50px;	*/
	/*background:red;*/
}

#center{
	overflow:hidden;
}


/* HEADERS */

h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	color: #ccc;
	display:inline;
	/*float:left;*/
	margin-top:0;
	/*padding-left:15px;*/
	padding-top:0
}

h2{
	font-family:verdana;
	font-size:11px;
	padding:0;
	margin:0
}
h2 a{
	font-weight:normal
}

#header{
	position:relative;
	margin:0 auto; margin-top:15px; margin-bottom: 55px;
	height:95px;	
}

#header h1{
	margin:0;
	position:absolute;
	left: 180px; 	top: 128px;
	font-size: 10px
}
/*#header h1 a{
	color: white;
	text-decoration:none;
}*/
#header img{
	margin:0;
	vertical-align:bottom;
}

/* CONTENT / Col */

#content{
	float:left;
	width: 61%;
	/*background:red;*/
	color:white;
	text-align:center;
	/*vertical-align: top;*/
}

#col1{
	float:left;
	width: 18.3%;
	/*background:grey;*/
	color:white;
	/*margin-left:-10px;*/
}

#col2{
	float:right;
	width: 18.3%;
	/*background:grey;*/
}
#space{
	float:left;
	width: 1%;
	/*background:yellow;*/
}


/* FOOTER */

#footer{
	position:absolute;
	bottom:-70px;
	padding:5px;
	width:100%; height:70px;
	background:black;
	color:white;
}

.classmenu{
	font: 11px "Geneva,Arial,Helvetica" sans-serif;
}


/***** Global Classes *****/ 
.bold { font-weight:bold; }
.italic{ font-style:italic; } 
.underline{ border-bottom:1px solid; } 
.highlight{ background:#ffc; }
.text-left{ text-align:left; } 
.text-right{text-align:right; } 
.text-center{ text-align:center; } 
.text-justify{ text-align:justify; } 

.decal-mid{	margin-left:150px}
.clear{ clear:both; } 
.float-left{ float:left; } 
.float-right{ float:right; } 
.wrap{ width:960px;margin:0 auto; } 
.nopadding{ padding:0; } 
.noindent{ margin-left:0;padding-left:0; } 
.nobullet{ list-style:none;list-style-image:none; } 
.img-left{ float:left;margin:4px 10px 4px 0; } 
.img-right{ float:right;margin:4px 0 4px 10px; } 

.decal-top{padding:16px 0 28px 20px}



/******  HOME TAB *******/

#tabbed_box 
{
    margin: 0px auto 0px auto;
    width:500px;
}            
.tabbed_box h4 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:23px;
    color:#2e57b1;
    letter-spacing:-1px;
    margin-bottom:10px;
}

.tabbed_box h4 small 
{
    color:#e3e9ec;
    font-weight:normal;
    font-size:9px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    position:relative;
    top:-4px;
    left:6px;
    letter-spacing:0px;
}  
.tabbed_area 
{
    padding:8px;
}            
ul.tabs 
{
    margin:0px; padding:0px;
}

ul.tabs li 
{
    list-style:none;
    display:inline;
}            
ul.tabs li a 
{
    background-color:#2e57b1;
    color:#ffffff;
    padding:5px 8px 5px 8px;
    text-decoration:none;
    font-size:9px;
	font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border:1px solid #464c54;
	float:right
}

ul.tabs li a:hover 
{
    background-color:#6f95e8;
    border-color:#2f343a;
}

ul.tabs li a.active 
{
    background-color:#a67cb4;
    color:#ffffff;
    border:1px solid #464c54;
	font-weight:bold;
    border-bottom: 1px solid #ffffff;
	float:left
}  
.content 
{
    background-color:#ffffff;

}

#content_2, #content_3 { display:none; }       
     
ul.tabs 
{
    margin:0px; padding:0px;
    margin-top:5px;
    margin-bottom:6px;
}       
