 

body{
	background-color: #FFF;
	font-size: small; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000; 
	margin: 10px 0 20px 0;
	
}

h1{
	color: #027ABB;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h2{
	color: #000;
	font-size: 1.5em;
	font-weight: normal;
	margin: 25px 0 5px 0;
}

h3{
	color: #027ABB;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0 10px 0;
}

h4{
	color: #999;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0 0 0;
}

h5{
	color: #999;
	font-size: 1.65em;
	font-weight: bold;
	font-family: sans-serif;
	margin: 10px 0 10px 0;
}

p{
color: #000;
margin: 5px 0 10px 0;
clear: both;
line-height: 1.5em;
font-size: 1.1em;
}

p.small{
color: #999;
margin: 5px 0 15px 217px;
font-size: .8em;
}

b {color: #027ABB;}

table {
	border-collapse: collapse;
	border-color: #E9E8EA;
}

table.outline {
	margin: 0 auto 0 auto;
	border-top-style: none;
	border-bottom-style: none;
}

table.pageimage {
margin: 0 auto 0 auto;
border-bottom: 3px solid #027ABB;

}

table.content {
background-image: url(../_graphics/globalbkgrnd.jpg);
background-position: top center;
background-repeat: repeat-x;
}


.list {
color: #000;
font-size: 1.1em;
}

td{vertical-align: top;}
td.border{border-bottom: 3px solid #027ABB;}

td.topMenu{background-color: #FFF;}

td.bottom{
	vertical-align: bottom;
	background-color: #FFF;
	background-image: url(../_graphics/dots.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
td.logo{
	vertical-align: top;
	background-color: #FFF;
	font-size: 1.1em;
	}
td.columnlist{
	vertical-align: top;
	width: 200px;
}

td.side {vertical-align: bottom;}

ul {list-style: none; margin:0;padding: 0;}
li {font-weight: normal;}

span.listtext {color: #000}
.inlinelist {list-style: square; margin:0 0 0 25px;padding: 0;
}
.inlinelist li {font-size: 1.1em; padding: 3px 3px 9px 3px;}


#topLevelMenus {text-align: center; border: 1px solid;}
#topLevelMenus li {
	display: inline;
	padding: 0 0 0 25px;
}

#menu1 {margin: 8px auto 9px  auto; text-align: center;padding: 5px 0 5px 0;}
#menu1 li {
	display: inline;
	padding: 0 15px 0 25px;
	font-size: 1.15em;
}

#menu2 {text-align: center;}
#menu2 ul {
	padding: 5px 0 5px 0;
}
#menu2 li {
	font-size: 1em;
	display: inline;
	padding: 5px 15px 5px 15px;
	margin: 10px;}

#menu3 {text-align: left;}
#menu3 ul {
	padding: 5px 0 5px 5px;
}

#menu3 li {
	display: inline;
	padding: 0 5px 5px 0;
	margin: 0 10px 0 0;}

#menu3 a:link{
	color: #000;
	text-decoration: none;
}
#menu3 a:visited{
	color: #000;
	text-decoration: none;
}
#menu3 a:hover{
	color: #999;
	text-decoration: underline;
}
#menu3 a:active{
	color: #999;
	text-decoration: underline;
}

#sideMenu {text-align: right; margin-top: 5px;}
#sideMenu ul {
	text-align:right;
	margin: 0 35px 0 auto;
	width: 175px;
	}
#sideMenu li {
	margin: 0 0 2px 0;
	padding: 8px 5px 2px 0;
	}
#sideMenu li ul {
	margin: 10px 0 2px 15px;
	}
	
#sideMenu li.selected {
	}

#lowermenu {text-align: left; margin-top: 35px; padding: 0;}
#lowermenu li {
	margin: 10px 0 2px 0;
	padding: 2px 5px 2px 0;
	}
#lowermenu li ul {
	margin: 10px 0 2px 15px;
	}

li.selected {
font-weight: normal;
}

li.selected ul {
margin: 5px -5px 0 -20px;
}

li.selected li.selected{
font-weight: normal;
}

li.selected li.selected li.selected {
background-color: #FFF;
}

a:link{
	color: #027ABB;
	text-decoration: none;
}
a:visited{
	color: #027ABB;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
a:active{
	color: #000;
	text-decoration: underline;
}

a.selected:link{
	color: #000;
	text-decoration: none;
}
a.selected:visited{
	color: #000;
	text-decoration: none;
}
a.selected:hover{
	color: #999;
	text-decoration: underline;
}
a.selected:active{
	color: #999;
	text-decoration: underline;
}

div.contentA{padding: 15px; width: 75%;margin: 0 auto 0 auto;}
div.contentB{padding: 5px;}
div.breadcrumb{
	background-color: #027ABB;
	padding: 5px;
}

div.breadcrumb a:link{
	color: #FFF;
	text-decoration: none;
}
div.breadcrumb a:visited{
	color: #FFF;
	text-decoration: none;
}
div.breadcrumb a:hover{
	color: #000;
	text-decoration: underline;
}
div.breadcrumb a:active{
	color: #000;
	text-decoration: underline;
}

hr {
margin: 6px 0 12px 0;
border: 0;
color: #E9E8EA;
background-color: #E9E8EA;
height: 1px;

}

.clear {clear: both;}

.formContainer{width: 85%;margin-top: 15px;}
form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	display: block;
	color: #000;
	margin: 5px 0 5px 0;
	}

td.label{
	width: 125px;
	color: #027ABB;
	font-weight: normal;
	text-align: right;
	}
	
td.feedback{
	width: 125px;
	text-align: left;
	color: #F00;
	font-weight: bold;
	font-size: .85em;
	}

input:focus, textarea:focus, select:focus {background-color: #E9E8EA;}

input {
	color: #000;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	font-size: .95em;
	padding: 2px;
	}
	
input.rd {
	color: #000;
	border: 0px;
	}
input.rd2 {
	color: #000;
	border: 0px;
	
	margin-left: 0;
	
	}

input.txt {
	color: #000;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 93%;
	}

input.submit {
	color: #000;
	border-width: 1px;
	border-color: #000;
	background-color: #999;
	border-style: solid;
	}
	
textarea{
	color: #000;
	padding: 2px;
	margin: 0 0 5px 0;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 50px;
	width: 95%;
	}

textarea.tall{
	color: #000;
	padding: 2px;
	margin: 0 0 5px 0;
	border-width: 1px;
	border-color: #000;
	border-style: solid;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 150px;
	width: 95%;
	}
	
select{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 95%;
	font-size: .95em;
}
select.long{
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 200px;
	font-size: .95em;
}

select.short{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 50px;
	font-size: .95em;
}

select.medium{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 150px;
	font-size: .95em;
}

select.prodopt{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 150px;
	font-size: .95em;
}


button{
	color: #000;
	border-width: 1px;
	border-color: #000;
	background-color: #999;
	border-style: solid;
	font-size: .95em;
	margin-right: 15px;
	}

button.nav{
	margin-right: 0;
	}
button.disabled{
	color: #000;
	margin-right: 0;
	}

