body{
	background-color: #ff8800;
	margin: 25px 25px 25px 25px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: small;
}
form {
	margin: 0px;
	padding: 0px;
	}
#container {
	width: 835px;
	background-color:#fff;
	border: 1px solid #000;
	margin: 0px auto;
	}
#header {
	width: 835px;
	background-color:#fff;
	}
div.clear {
	clear:both;
	}
#logo {
	float: left;
	padding: 25px 10px 25px 25px;
	}
#scroller {
	float: right;
	width: 350px;
	height: 100px;
	background-color:#fff;
}
#vmarquee {
	height: 100px;
	margin: 20px 0px; 
	border: 0px; 
	}
.vm_title {
	font-size: 100%;
	font-weight: bold;
	display: block;
	}
.vm_content {
	font-size: 80%;
	}
#mrqspacer {
	position:relative; 
	width: 300px; 
	height: 100px; 
	border: 0;
	}
#menu {
	width: 835px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#menu ul {
	width: 835px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#menu li {
	float: left;
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#menu li a {
	display:block;
	width: 139px;
	padding: 5px 0px 7px 0px;
	}
#menu li a:link, #menu li a:active, #menu li a:visited {
	text-decoration: none;
	color: #fff;
	background-color: #12255C;
	background: url('/image/nav_off.gif') repeat-x;
}
#menu li a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ff8800;
	background: url('/image/nav_on.gif') repeat-x;
}
#content_l {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#content_r {
	float: right;
	width: 570px;
	margin: 0px;
	padding: 0px;
	}
#content {
	margin: 35px 20px 0px 20px;
	color: #000;
}
#content h1 {
	color: #12255C;
	font-size: 140%;
	font-weight:bold;
	line-height: 1;
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 2px solid #12255C;
	}
#content h2 {
	color: #12255C;
	font-size: 120%;
	font-weight:bold;
	line-height: 1;
	padding: 0px 5px 3px 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 2px solid #12255C;
	width: 200px;
	}
#content h3.apply {
	color: #12255C;
	font-size: 100%;
	font-weight:bold;
	line-height: 1;
	padding: 0px 5px 3px 5px;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #999;
	}

#content p {
	margin: 0px 0px 15px 0px;
	line-height: 1.3;
}
#content p.footnote {
	font-size: 70%;
}
#content .more {
	text-align: right;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
#content img.inline_l {
	float: left;
	margin: 5px 5px 0px 0px;
	padding: 3px;
	border: 1px solid #ccc;
}
#footer {
	clear: both;
	width: 835px;
	margin: 0px;
	padding: 0px;
	background-color: #12255C;
}
#location {
	color: #fff;
	padding: 10px 0px 10px 0px;
	text-align:center;
}
#copyright {
	background-color: #ff8800;
	font-size: 80%;
	width: 835px;
	margin: 20px auto;
	text-align: center;
}
img.nalsc {
	margin: 0px 0px 10px 10px;
}
.contact {
	margin-top: 25px;
	}
.lbl {
	vertical-align: top;
	font-weight: bold;
	}
.txt {
	width: 215px;
	}
.txtarea {
	width: 215px;
	height: 100px;
	}
.warning {
	color: #f00;
	}
.formerror {
    border: 1px solid #FFCC00;
    background-color : #FFFFCC;
    width: auto;
	margin: 1px 0px 0px 0px;
    padding: 5px 0;
    }
label {
    width: 85px;
    text-align: right;
	padding: 0px;
	margin: 0px 5px 0px 0px;
    float: left;
	font-weight: bold;
    }
#contact label {
    width: 145px;
	color: #000000;
	}
#contact .formerror label {
    width: 145px;
	color: #ff0000;
	}
#job .errortext {
    padding-left: 150px;
	}
#job label {
    width: 145px;
	color: #000000;
	}
#job .formerror label {
    width: 145px;
	color: #ff0000;
	}
.errortext {
    padding-left: 90px;
	font-size: 80%;
	color: #c00;
    }
#contact .errortext {
    padding-left: 150px;
	}
#message {
	color: #f00;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	text-align:center;
	}
a:link, a:active, a:visited { text-decoration: underline; font-weight: bold; color: #000;}
a:hover { text-decoration: none; font-weight: bold; color: #ff8800; }

