body {
	margin:10px 10px 0px 10px;
	padding:0px;
}

h1 {
	font-size: 14px;
	padding: 0;
	margin: 0 0 .4em 0;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 .4em 0;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: normal;
}

table {
	margin: 0;
	padding: 0;
}

.gutter {
	margin: 7px;
}

#height {
	height: 3px;
	background-color: #FFFFFF;
}
 
#header {
	background-color: #FFFFFF;
	height: 50px;
	padding-left: 10px;
}
 
#nav {
	font-family: Arial, sans-serif;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 20px;
}
 
#nav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#nav li {
	display: inline;
	padding-right: 13px;
	font-size: 9px;
}

#nav a:link {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#nav a:visited {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#nav a:hover {
	text-decoration: underline;
}

#leftNav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0 8px 4px 8px;
	background-color: #f2f2f2;
    width: 130px;
	border-style:dashed;
	border-color: #CCCCCC;
	border-width: 1px;
	position: absolute;
	left: 17px;
	top: 121px;
	
}

#leftNav a:link {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#leftNav a:visited {
	color: #333333;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#leftNav a:hover {
	text-decoration: underline;
}

#bodyText {
    margin-left: 155px;
	margin-right: 195px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size:11px;
	color:#000000;
	border-style:dashed;
	border-color: #CCCCCC;
	border-width: 1px;
	min-height: 340px;
}

#rightNav {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0 8px 4px 8px;
	background-color: #f2f2f2;
	position: absolute;
    width: 170px;
	right: 17px;
	top: 121px;
  	float: right;
	border-style:dashed;
	border-color: #CCCCCC;
	border-width: 1px;
}

#rightNav a:link {
	color: #033f88;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#rightNav a:visited {
	color: #033f88;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#rightNav a:hover {
	text-decoration: underline;
}

#topNav {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #f2f2f2;
	height: 20px;
}
 
#topNav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#topNav li {
	display: inline;
	padding-right: 13px;
	font-size: 9px;
}

#topNav a:link, #topNav a:visited {
	color: #666666;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 20px;
}

#topNav a:hover {
	text-decoration: underline;
}

#bottomNav {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: #F6F6F6;
	padding-top: 5px;
	padding-bottom: 15px;
}
 
#bottomNav ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#bottomNav li {
	display: inline;
	padding-right: 13px;
	font-size: 9px;
}

#bottomNav a:link, #bottomNav a:visited {
	color: #033f88;
	font-family: Arial, sans-serif;
	text-decoration: none;
	line-height: 15px;
}

#bottomNav a:hover {
	text-decoration: underline;
}

#bottomOne {
    width: 200px;
    float: left;
}

#bottomTwo {
    margin-left: 200px;
    margin-right: 225px;
}

#bottomThree {
    width: 200px;
    float: right;
}

.copyright {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: middle;
}
.copyright a:link {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright a:hover {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 9px;
}

.copyright a:visited {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
	
hr {
	border-width: 1px;
	border-style: solid;
	border-color:#eeeeee;
	border-style: solid;
}

#siteBorder {
	border-style:dashed;
	border-color: #CCCCCC;
	border-width: 1px;
}