/* CSS Document */

*{margin:0; padding:0}

body{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(images/bg.jpg) repeat;
	text-align:center;
	color:#62645F;
}

a{
	text-decoration:underline;
	color:#1a8de3;
}
a:focus{
	outline:none;
}

a:hover{
	color: #3366FF;

}

p{
	line-height: 140%;
	padding: 5px 0;
}
ul{
	margin:10px 0 0 55px;
}

ul li{
	padding:7px 0;
}

h1,h2,h3{
	margin:0;
	padding:0;
}

a img{
	border:none;
}

/* layouts */
#wrapper{
	width:762px;
	text-align:left;
	margin: 0 auto 15px auto;
}

#topheader{
	background:url(images/topheader.jpg) no-repeat top left;
	margin:10px 0;
	height:65px;
}


#innerwrapper{
	width:762px;
}

#innertopround{
	background:url(images/topround.jpg) bottom left no-repeat;
	height:19px;
}

#innermiddleround{
	background:url(images/middleround.jpg) top left;
	padding:0 20px 0 20px;
}

#innerbottomround{
	background:url(images/bottomround.jpg) top left no-repeat;
	height:19px;
}

#wrapleft{
	width:190px;
	display:inline;
	float:left;
	text-align: center;
}
#wrapright{
	width:480px;
	float:left;
	margin-left:30px;
}
#insidewrap{
	width: 600px;
	margin: auto;
	font-family: Tahoma, Arial, Verdana;
	color: #000000;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.linklightblue{
	color:#1a8de3;
	text-decoration:underline;
	font-size:15px;
}
a.linklightblue:hover{
	color:#3366FF;
	text-decoration:underline;
}

.par1{
	width:280px;
	float:left;
}
.scanbx{
	width:260px;
	float: left;
}
.blue{
	color:#3574ba;
}
h1{
	color:#054791;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

h2{
	font-size:17px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
}


.subtext{
	font-weight: bold;
	font-size: 20px;

}


.bgyel{
	background:#FFFF00;
	font-weight: bold;
	width: 115px;
	text-align: center;
}

.txtred{
	color: #ff0000;
}


#footer{
	color:#1a8de3;
	font-size:11px;
	text-align: center;
	margin-top: 35px;
}
#footer a{
	font-size:11px;
	color:#1a8de3;
	text-decoration:none;
}

#footer a:hover{
	font-size:11px;
	color:#1a8de3;
	text-decoration:underline;
	color: #3366FF;
}
