/* Global Styles */
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 0px;
}
h1 {
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-size: 1.0em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}
fieldset {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
}
#wrapper {
	position: relative;
	width: 746px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrapper2 {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #000000;
	border-left-color: #000000;
}
#skipnav a {
	position: absolute;
	margin-top: 10px;
	margin-left: 240px;
	font-size: 0.9em;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#skipnav a:hover {
	color: #000000;
}
#search {
	margin-top: 7px;
	position: absolute;
	width: 260px;
	margin-left: 455px;
	font-size: .8em;
}
#header {
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 190px;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	height: 68px;
	padding-right: 25px;
	width: 505px;
}
#navigation {
	color: #124889;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 2px;
}
#navigation a {
	font-size: 0.75em;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	margin-right: 2px;
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-bottom: 2px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
#navigation a:hover {
	color:#000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset;
}

#content {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-right: 25px;
	margin-left: 20px;
	padding-bottom: 10px;
	color: #333333;
	border-bottom-width: thin;
}
#content li {
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer {
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 0.8em;
}
#footer a {
	color: #124889;
}
#footer a:hover {
	color: #000000;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
	margin: auto;
	display: block;
	padding: auto;
}
.right {
	text-align: right;
}
a:hover {
	background-color: #FFFFCC;
	color: #000000;
}
.clear {
	clear: both;
}
.nodecoration a{
	text-decoration: none;
}
.tablecell {
	margin: auto;
	float: left;
	width: auto;
	text-align: center;
	padding: 5px;
}

