body {
	background: #ffffff;
	font: 80% Arial, Helvetica, Verdana;
	text-align: center;
}

.input, .shotnav {
    border: 1px solid black;
    background: white;
}

.button, .getpassbutton {
    border: 1px solid black;
    background: #8E9DAC;
}

.button2 {
    border: 1px solid black;
    background: #658CA9;
}

.menulink {
	float: left;
	text-align: center;
	cursor: pointer;
	width: 140px;
	padding-top:9px;
	margin-right:1px;
	height: 20px;
	background: url('images/alpha.png');
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	color:#303030;
	font-weight: bold;
}

A:link, A:visited { font-weight:bold; color: #1b5eb0;text-decoration:none }
A:active, A:hover { text-decoration:underline }

h1, .title { 
	background: url('images/accent.gif') no-repeat left;
	padding-left: 16px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	text-transform: lowercase;
	font: 150% Arial, Helvetica, Verdana;
}

h2{ 
	color: #FFFFFF;
	font: bold 120% Arial, Helvetica, Verdana;
}

h3 {
	color: #FFFFFF;
	font: bold italic 120% Arial, Helvetica, Verdana;	
}

h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold 100% Arial, Helvetica, Verdana;	
}

h5 {
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold italic 100% Arial, Helvetica, Verdana;	
}

h6 {
	color: #FFFFFF;
	font: bold 100% Arial, Helvetica, Verdana;	
}

#container {
	width: 718px;
	text-align: left;
	margin: 0px auto; /* fix for centering div in firefox */
}
	html>body #container { width: 719px }

#header {
}

#mainpic {
	padding: 5px;
	border: solid 1px #000000;
	background: url('images/mainpic.jpg') no-repeat 5px 5px;
	width: 718px;
	height: 194px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
	height: 182px;
}
	html>body #mainpic { width: 706px; height: 182px; }

#mainpicmenu {
	display:inline;
}


#body {
	margin: 10px 0px 0px 0px;
}

#body1 {
        width: 500px;
        margin-left: 215px;
        padding: 5px;
        border: solid 1px #000000;
        background: #8E9DAC;
        margin-bottom: 10px;
        /* box model hack */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 488px;
}
        html>body #body1 { width: 488px; } /* fix for firefox */

#body1l {
	width: 500px;
	float: left;
	padding: 5px;
	border: solid 1px #000000;
	background: #8E9DAC;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 488px;
}
	html>body #body1l { width: 488px; } /* fix for firefox */

#body2 {
	width: 208px;
	float: left;
	margin-bottom: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 208px;
}
	html>body #body2 { width: 208px } /* fix for firefox */

#body2r {
        width: 208px;
        margin-left:510px;
        margin-bottom: 10px;
        /* box model hack */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 208px;
}
        html>body #body2r { width: 208px } /* fix for firefox */

#footer {
	clear: both;
	border: solid 1px #000000;
	background: #ffffff;
	padding: 5px;
	font: 85% Arial, Verdana, Helvetica;
	width: 718px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 706px;
}
	html>body #footer { width: 706px; }

.infobox {
	width: 208px;
	padding: 5px;
	border: solid 1px #000000;
	background: #658CA9;
	margin-bottom: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 196px;
}
	html>body .infobox { width: 196px }

.subsubmenu {
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	margin-top:0px;
	margin-bottom:0px;
}
		
.submenu {
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	margin-top:0px;
	margin-bottom:0px;
}

.helptitle {
	margin-bottom:0px;
}

.helptitle A:link, .helptitle A:visited, .helptitle A:active, .helptitle A:hover {
	color: black;
	font-weight:bold;
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;
	line-height: 18px;
}

.option {
	color: white;
	font-weight:bold;
	text-decoration: none;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
	line-height: 18px;
}


.suboption {
	color: white;
	font-weight:bold;
	text-decoration: none;
	background: url('images/accentp.gif') no-repeat;
	padding-left: 16px;
	margin-left:20px;
}

.submenu A:link, .submenu A:visited {
	color: black;
	text-decoration: none;
	background: url('images/accent2.gif') no-repeat;
	padding-left: 16px;

}
.submenu A:active, .submenu A:hover {
	text-decoration: none;
	color: white;
	background: url('images/accent.gif') no-repeat;
	padding-left: 16px;
}

.subsubmenu A:link, .subsubmenu A:visited {
	color: black;
	text-decoration: none;
	background: url('images/accentp2.gif') no-repeat;
	padding-left: 16px;
}

.subsubmenu A:active, .subsubmenu A:hover {
	text-decoration: none;
	color: white;
	background: url('images/accentp.gif') no-repeat;
	padding-left: 16px;
}

.content { font: 80% Arial, Helvetica, Verdana }
