body{
	background-color:#093655;
	padding:0px;
	padding-top:41px;
	margin:0px;
	color:#333333; /*6B5427;*/
	font-family:Verdana;
	font-size:x-small;
	line-height:150%;
}
a{
	color:#093655;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a,div{margin:0px;padding:0px;}
div#box{
	width:785px;
	margin-left:auto;
	margin-right:auto;
}
/*
div#box{border:1px solid red}
*/
div#row div{
	text-align:left;
	float:left;
}
div#content div{
	display:block;
	float:none;
}
div#right{
	float:right;
}
div#contentcontainer{
	width:530px;
	background:url(/img/s_content-top.gif) white no-repeat;
	height:100%;	
	padding-top:37px;
	min-height:475px;
	
}
div#content{
	padding-left:49px;
	padding-right:60px;
	padding-bottom:25px;
	background-image:url(/img/s_content-bot.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	/*background-color:white;*/
	height:100%;
	width:421px;
	min-height:475px;
}

div#nav{
	width:230px;
	background-image:url(/img/n_vtile.gif);
	background-repeat:repeat-y;
	min-height:640px;
}
div#footer{
	color:white;
	clear:both;
	text-align:left;
	line-height:150%;
	padding-left:11px;
}
div#footer div{
	margin-top:20px;
	padding-right:15px;
	float:left;
	padding-bottom:20px;
}

h1,h2{
	color:#093655;
}
h1{
	font-size:150%;
	padding-bottom:7px;
}
div#content>h1{
	background-image:url(/img/h1_bg.png);
	background-repeat:no-repeat;
	background-position: bottom left;
}
h2{
	font-size:125%;
	font-style:italic;
}

div.eventlinks a{
	font-weight:bold;
	color:#0b7e9f;
}

.red{color:#990000}

/* form styles */
label{cursor:pointer}
form th{text-align:right}
td.req{color:#990000}
input.md , textarea.md {width:225px;}
input.md2 {width:157px;}
input.sm {width:35px;}
input.xsm {width:25px;}
div#content div#formcontrols{padding:15px;text-align:center}
input.fbutton{padding:2px;font-weight:bold}
div#formcontrols input.fbutton{padding:4px;}
input.fbutton:hover{color:#990000}

div#certlogo{text-align:center;width:100%}
div#certlogo div , div#certlogo p{clear:both;text-align:center}
.hovertip{display:none;color:#838383;width:100%;background:url(../img/padlock-bg.gif) no-repeat white}
.hovertip div{padding:10px}