* {
	margin: 0px;
}
/* Global Elements */
body {
	background: #FFFFFF;
	font: 0.90em Verdana;
	color: #<?php echo $text_color; ?>;
	text-align: center;
}

#ttext
{
font-weight: none;
text-transform: none;
text-decoration: none;
}

#ttext a {
	text-decoration: none;
font-weight: none;
}

#ttext a:hover {
	text-decoration: none;
font-weight: none;
}


a {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
	height: 0%;
	font-size: 0%;
}
/* Top container */
#container {
	width: 1000px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #000033;
}
#content {
	
padding: 0px 0px 0px 0px;
	
}
/* Heading */
#title {
	background: #FFFFFF;
	height: 90px;
	padding: 0px 0px 0px 0px;
}
#title h1 {
	font: 1.2em Verdana;
	color: #<?php echo $text_color; ?>;
	padding: 0px 10px 0px 0px;
	float: right;
}

/* Main Content */
#main {
width: 100%;	
margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

#main #left {
	width: 140px;
	float: left;
margin-left: 10px;
}
#main #left h2 {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 10px;
	text-transform: none;
       background-color: #FFFFFF;	
       color: #00000c;
	font-family: arial;
	font-size: 12px;
	display: block;  
	text-align: left;
       text-decoration: none; 
	height: 14px;
	width: 140px;
      	 
}

#main #left #list a {

       background: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 11px 20px;
}
#main #left #list a:hover {
	text-decoration: underline;
}

#main #left #list2 {
       padding-left: 12px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 6px;
       font-size: 12px;
       text-align: left;	
       line-height: 1.5em;
       color: #<?php echo $link_color; ?>;   
}



#main #center {
	background: #F8F5C1;
       line-height: 1.8em;
text-align: left;
	width: 660px;
padding: 0px 0px 0px 6px;
float: left;
}

#main #center h1 {
	color: #<?php echo $link_color; ?>;
	font: 1.2em Verdana;
margin-left: 10px;	
margin-right: 10px;
margin-top: 4px;
margin-bottom: 4px;
}
#main #center .one {
font-size: 0.99em;
margin-left: 10px;
margin-right: 10px;
}

#main #right {
	width: 160px;
	float: right;
 margin-right: 10px;     
}
#main #right h2 {
	background: #FFFFFF;
	font: 0.99em Verdana;
	padding: 0px 0px 0px 0px;
}
#main #right #list a {
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 0px 0px;
}
#main #right #list a:hover {
	text-decoration: underline;
}

#main #right #list2 {
	padding: 0px 0px;
}

/* Footer */
#footer {
width: 100%;	
text-align: center;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
#footer .bar {
float: left;	
width: 100%;
background: #FFFFFF;
	padding: 0px 0px 6px 0px;
font-size: 0.9em;
}