body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #53A5CA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	line-height: 140%;
}

a:link {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	white-space: nowrap;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	white-space: nowrap;
}

a:hover {
	color: #666666;
	border-bottom-color: #999999;
}

#container {
	background-color: #FFFFFF;
	width: 910px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#content {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


#header {
	margin: auto;
	width: 955px;
	height: 170px;
	background-color: #FFFFFF;
}

#navcontainer {
	width: 910px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#nav {
	height: 40px;
	width: 910px;
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;
}


#navshadow {
	background-image: url(images/nav_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 910px;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #509FC6;
	border-right-color: #509FC6;
	border-bottom-color: #509FC6;
	border-left-color: #509FC6;
	width: 850px;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 25px;
}
.box {
	background-image: url(images/box_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FF7F1E;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.box a:link {
	color: #003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}
.box a:visited {
	color: #003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
}

.box a:hover {
	color: #666666;
	}
	
	
.box h1 {
	line-height: 35px;
	background-image: url(images/h1_right.jpg);
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	font-style: italic;
	width: 100%;
}

.h1_left {
	background-image: url(images/h1_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	line-height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subnav {
	background-image: url(images/subnav_back.jpg);
	background-repeat: repeat-x;
	background-position: left 1px;
	color: #FFFFFF;
	background-color: #A5B4CB;
	padding-top: 3px;
}
#subnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#subnav a:hover {
	color: #666666;
	text-decoration: none;	
	border: none;
}
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #003399;
}
h2 {
	font-weight: normal;
	color: #003399;
	margin-left: 5px;
}
h3 {
	color: #003399;
	font-weight: normal;
	font-size: 14px;
	margin-left: 5px;
}
h4 {
	color: #FF6600;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	margin-left: 5px;
}

.imgleft {
	float: left;
	margin-right: 5px;
	}
	
.imgright {
	float: right;
	margin-left: 5px;
	}
	
ul {
	padding-left: 25px;
	list-style-position: inside;
	}	
	
.small {
	font-size: 9px;
	}
