
body {
    font-family: trebuchet, arial, sans-serif;
    text-align: center;
    font-size: 16px;
	color: #666;
	background:	url(../images/grey-stripe.png);
	padding:0;
	margin:0;
}

html, body, h1 {
    margin: 0;
    padding: 0;
}

h1.noline {
	font-size: 18px;
	color: #F80193;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #97A99B;
	
	}

h1{
	font-size: 18px;
	color: #0076C0;
	font-weight: bold;
	font-family: helvetica, arial;
	margin-bottom:3px;
	margin-top: 10px;
}


h2{
	font-size: 12px;
	color: #0076C0;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	*margin: 0px 0px 0px 0px;
	
}

h3{
	font-size: 10px;
	color: #0076C0;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	*margin: 0px 0px 0px 0px;

}


img { 
	border: 0; 
}

a {
   	font-weight: bold;
	color: #0076C0;
	text-decoration:none;
	font-size: 12px;
}

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

#error_msg{
	color: #CC111C;
}

#wrapper{
	width:1000px;
	height:100%;
	margin: 0px;
	background: #ffffff;
	margin:0px auto;
	text-align:center
}

#logo{
	text-align:left;
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	padding: 5px 0 10px  50px;
}

#content{
	text-align:left;
	padding: 20px 0 0 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
}

p{
	font-size: 12px;
}

p.small{
	font-size: 9px;
	color: #97A99B;
	font-weight: bold;
}


hr{
	height: 1px;
	color: #F80193;
	margin-top: 20px;
	margin-bottom: 10px;
	*margin-top: 0px;
	*margin-bottom: 0px;
}

#footer{
	width: 100%;
	text-align:center;
	font-size: 10px;
}

#text{
	font-size: 12px;
}

select{
	font-size: 12px;
	color:#758177;
	border-color: #97A99B;
	border-width: 1px;
	width: 150px;
	border: solid 1px #c0c0c0;
	background: #fafafa;
	padding:3px;
}

input{
	background: #fafafa;
	border: solid 1px #c0c0c0;
	padding:3px;
}

.button{
	font-size: 12px;
	color: #0076C0;
	font-weight:bold;
	border-color: #0076C0;
	border-width: 1px;
	background:#fafafa;
	padding:4px;
	cursor:pointer;
}

.buttonsmall{
	font-size: 10px;
	color: #0076C0;
	font-weight:bold;
	border-color: #0076C0;
	border-width: 1px;
	background:#fafafa;
	padding:2px;
	cursor:pointer;
}

.small input{
	background: #fafafa;
	border: solid 1px #c0c0c0;
	padding:3px;
	font-size: 11px;
	
}

input.jumpinput{
	background: #fafafa;
	border: solid 1px #c0c0c0;
	padding:2px;
	font-size: 10px;
	
}

.button-small{
	font-size: 11px;
	color: #0076C0;
	font-weight:bold;
	border-color: #0076C0;
	border-width: 1px;
	background:#fafafa;
	
}

.formtable{
	border:solid 1px #fafafa;
}

.formheader{
	background: #0076C0;
	color: #fafafa;
	font-weight:bold;
	font-size:14px;
}

th{
	background: #fafafa;
	color: #0076C0;
	font-weight:normal;
	border: solid 1px #f3f3f3;	
	font-size:12px;
}

.greyborder{
	border: solid 1px #f3f3f3;	
	font-size:12px;
}

label{
font-size:12px;	
}
fieldset{
border:1px solid #c0c0c0;
}

/*Navigation*/
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 700px;
	background: #fafafa;
	font: bold 1.7em Verdana;
	height:40px;
	display:inline;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 5px 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #0076C0;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(images/topnav_hover.gif) no-repeat center top;
	color: #0076C0;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 20px;
	height: 35px;
	float: left;
	background: url(/images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #fafafa;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #f3f3f3;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #f3f3f3; /*--Create bevel effect--*/
	border-bottom: 1px solid #f3f3f3; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #fafafa url(images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #ffffff url(images/dropdown_linkbg.gif) no-repeat 10px center;
	color: #0076C0;
}

