html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #440C84;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#popup {
	background-color: #ffffff;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}

h1 	{  
		font-size: 16px; 
		font-style: normal; 
		color: #669900;
		line-height: 18px; 
		font-weight: bold; 
		text-decoration: none; 
		}
		
		
h2 	{  
		font-size: 15px; 
		font-style: normal; 
		color: #429C29;
		line-height: 18px; 
		font-weight: bold; 
		}
		
		
h3 	{  
		font-size: 14px; 
		font-style: normal; 
		color: #429C29;
		line-height: 18px; 
		font-weight: bold; 
		text-decoration: none; 
		}
		
		
h4 	{  
		font-size: 13px; 
		font-style: normal; 
		color: #002f2f;
		line-height: 18px; 
		font-weight: bold; 
		text-decoration: none; 
		}
		
h5 	{  
		font-size: 12px; 
		font-style: normal; 
		line-height: 18px; 
		font-weight: bold; 
		color: #002f2f;
		text-decoration: none; 
		}

a:link
	{
		color: #669900;
		text-decoration: none;
		border-bottom: 1px dashed #669900;
	}

a:visited
	{
		color: #669900;
		text-decoration: none;
		border-bottom: 1px dotted #669900;
	}

a:hover
	{
		color: #EC5020;
		text-decoration: none;
	}


#master_layer {
	position: absolute;
	top:164px;
	left:0px;
	z-index:1;
	width:100%;
	background-color:#FFFFFF;
	background-image: url(../images/right_background.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#master_layer_green {
	position: absolute;
	top:164px;
	left:0px;
	z-index:1;
	width:100%;
	background-color:#F4FAE4;
	background-image: url(../images/right_background.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#master_layer_purple {
	position: absolute;
	top:164px;
	left:0px;
	z-index:1;
	width:100%;
	background-color:#f1edf6;
	background-image: url(../images/right_background-green.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#wrapper {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:160px;
	z-index:1;
}

#header_layer {
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../images/header_background.jpg);
	background-repeat:repeat-x;
	height:135px;
	width:100%;
	z-index:1;
}

#header_layer img {
	margin-left:580px;
}
	
#footer_layer {
	background-image: url(../images/bnav_background.gif);
	background-repeat:repeat-x;
	height:42px;
	width:100%;
	clear:both;
	z-index:1;
	text-align:center;
	vertical-align: top;
}

#footer_layer a {
	border-bottom: none;
}

#footer_layer table {
	text-align:center;
}

#tnav_layer {
	background-image: url(../images/tnav_background.gif);
	background-repeat:repeat-x;
	position:absolute;
	top:135px;
	left:0px;
	width:100%;
	height:29px;
	z-index:1;
}

#tnav_layer table {
	margin: 0px 0px 0px 150px;
}

#tnav_layer a {
	border-bottom: none;
}

#tnav_layer img {
	margin: 0px 4px 0px 4px;
}

#pnav_layer {
	position:absolute;
	top:135px;
	left:0px;
	width:122px;
	z-index:2;
}

#pnav_layer a {
	border-bottom: none;
}

#news_layer {
	float:left;
	width:185px;
	z-index:1;
}

#news_layer p {
	margin: 3px 0px 5px 0px;
	border-bottom: 2px dotted #000000;
	line-height:18px;
}

#news_layer a {
	border-bottom: none;
	font-weight:bolder;
	font-size:12px;
}

#home_pic_layer {
	margin-left:200px;
	width:350px;
	z-index:1;
}

#int_left_layer {
	float:left;
	width:185px;
	z-index:1;
}

#int_right_layer {
	margin-left:200px;
	margin-right:10%;
	z-index:1;
}

#int_single {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:160px;
	margin-right:10%;
	z-index:1;
}

.picright {
	position:relative;
	float:right;
	width:185px;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	border: 1px solid #440C84;
}

.picleft {
	float:left;
	width:185px;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 5px 5px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	border: 1px solid #440C84;
}