body,td { 
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px; 
}
	
hr {
	height: 1px;
	background-color: #cccccc;
	color: #cccccc;
}	 

a:link {
	color: #0063a3; 
	text-decoration:none;
}
a:hover {
	color: #990000; 
	text-decoration:underline;
}
a:visited {
	color: #0063a3; 
	text-decoration: none;
}

h1 {
	font-size: 12px; 
	font-weight: normal; 
	padding: 4px 10px; 
	color: #fff; 
	background-color: #990000; 
	border: 1px; 
	border-bottom:2px; 
	border-bottom-color:gray;
	text-align:center;
	width:auto;
}

.boldbluetitle {
	color: #0063a3; 
	font-weight: bold; 
	font-size:15px;
}

.darkbluetitle{
	color: #302b7c; 
	font-weight: bold; 
	font-size:16px;
}

.red-boldtitle {
	color: #990000; 
	font-weight: bold; 
}
.bottomlinks {  
		color: #660000;
		font-size:10px;
		 }
		 
.bottomlinks a:link 	 {  
		color: #660000;
		font-size:10px;
		 }
.bottomlinks a:visited {  
		color: #660000;
		font-size:10px;
		 }	 
form {display:inline }
		 
/*	Left Navigation Home Page
---------------------------------------------------------------- */

#nav  {
	width:188px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top:17px;
}
			 
#nav ul  { 
	list-style:none;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #ff3333;
}

#nav li {
	border-bottom: 1px solid #ff3333;
	border-top: 1px solid #ff3333;
}

#nav li a  {
	display: block;  
	padding: 7px 5px 7px 0.5em;
	border-left: 1px solid #ff3333;
	background-color: #993333;
	color: #ffffff;
	text-decoration: none;
 }
		 
#nav li a:hover  {  
	background-color: #aa0000;
	color:#ffffff;
}

#nav p {
	padding-left: 5px;
	margin-top: -17px;
	margin-bottom: -5px;
	margin-left: -5px;
	}

		 
/*	Right Navigation Welcome Page
---------------------------------------------------------------- */	 
		 
#column_4_text ul
 { 
	list-style:circle url(none);
	margin: 0; 
	padding: 0;
}

#column_4_text li {
	border-bottom: 0px;
}

#column_4_text li a  {
	display: block;  
	padding: 0px 5px 5px 0.5em;
	border-left: 0px solid #930708;
	color: #000000;
	text-decoration: none;
}
		 
#column_4_text li a:hover  {  
	color:#660000;
}