.maintextarea {
	font-size: 12px;
	color: #333333;
	padding: 10px;
}

.headText {
	color:#064694;
	font:14px Arial, Helvetica, sans-serif;
	line-height:1.4em;
	text-align:justify;
	padding:20px 30px 10px 30px;
	display:block
}

.homeCaption {
	color:#59aed3;
	font:28px Arial, Helvetica, sans-serif;
	line-height:1.1em;
	letter-spacing:-0.02em;
	padding:12px 40px 10px 20px;
	display:block;
	font-weight:100
}

	
.titletext {
	font-size: 13px;
	color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titletext a:link {
	color: #333333;
	text-decoration: underline;
}
.titletext a:visited {
	color: #333333;
	text-decoration: underline;
}
.titletext a:hover {
	text-decoration: none;
	color: #666666;
}
.titletext a:active {
	color: #333333;
	text-decoration: underline;
}
.anchortext a:link {
	color: #52Afd5;
	text-decoration: none;
	font-size: 11px;
}
.anchortext a:visited {
	color: #52Afd5;;
	text-decoration: none;
	font-size: 11px;
}
.anchortext a:hover {
	text-decoration: underline;
	color: #52Afd5;
	font-size: 11px;
}
.anchortext a:active {
	color: #52Afd5;
	text-decoration: none;
	font-size: 11px;
}
.subpostiontext {
	font-size: 11px;
	color: #80BBDB;
}
.subnavtexttitles {
	font-size: 11px;
	color: #e9e9e9;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lefttext {
	font-size: 11px;
	color: #e7e7e7;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.subtext {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.subtext a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subtext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.subtext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subtext a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.crighttext {
	font-name: arail
	font-size: 11px;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mainTable {
	font-family: Arial, Helvetica, sans-serif;
}
.navbar {
	height: 30px;
	float: left;
}
#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	float: left;
	color: #08478C;
	font-weight: bold;
	text-decoration: none;
	background: url(images/divider.gif) center left no-repeat;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 8px;
	padding-bottom: 7px;
}

#chromemenu ul li a:hover{
color: #0B5FBB;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	z-index:100;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#353535,direction=135,strength=4); /*Add Shadow in IE. */
	color: #353535;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #DAD9D9;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #FFFFFF; 
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #353535;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #7d7d7d;
color: #FFFFFF;
}
#contained {
	overflow:auto;
	height: 350px;
	width: 100%;
}
