* {
	margin: 0;
	padding: 0;
}
body {
	font: 101% Arial, Helvetica, sans-serif;
	background: url(../images/bkgd_nav.gif) repeat-y left top;
}
#skipnav {
	position: absolute;
	top: 0;
	left: -1500px;
}
#skipnav a:focus, #skipnav a:active {
	display:block;
	position:absolute;
	top:25px;
	left:1525px;
	background-color: #fff;
	color: #000;
	text-decoration: underline;
	padding: 4px;
	white-space: nowrap;
	width: 8em;
	border: solid 1px #666;
}
h1.title {  
	font-weight: normal; 
	font-style: italic; 
	color: #CC9933; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.8em;
	margin: 50px 0 1em 0;
}
h2 { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 1.1em; 
    line-height: 1.45; 
    font-weight: bold; 
    color: #000000;
    margin: 0; 
}
h3 {
	margin-bottom: .5em;
	font-size: 1em;
}
h3.search {
	border-bottom: solid 1px #ccc;
}
h4 {
	font-size: .9em;
	font-weight: bold;
}	
p {
	font-size: 0.9em;
	margin-bottom: 1em;
	line-height: 1.3;
}
a:hover {
	background: #6B7D91;
	text-decoration: none;
	color: #fff;
}
a.bold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	color: #3F6565; 
	text-decoration: underline; 
	font-weight: bold;
	margin-bottom: 1em;
	}
a.bold:visited {  
    color: #990099; 
    }
a.bold:hover {
	text-decoration: none; 
	background: #6B7D91; 
	color: #FFFFFF; 
	}
a.bold:active {  
	text-decoration: none; 
	background: #6B7D91; 
	color: #FFFFFF; 
    }
#wrapper {
	background: #FFFFFF url(../images/bkgd_inside.gif) repeat-x left top;
}
div#language {
	position: absolute;
	top: 80px;
	left: 200px;
	z-index: 5;
}
div#languageLinks {
	display: inline;
	margin-right: 90px;
}
div#switcher  {
	z-index: 10;
	display: inline;
	font-size: .9em;
	white-space: nowrap;
	}
div#contentText {

}
.welcome {
	color: #6B7D91;
	font-size: 1.2em;
	letter-spacing: .25em;
	font-weight: bold;
	}
form {
	margin: 0 5px 0 15px;
}
fieldset {
	padding: 5px 10px 5px 25px;
	margin-left: 15px;
	float: right;
	width: 35%;
}
legend, label {
	font-weight: bold;
}
#footer {
    font-size: 0.7em; 
   	line-height: 1.1; 
	margin: 0 auto;
	padding-bottom: 25px;
}
#footer img {
	float: left;
	margin-right: 10px;
}

div#content {
	margin: 25px 20px 20px 200px;
	padding: 0px;
}
div#contentText {
}
ol {
	margin: 0 0 1.5em 35px;
	font-size: .9em;
}
ol li {
	margin-bottom: 1em;
}
ul.checklist {
	margin: 10px 0 1em 25px;
}
ul.checklist li {
	margin-bottom: .5em;
	font-size: .9em;
}
#serviceGrid {
	width: 100%;
	margin: 0 0 0 -12px;
}
#serviceGrid td, #serviceGrid th {
	padding: 5px;
}
/****navigation styles***/
 #navcontainer { 
	width: 174px;
	float: left;
	background-color: #F4F4E9;	
}

#navcontainer ul {
	padding: 50px 0 0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 4px;
}
#navcontainer ul li {
	background: url(../images/bullet_nav.gif) no-repeat 0.4em 0.7em;
	padding-left: 10px;
}
#navcontainer a {
	display: block;
	padding: 6px 2px 6px 4px;;
	width: 154px;
	background-color: #F4F4E9;
	font-size: .75em;
	font-weight: bold;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #6B7D91;
	color: #fff;
}