/* Import styles for ie 5 & 5.5 */

@media tty {
 i{content:"\";/*" "*/}}; @import 'ie5.css'; {;}/*";}
}/* */

@media tty {
 i{content:"\";/*" "*/}}@m; @import 'ie5.css'; /*";}
}/* */

/*<group=Global Browser Reset>*/
* {

padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:10px 0;
}

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/*</group>*/

/*<group=HTML, Body>*/
html {
	background-color: #7183ab;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-position: top;
}
/*</group>*/

/*<group=Layout>*/
div#outerWrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 792px;
	background: url("../images/bodyBack.jpg") repeat-y;
}
div#navBar {
	width: 760px;
	margin-left: 16px;
	margin-top: -130px;
	background-color: #a8c1ff;
	border-bottom: 1px solid #5b698b;
	z-index: 1;
}
div#sideBar {
	width: 180px;
	margin-left: 16px;
	padding: 110px 10px 10px 10px;
	float: left;
	display: inline;
}
div#content {
	float: left;
	padding: 40px 35px 10px 50px; /* Changed this line */
	background: url(../images/belowNavShadow.jpg) repeat-x;
	width: 475px; /* Changed this line */
	z-index: 1;
}
div#footer {
	width: 740px;
	background-color: #899dd0;
	margin-left: 16px;
	padding: 10px;
}
img#header {
	margin-left: 16px;
	position: relative;
}
img#logo {
	margin-top: -104px;
	left: 0px;
	z-index: 2;
	position: relative;
}
/*</group>*/

/*<group=Nav>*/
	
/*</group>*/

/*<group=Headings>*/
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E80A8;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CB411D;
	padding-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AE8A1E;
	padding-top: 10px;
}

h4 { }
h5 { }
h6 { }
/*</group>*/

/*<group=Text Styles>*/
p.floatL {
	float: left;
	width: 40%;
	color: #fff;
}
p.floatR {
	float: right;
	width: 40%;
	text-align: right;
	color: #fff;
}
p.alignCenter {
	text-align: center;
}

div#content, div#contentFull {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

/*</group>*/

/*<group=Lists>*/
	
/*</group>*/

/*<group=Forms>*/
	
/*</group>*/

/*<group=Links - link visited hover active>*/
div#sideBar a:link, div#sideBar a:visited, div#content a:link, div#content a:visited {
	color: #000;
	text-decoration: underline;
}
div#sideBar a:hover, div#sideBar a:active, div#content a:hover, div#content a:active {
	color: #000;
	text-decoration: none;
}

div#footer a:link, div#footer a:visited {
	color: #fff;
}
div#footer a:hover, div#footer a:active {
	color: #fff;
	text-decoration: none;
}
.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*</group>*/

/*<group=Misc>*/
.clear {
	clear: both;
}
/*</group>*/

table.fourcol, .fourcol fieldset {
width: 440px;
}
label {
color: #666;
font-weight: bold;}
.right {
text-align: right;
}

form { padding: 0px; margin: 0px; }
    
select, input, textarea {
	line-height: 13px;
	margin-left: 7px;
	padding: 2px;
	font-size: 95%;
	color: #596889;
	background-color: #D8E3FF;
	border: 1px solid #7183AB;
}

radio { background-color: #596889; border: 1px solid #7183AB; }

option { padding-left: 6px; margin-left: 7px; }


table.fourcol fieldset {
font-size: 11px;
	color: #596889;
	border: 1px solid #7183AB;
padding-bottom: 15px;
}

table.fourcol td {
padding: 5px 0 10px 0;
border-bottom: solid 1px #EFEFEF;
}
.multicol td {
padding: 4px;
text-align: center;
}
table.fourcol th {
background-color: #EFEFEF;
padding: 4px;
}

.required {
	color: #990000;
	font-weight: bold;
}

#oops {
padding: 10px;
border: solid 1px #990000;
background-color: #EFEFEF;
	color: #990000;
	font-weight: bold;
	line-height: 1.8em;
}
div#logo-print {
display: none;
}