body{
	font-family: Arial, Verdana;
	color: #014246;
	font-weight: regular;
	font-size: 12px;
}

table{
	
}

td{
	font-family: Arial, Verdana;
	color: #014246;
	font-weight: regular;
	font-size: 12px;
	vertical-align : top;
}

a{
	font-family: Arial, Verdana;
	color: #01539C;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Verdana;
	color: #784871;
	font-weight: bold;
	text-decoration: underline;
}

.footer{
	font-family: Arial, Verdana;
	color: #727272;
	font-weight: regular;
	font-size: 11px;
	text-decoration: none;
}

.footer a{
	font-family: Arial, Verdana;
	color: #727272;
	font-weight: regular;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover{
	font-family: Arial, Verdana;
	color: #727272;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}

.sidebar a{
	font-family: Arial, Verdana;
	color: #006A71;
	font-weight: regular;
	font-size: 11px;
	text-decoration: none;
}

.sidebar a:hover{
	font-family: Arial, Verdana;
	color: #784871;
	font-weight: regular;
	font-size: 11px;
	text-decoration: underline;
}

.title1{
	font-family: Arial, Verdana;
	color: #006A71;
	font-weight: bold;
	font-size: 18px;
}

.title2{
	font-family: Arial, Verdana;
	color: #784871;
	font-weight: bold;
	font-size: 15px;
}

.title3{
	font-family: Arial, Verdana;
	color: #01539C;
	font-weight: bold;
	font-size: 14px;
}

.sub3{
	font-family: Arial, Verdana;
	color: #015FB2;
	font-size: 14px;
}

.home_main{
	font-family: Arial, Verdana;
	color: #006A71;
	font-weight: bold;
	font-size: 18px;
}

.home_press{
	font-family: Arial, Verdana;
	color: #014246;
	font-weight: regular;
	font-size: 11px;
}

hr{
	color: #006071;
	size: 2px;
}

.unfinished{
	font-family: Arial, Verdana;
	color: Red;
}
/***** Menu Styles Start *****/

.menustyle{
	width: 99%;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	border: 0px solid;
	width: 720px;
	background-color: #006A71;
	padding: 4px 0;
	margin: 0;
	font-family: Arial, Verdana;
	text-align: center;
	/*set value to "left", "center", or "right"*/
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
	padding: 4px 7px 0;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	font-size: 10px;
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #77C7BB;
	font-family: Arial, Verdana;
	font-size: 10px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: 0px;
	border-top: 0px solid; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:bold 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #006A71;
	width: 178px;
	visibility: hidden;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid; THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #77C7BB;
}

/***** Menu Styles End *****/

