@charset "utf-8";
/* CSS Document */

html{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	Height:100%;
}


body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top:1px;
	padding: 0px;
	height:100%;
}

#Head {
	border-top: 5px solid #039ded;
	border-bottom: 1px solid #ffffff;
	background-color: #003466;
	height: 115px;
	/*height: px;*/
	text-align: left;
	width: 100%;
	clear:both;
}
#Logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 291px;
	height: 115px;
	border: none;
	float: left;
}



#Page {
	background-color: #ffffff;
	border-left: 1px solid #039ded;
	border-right: 1px solid #039ded;
	border-bottom: 1px solid #039ded;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	width: 920px;
	min-height:100%;
	height:100%;
	overflow:auto
}


#PageBody 
{
	background-color: #ffffff;
	margin: auto;
	text-align: left;
	width: 900px;
	padding:10px;
}

.clsTag	{
	color: #003466; 
	font-size: 17pt; 
	font-weight: bold; 
	letter-spacing: -1.2pt; 
	text-align: center;
}

#bottomhead{
	width:100%;	
	height: 25px; 
	color: #ffffff; 
	background-color: #014286; 
	border-bottom: 1px solid #3424b8;
}


a:link  {
	color: #009;	
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}

a:visited {
	color: #009;
	text-decoration: underline;
}	
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #bf2c37;
	margin: 0px 0px 10px 0px;
}

textarea {
	padding: 2px; 
	font-size: 11px;
	border: solid 1px #000000;
}

#Left {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 555px;
}
#Right {
	margin-left: 575px;
	margin-top: 50px;
	width: 220px;
}

.clsFaqQ, .clsItemHead {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -.2pt;
	padding: 10px 0px 0px 0px;
	color: #003466;
}

#icoWindows.clsListItem {
	margin-top: 2px;
	background-image: url(../images/icon-windows-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}
#icoInternetExplorer.clsListItem {
	background-image: url(../images/icon-internetexplorer-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}
#icoFirefox.clsListItem {
	background-image: url(../images/icon-firefox-24x24.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
}

.clsTitle {
	color: #003466; 
	font-size: 18px; 
	font-weight: bold; 
}

.clsBody {
	font-size: 10pt; 
	letter-spacing: -.01pt;
	padding-top: 10px;
}

.clsBodyB {
	font-size: 10pt; 
	font-weight:bold; 
	letter-spacing: -.01pt;
	color: #cc0000;
}

.clsFormHead {
	font-size:13pt; 
	font-weight:bold;
	padding-bottom:10px;
}

.clsSmall {
	font-size: 10px;
}
/*URL: http://www.dynamicdrive.com/style/ */


.bullets{
list-style-type: disc;
list-style-position: outside; margin-left: 0px; padding-left: 30px; vertical-align: middle; 
}


.bullets li{
padding-top: 10px;
color:#595959;
font-weight:bold;
font-size:12px;
margin: 0px;
}


/* step carousel */

.stepcarousel{
position: relative; /*leave this value alone*/
border: 3px solid #c3c3c3;
overflow: scroll; /*leave this value alone*/
width: 880px; /*Width of Carousel Viewer itself*/
height: 340px; /*Height should enough to fit largest content's height*/
background-color:#f6f6f6;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 20px; /*margin around each panel*/
width: 860px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


