/* Nav Control */
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(navs/media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
	font-weight: bold;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(navs/media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}
/* End Nav Control */

body {
	font-family:arial, verdana, tahoma, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	background-color: #666666;
	color: #000066;
}

#pagecontainer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 2px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	border-color: #213994;
	float: inherit;
	background-color: #173655;
}

#top_logo_area {
	width: 100%;
	color: #FFFFFF;
	height: auto;
	float: inherit;
}

#top_nav {
	width: 100%;
	color: #FFFFFF;
	float: inherit;
}

#top_title {
	width: 100%;
	height: auto;
}

#content {
	min-height: 425px;
	width: auto;
	padding: 10px;
	font-size: 100%;
	float: inherit;
	background-color: #FFFFFF;
}

#footer {
	height: auto;
	width: 100%;
	float:inherit;
	font-size: 75%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: #000000;
	background-color: #FFFFFF;
}

#copyright {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: inherit;
	margin-bottom: 10px;
}

.copyright a:link	{color:#FFFFFF;text-decoration:underline;}
.copyright a:visited	{color:#FFFFFF;text-decoration:underline;}
.copyright a:hover	{color:#CCCCCC;text-decoration:underline;}
.copyright a:active	{color:#FFFFFF;text-decoration:underline;}

#base_content {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: inherit;
}

a:link		{text-decoration:underline;}
a:visited	{text-decoration:underline;}
a:hover		{text-decoration:none;}
a:active	{text-decoration:underline;}

.top_nav a:link		{
	text-decoration:none;
	color: #FFFFFF;
	padding: 2px;
}
.top_nav a:visited	{
	text-decoration:none;
	color: #FFFFFF;
	padding: 2px;
}
.top_nav a:hover		{
	text-decoration:underline;
	color: #FFFFFF;
	padding: 2px;
}
.top_nav a:active	{
	text-decoration:none;
	color: #FFFFFF;
	padding: 2px;
}

h1 {
	font-size: 120%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #213F99;
	}

h2 {
	font-size: 75%; 
	line-height: 100%;
	color: #333333; 
	font-weight: bold;
	font-style: normal;
	padding: 5px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	} 

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 100%; 
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	} 

h3.c1 {
    text-align: center
	}

p {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin: 0px 0px 2% 0px;
	padding-left: 5px;
}

blockquote {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin: 0px 0px 2% 25px;
	padding-left: 5px;
	color: #C66B18;
}

li {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	text-align:left;
	margin: 0px 0px 2% 0px;
	padding-left: 5px;
}

.b {
	font-weight: bold;	
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

#picture {
	float:right;
	width: 200px;
}

.style2 {
	font-size: 36px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	color: #333333;
	font-weight: bold;
	font-size: 80%;
}

.style4 {
	color: #666666;
	font-weight: bold;
	font-size: 120%;
}

#marqueeBox{
	float: right;
	margin-right: 15px;
	width: 200px; /*marquee box width */
	color:#000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
}
#marqueecontainer{
	position: relative;
	width: 200px; /*marquee width */
	height: 275px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 1px solid #C66B18;
	padding: 2px;
	padding-left: 4px;
	margin-top: 5px;
}
	

