body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
	font:0.875em arial, helvetica, sans-serif;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 0.6em 0;
	font-size:100%;
	color:#007ac5;
}

h1 {
	font-size:1.3333em;
}

h2 {
	font-size:1.2666em;  
}

h3 {
	font-size:1.1333em; 
}

h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold;	 
}

abbr,acronym {
	border:0;
	border-bottom:1px dotted #000;
} 

q:before,q:after {
	content:'';
}

em {
	font-style:italic;
}

blockquote,ul,ol,dl {
	margin:1em;
}

ol,ul {
	list-style:none;
}

ol,ul,dl {
	margin-left:2em;
}

ol li {
	list-style: decimal outside;	
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left:1em;
}

th,td {
	padding:.4em;
	vertical-align:top;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom:.4em;
	text-align:center;
}

p,fieldset,table {
	margin:1em 0;
}

a {
	color:#03c;
}

html, body {
	height:100%;
	background:#bfdfff;
}

#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	width:769px;
	padding:0 5px;
	background:url(../images/back.gif) repeat-y;
	margin:0 auto;
	position:relative;
}

#header {
	width:769px;
	height:0;
	padding-top:145px;
	overflow:hidden;
	background:url(../images/header.gif) no-repeat;
	position:relative;
}

#nav {
	position:absolute;
	height:35px;
	width:460px;
	left:28px;
	bottom:18px;
}

#nav ul {
	width:460px;
	height:35px;
	margin:0;
}

#nav ul li {
	width:115px;
	height:35px;
	float:left;
	list-style:none;
	text-align:center;
	position:relative;
	margin-left:-3px;
}

#nav ul li a {
	display:block;
	background:url(../images/menutab.gif) no-repeat left -35px;
	line-height:30px;
	height:30px;
	padding-top:5px;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li.first a {
	background:url(../images/firsttab.gif) no-repeat left -35px;
}

#nav ul li a:hover {
	background:url(../images/menutab.gif) no-repeat left 0px;
}

#nav ul li.first a:hover {
	background:url(../images/firsttab.gif) no-repeat left 0px;
}

#content {
	width:733px;
	margin:0 18px;
	min-height:350px;
	height:auto !important;
	height:100%;
	padding-bottom:50px;
}

#content.fade {
	background:url(../images/fade.gif) repeat-x left 85px;
}

#footer {
	width:755px;
	height:38px;
	background:#f89828;
	position:absolute;
	bottom:0;
	left:12px;
	font-size:0.9em;
}

#footer p {
	margin:0;
	text-align:right;
	line-height:32px;
	padding:0 10px;
	color:#fff;
}

#footer p a {
	color:#fff;
}

#login {
	width:220px;
	height:110px;
	position:absolute;
	top:10px;
	right:14px;
}

#left {
	width:400px;
	padding:0px 10px;
	border-right:1px solid #6ec8df;
	margin-top:8px;
	float:left;
}

#center {
	width:400px;
	padding:0px 10px;
	border-right:1px solid #6ec8df;
	margin-top:8px;
	float:center;
}

.formrow {
	padding:8px 0;
	height:24px
}

.formrow label {
	font-size:1.6em;
	width:120px;
	padding:0 10px 0 0;
	color:#676e76;
	font-weight:normal;
	display:block;
	float:left;
	text-align:right;
}

.formrow input {
	font-size:1.4em;
	float:left;
}

.formrow select {
	font-size:1.4em;
	float:left;
	width:240px;
}

#right {
	float:left;
	width:290px;
	padding:0 10px;
	margin-top:10px;
}

#right ul {
	margin:0;
}

#right ul li {
	list-style:none;
	color:#007ac5;
	font-size:1.2em;
	background:url(../images/bullet.gif) no-repeat left 4px;
	padding-left:24px;
	margin-bottom:3px;
}

.loginrow {
	padding:8px 0 0 0;
	clear:both;
}

.loginrow label {
	float:left;
	width:80px;
	color:#666;
	font-size:0.9em;
}

.submitrow label {
	font-size:1.6em;
	width:120px;
	padding:0 10px 0 0;
	color:#676e76;
	font-weight:normal;
	display:block;
	float:left;
	text-align:right;
}

.loginrow input {
	float:left;
	width:120px;
}

.submit {
	padding:2px 4px;
	border:1px solid #999;
	font-size:0.9em;
	clear:both;
	color:#111;
	text-decoration:none;
}

.submitrow {
	padding:8px 0;
	height:24px;
}
.submitrow input {
	font-size:1.2em;
	float:left;
	width:250px;
}

.passbutton {
	padding:8px 0;
	height:24px;
	
}

.passbutton input {
	font-size:1.2em;
	float:left;
	width:150px;
}

#content.full {
	width:713px;
	padding:4px 10px;
	padding-bottom:60px;
}

.lea {
	clear:both;
}

.lea a {
	font-size:1.2em;
	padding:3px 3px;
	color:#007ac5;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.site {
	float:left;
	width:100%;
	padding:5px;
	display:block;
}

.site img {
	margin-right:10px;
}

.leasection {
	display:none;
	background:url(../images/fade.gif) repeat-x ;
}
