/* redifined classes */

.homeimagetext {display:none;}


.homeimagetext {
width:auto;
padding-right:30%;
position:absolute;
}
/* IE ignores styles with [attributes], so it will skip the following.  */
.homeimagetext#cs_[id] {
background-image:url(../beta/_css/images/home_bg01.png);
}
.homeimagetext#cs_ {
/* Mozilla ignores crazy MS image filters, so it will skip the following */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/home_bg01.png');
padding-bottom:8px;
padding-right:60px;
}

.homeimagetext#home_03 {background-image:none;}

.homeimagetext h2 {
line-height:1.3em;
font-size:155%;
font-family:Arial,Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#ffffff;
margin:0;

}
.homeimagetext p {
line-height:1.3em;
font-size:70%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
margin:0;
padding:0 10px 10px 15px;
}



/*a { text-decoration: none }*/
a:link    { color: #555555 }   	/* unvisited links */
a:visited { color: #555555 }  	/* visited links   */
a:hover   { color: #0C4496 }  	/* user hovers     */
body {
	margin: 0px;
	bgcolor: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#555555;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #003399;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 12px;
	font-weight: normal;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 4px;
	margin-right: 12px;
	margin-bottom: 3px;
	margin-left: 12px;
}
h3 {
	margin-top:15px;
	margin-left:20px;
	margin-right:15px;
	margin-bottom:3px;
	line-height:18px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h4 {
	margin-top:15px;
	margin-left:20px;
	margin-right:40px;
	margin-bottom:3px;
	line-height:18px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
form{
	margin:0px;
}
input.button  {
	font:8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#555555;
	background-color:#FFFFFF;
	border:1px solid #0C4496;
}
textarea 
{
	font : 8pt verdana;
	color:#0C4496;
	background-color:#FFFFFF;
	border-color: Black;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: single;
}
select
{
	border:1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#0C4496;
}
input.text  {
	font:8pt Verdana, Arial, Helvetica, sans-serif;
	color:#0C4496;
	border-color:#666666;
	border-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:single;
}
ul
{
	margin-top: 0px;
}
li 
{
	font-size: 11px;
	margin-left: 10px;
	margin-right: 8px;
	margin-bottom: 1px;
}
p {
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
	font-size: 11px;
	color:#555555;
}


/* custom classes */

.borderall {
	border-right: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
}
.borderbottom {
	border-bottom: 1px solid #3399CC;
}

.bordersides {
	border-right: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
}
.bordersidesdark {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.bordersidesall {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
.bordertop {
	border-top: 1px solid #3399CC;
}
.calloutbox {
	margin-top:15px;
	margin-left:5px;
	font-size: 10px;
}
.calloutheader {
	background: #4181C2;
}
.calloutheadertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F5;
	margin-left: 10px;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom:4px;
	letter-spacing: .5px;
}

.callouttable{
	border-right: 1px solid #3399CC;
	border-left: 1px solid #3399CC;
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #3399CC;
	background-color: #FBFAEA;
}

.header {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.header:link{
color:#000000;
} 
.header:visited{
color:#000000;
} 
.header:hover{
	color:#0C4496;
} 
.leftmenu {
	color: #999999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	font-size: 10px;
	}
.leftmenubold {
	color: #999999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	font-size: 10px;
	font-weight: bold;	
	}
.leftnav {
	color: #666666;
	}
.leftnav:link
{
	color:#666666;
	text-dcoration:none;
} 
.leftnav:visited 
{ 
	color: #666666; 
}
.leftnav:hover{
	color:#0C4496;
} 

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.marginbottom10{
	margin-bottom:10px;
}
.marginsmall{
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
}
.margintop10{
	margin-top:10px;
}
.margintopleft20 {
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	line-height:18px;
}
.margintopleft35 {
	margin-top:15px;
	margin-left:35px;
	margin-right:20px;
	line-height:18px;
}
.margintopleft20top3 {
	margin-top:3px;
	margin-left:20px;
	margin-right:20px;
	line-height:18px;
}
.margintopleft35top3 {
	margin-top:3px;
	margin-left:35px;
	margin-right:20px;
	line-height:18px;
}
.margintopleft5 {
	margin-top:15px;
	margin-left:5px;
	margin-right:8px;
	line-height:18px;
}
.photolink {
border:1px; 
border-thickness: 1px; 
border-color: #000000; 
border-style: solid;
}
.pubheader {
	margin-top:15px;
	margin-right:15px;
	margin-bottom:3px;
	line-height:18px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

a:hover.photolink, a:active.photolink {
border:0px; 
border-thickness: 0px; 
border-color: #ffffff; 
border-style: solid;
}

.small {
	font-size: 9px;
}

.topnav {
	text-decoration: none;
} 

.topnav:hover
{
color:#F0F0F0;
} 
.shim {
	font-size: 2px;
	margin-top: 4px;
	margin-bottom: 0px;
}


.formlabel {

	margin-top:15px;
	margin-left:20px;
	margin-right:5px;
	line-height:18px;
}
.superscript
{
	font-size: 75%;vertical-align:top;
}
.message {
	color: #990033;
	font-weight: bold;
}
.blueheader {
	color: #FFFFFF;
	font-weight: bold;
	margin-top:2px;
	margin-left:15px;
	margin-right:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	letter-spacing: 1px;
}
