
a { color: #0000FF; text-decoration: none;} /* 'a' =  text with link */
a:hover{}
a:active { color: rgb(255, 0, 102) } /* when link is clicked */
a.plain { color: #2F2C5B; text-decoration: none;  }
a.nodec {color:#000000; text-decoration:none}
#wrapper {
	margin: 0 auto;
	width: 800px;
	z-index: 1;
	background-color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
 }
 #background {
	margin: 0 auto;
	width:100%;
	background-color: #000040;
	z-index: 0;	 
 }
 #contact_main_col {
	font-size: 11px;
	line-height: 16px;
	text-align:left;
	margin-left: 110px;
	font-family: Times New Roman, Times, serif;	 
}
 
 #footer {
	clear: both;
	margin: 0;
	padding: 1px 0 0;
	background: #000 url(../images/footer_bg.gif) top repeat-x;
	overflow: auto;
	text-align:center;
}
 