/*LAYOUT*/

html {
	height: 100%;
}


body {
	margin: 0px;
	height: 100%;
	min-height:100%;
	background-color: #eeeeee;
	background-image: url(images/pagebase.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color:#eeeeee;
}

html > body #pageContainer {
height:auto;
min-height:100%;
}

#pagecontainer {
	height: 100%;
	width: 750px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 1;
}

#maincontent {
	position: relative;
	float: left;
	width: 40%;
	left: 1;
	padding-top: 10px;
}

#maincontentwide {
	position: relative;
	float: left;
	left: 1;
	width: 500px;
	padding-right: 20px;
	padding-top: 10px;
}

#ICA {
	width: 150px;
	position: relative;
	float: right;
	padding-top: 5px;
	padding-bottom: 0px;
}
#leftnav {
	float: left;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
	line-height: 16px;
	clear: right;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-top: 10px;
}

#rightpic {
	float: right;
	position: relative;
	width: 230px;
}

#webname {
	width: 300px;
	position: relative;
	float: right;
	height: 10px;
	text-align: right;
	font-weight: normal;
	text-transform: lowercase;
	top: -10px;
	color: #0A7CE7;
	font-size: 12px;
}




/*FOOTER*/

#footer {
	clear: both;
	float: left;
	position: relative;
	height: 100px;
	width: 750px;
	left: 0;
	background-color: #FFFFFF;
}
#righttextcol {
	float: right;
	width: 230px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
#footercontact {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 500px;
	float: left;
	padding-left: 20px;
}

#footercontacthome {
	float: left;
	width: 590px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#regco {
	float: right;
	width: 420px;
}

#footercontent {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #1959E5;
	padding-right: 20px;
	text-align: right;
	padding-top: 5px;
}


/*TOP NAVIGATION*/

#navbar {
	text-transform: uppercase;
	padding-left: 20px;
	width: 550px;
	float: left;
	position: relative;
	color: #1959e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #1959e5;
	font-weight: bold;
	text-decoration: none;
}

a.topnav:link {
	color: #1959e5;
	text-decoration: none;
}
a.topnav:hover {
	color: #999999;
	background-color: #FFFFFF;
}
a.topnav:active {
	color: #999999;
}


/*MAIN LINKS*/

a:link {
	color: #1959e5;
	text-decoration: none;
}
a:hover {
	color: #1959E5;
	background-color: #dddddd;
	text-decoration: none;	
}
.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: right;
	line-height: 18px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 25px;
}
a:visited {
	color: #1959e5;
	text-decoration: none;
}


a.footer:link {
	color: #1959E5;
	text-decoration: underline;
}
a.footer:hover {
	color: #1959E5;
	text-decoration: none;
}




/*TEXT*/


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #1959E5;
}
#contact {
	float: left;
	width: 220px;
}
h1 {
	color: #1959e5;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #1959e5;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 25px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.navheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
}
.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left: 15px;
	list-style-type: disc;
	margin-top: 4px;
}

li {
	margin-top: 0px;

}

