@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ede2d2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	scrollbar-face-color: #7eb0cc;
	scrollbar-base-color:#fff;
	scrollbar-arrow-color:#222;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#7eb0cc;
	scrollbar-highlight-color:#7eb0cc;
	scrollbar-3dlight-color:#222;
	scrollbar-darkshadow-Color:#222;
}

#container {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.clear {
	clear:both;
}

/*Start Header */
#header {
	background: #ede2d2;
	height: 75px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header a {
	float:right;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 50px;
	color: #222;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

#header a:hover {
	color: #7eb0cc;
}

/*Start Body Background */
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f8f3ed;
	width: 900px;
	background-image:url(images/bkgd2.jpg);
	background-repeat:no-repeat;
	height:390px;
	padding-top: 125px;
}

#white {
	width: 100%;
	height: 330px;
	background-color: #FFFFFF;
}

/*Start Typeface Styling */
h1 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	padding-left: 10px;
	padding-bottom: 0px;
	width: 315px;
	margin: 0px;
	padding-top: 10px;
}
h3 {
	padding: 10px 10px 5px;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	line-height:normal;
}
h4 {
	padding: 0px 10px 5px;
	color: #fff;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
	line-height:normal;
}

a, a:link {
	color:#660099;
	text-decoration: underline;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #0000CC;
}

/*Start Body */
#textBox {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 21px;
	/*margin-right: 5px;*/
	background-color: #7eb0cc;
	width: 352px;
	height: 300px;
	float:left;
	overflow: auto;
}

#textBox p {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 215px;
	float:left;
	width: 315px;
	line-height:normal;
	padding-bottom: 5px;
	padding-top: 10px;
}

#textBox a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

#textBox a:hover {
	color: #222;
}

#topRow {
	padding-top: 48px;
	margin-left: 15px;
	/*margin-right: 12px;*/
	height: 114px;
	padding-bottom: 6px;
	padding-left: 0xp;
	padding-right: 0px;
}

#bottomRow {
	margin-left: 15px;
	/*margin-right: 12px;*/
	height: 114px;
	padding-bottom: 48px;
	padding-left: 0xp;
	padding-right: 0px;
}

#outerARow {
	float: left;
}

#topARow {
	padding-top: 48px;
	margin-left: 14px;
	/*margin-right: 13px;*/
	height: 114px;
	padding-bottom: 6px;
	padding-left: 0xp;
	padding-right: 0px;
}

#bottomARow {
	margin-left: 14px;
	/*margin-right: 13px;*/
	height: 114px;
	padding-bottom: 48px;
	padding-left: 0xp;
	padding-right: 0px;
}

#Vtext {
	width: 900px;
	height: 30px;
	font-size: 12px;
	color: #222;
	padding-top: 5px;
	padding-bottom: 0px;
}

#Vtext a {
	color: #7eb0cc;
	text-decoration: underline;
	font-weight: bold;
}

#Vtext a:hover {
	color: #222;
	text-decoration: underline;
}

#topVRow {
	padding-top: 13px;
	margin-left: 14px;
	/*margin-right: 12px;*/
	height: 114px;
	padding-bottom: 6px;
}

#boxTop {
	width: 114px;
	height: 114px;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
}

#boxBottom {
	width: 114px;
	height: 114px;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
}

/* Start Form */
#loginBoxOuter { 
	width:350px;
	height: 200px;
	padding-top: 65px;
	padding-left: 275px;
}

#loginBox { 
	width:350px;
	background-color: #7eb0cc;
	height: 200px;
}

#loginBox h1 {
	color:#ede2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	padding-left: auto;
	width: 350px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-transform:uppercase;
	padding-left: 0px;
}	

form { 
	width: 335px; 
}
form br { 
	clear:left; 
}
input { 
	line-height: 16px; 
	height: 16px;
}
input, textarea { 
	width: 140px; 
	margin: 10px 0 0 5px; 
	font-size: 12px; 
	color: #222; 
	padding: 2px; 
	background: #ffffff; 
}
#cert input, #cert textarea { 
	width: 10px;
	height: 10px; 
	margin: 0px 0 0 5px; 
	font-size: 12px; 
	color: #222; 
	padding: 2px; 
	background: #ffffff; 
}
#login input, #login textarea { 
	width: 200px; 
	margin: 10px 0 0 10px; 
	font-size: 12px; 
	color: #222; 
	padding: 2px; 
	background: #ffffff; 
}
input.file { 
	height: 22px; 
	width: 0; 
}
input.inputButton {
	height: 25px; 
	width: 90px;
	margin: 15px 0px 15px 120px; 
}
#login input.inputButton {
	height: 25px; 
	width: 90px;
	margin: 10px 0px 5px 120px; 
}
label { 
	color: #fff; 
	font-weight: normal;
	display: block; 
	float: left;  
	width: 165px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 10px 0 0; 
	text-align: left; 
}
#login label { 
	color: #fff; 
	font-weight: normal;
	display: block; 
	float: left;  
	width: 100px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 10px 0 0; 
	text-align: right; 
}
.normal label{ 
	text-align: left; 
	padding-left:8px; 
	width: auto; 
}
select { 
	margin: 5px 0 5px 10px;
	padding: 0px; 
	color: #333333;
	width: 10px; 
	font-size: 11px; 
	background: #ffffff url(img/bg-input.gif) repeat-x; 
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 450px; 
	overflow: auto; 
}

/*Start Footer */
#footer { 
	background:#ede2d2;
	margin-top: 10px;
}

#footer h2 {
	font-size: 16px;
	color:#7eb0cc;
	text-align:center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom:5px;
	line-height:normal;
	padding-left: 0px;
	margin:0px;
}

#footer p {
	font-size:9px;
	color:#000000;
	font-weight:normal;
	width: 100%;
	text-align:center;
	line-height:normal;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left:0px;
}
