@charset "UTF-8";

.messagelabel {position:absolute;left:15px;top:50px;font-family:Arial;font-size:9.0pt;font-weight:600}
.validationlabel {color:red;font-family:Arial;font-size:7.5pt;font-weight:500}
.signupmessagelabel {font-family:Arial;font-size:9.0pt;font-weight:600}
.examplelabel {color:gray;font-family:Arial;font-size:8pt;font-weight:500}
.mediumdropdown {background:#FFFFFF;font-family:Arial;font-size:8pt;height:19px;font-weight:500}
.mediumtextbox {background:#FFFFFF;font-family:Arial;font-size:8pt;height:15px;font-weight:500}
.tinylabel {color:gray;font-family:Arial;font-size:7pt;font-weight:500}
.smallcheckbox {font-family:Arial;font-size:8pt;font-weight:500}

/* Element Tags */
HTML {
	background-color: #e6f7fe;
}

body {
	background-position: 0 top;
	background-image: url("../../Images/background.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
	min-width: 677px;
}

p {
	padding: 0px;
	margin: 0px;
	color: #666666;
	line-height: 18px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h1 {
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #00adef;
	line-height: 26px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

em {
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #00adef;
	line-height: 18px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Firefox loves image borders */
img {
	border: 0;
}

/* End Element Tags */


/* Core Layout */

.container {
	width: 677px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 0;
}

.header {
	background-color: #00adef;
	height: 13px;
	width: 100%;
	overflow: hidden;
}


.logo {
	height: 160px;
	width: 677px;
	position: absolute;
	float: left;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 1;
	behavior: url(iepngfix.htc);
}



.content {
	margin-top: 163px;
	padding: 0px;
	position: relative;
	background-image: url(../../images/contentbkgd.gif);
	background-position: 0;
	background-repeat: repeat-y;
	width: 677px;
	float: left;
	
}

.contentheader {
	background-image: url(../../images/content_head.jpg);
	width: 677px;
	height: 50px;
	position: relative;

}

.contentfooter {
	background-image: url(../../images/content_foot.gif);
	width: 677px;
	height: 19px;
	position: relative;
	bottom: -19px;
}

.leftcolumn {
	width: 430px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	z-index: 100;
	display: inline;
	overflow: hidden;
}

.rightcolumn {
	background-image: url(../../images/rtcolumn_bkgd.jpg);
	width: 203px;
	height: 335px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	position: relative;
	z-index: 50;
	display: inline;
	overflow: hidden;
}

.insetimg {
	float: left;
	margin-right: 10px;
}

.gobtn {
	margin-left: 5px;
	position: relative;
	bottom: -3px;
}

.rtcolumn_copy {
	width: 180px;
	height: 100px;
	position: absolute;
	left: 20px;
	bottom: 10px;
	font-size: 12px;
	line-height: 16px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.btn { 
	display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	overflow: hidden;
}

.btn a:link { 
	height: 24px;
	background-image: url(../../images/btnbkgd.jpg);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 22px;
	color: white;
	text-decoration: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.btn a:visited { 
	background-image: url(../../images/btnbkgd.jpg);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 22px;
	color: white;
	text-decoration: none;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.btn a:hover { 
	color: white;
	background-image: url(../../images/btnbkgd_over.jpg);
}



.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* End Core Layout */


/* Top Nav */

#TopNav {
	position: absolute;
	width: 390px;
	height: 25px;
	top: 185px;
	left: 50%;
	margin-left: -70px;
	padding: 0px;
	text-align: left;
	float: left;
	z-index: 50;
	font-size: 0px;
}

#TopNav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#TopNav ul li {
	list-style-type: none;
	display: inline;
	height: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 50;
}

/* End Top Nav */



/* Copyright */
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #949494;
	height: 50px;
	margin-top: 25px;
	margin-left: 15px;
}

.copyright a:link {
	color: #949494;
	text-decoration: underline;
}


.copyright a:visited {
	color: #949494;
	text-decoration: underline;
}

.copyright a:hover {
	color: #949494;
	text-decoration: none;
}
/* End Copyright */


/* Form Stuff */

.rtcolumn_form {
	width: 180px;
	height: 65px;
	position: absolute;
	left: 20px;
	top: 45px;
}

.rtcolumn_form form {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #000000;
}

form input {
  width: 160px;
  height: 16px;
  background-color: white;
  border: solid 2px #00adef;
}


.login_form {
	width: 190px;
	height: 110px;
	margin-top: 30px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	line-height: 11px;
}

.loginshadow_lft {
	background-image: url(../../images/loginshad_lft.jpg);
	width: 19px;
	height: 13px;
	position: absolute;
	top: 0;
	left: -19px;
	overflow: hidden;
}

.loginshadow_rt {
	background-image: url(../../images/loginshad_rt.jpg);
	width: 19px;
	height: 13px;
	position: absolute;
	top: 0;
	right: -19px;
	overflow: hidden;
}

.login_links {
	margin-right: 65px;
}

.login_links a {
	color: #00adef;
	text-decoration: underline;
}

.login_links a:hover {
	color: #949494;
	text-decoration: none;
}

.login_links a:visited {
	color: #00adef;
	text-decoration: underline;
}

.login_form form input {
  font-size: 11px;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  width: 120px;
  height: 16px;
  background-color: white;
  border: solid 2px #00adef;
}

form input:focus {
	background-image: url(../../images/form_bkgd.jpg);
}

/* End Form Stuff */






