body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
}

/* stop FF4 from allowing textarea's to be rezied - which it does by default */
textarea { resize: none; }

#container {
	width: 985px;
	margin: 10px auto;
	border: 1px solid #2D5582;
	padding: 0px;
}
#header {
	background-color: #A9C4DF;
	background-image: url(../images/layout/header-background985.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 985px;
	color: #FFFFFF;
	margin: 0px;
	background-position: right;
}
#header a {
	color: #EBF4FE;
}
#topmenu {
	background-image: url(../images/layout/blue-fade1x27.gif);
	background-repeat: repeat-x;
	background-color: #FEFFFE;
	height: 27px;
	width: 985px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1DAF0;
	border-bottom-color: #96B4D2;
}
#topmenu ul {
	margin:0;
	padding:0;
}
#topmenu ul li {
	display: inline;
	line-height: 27px;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C7DEF1;
	padding-right: 1em;
	padding-left: 1em;
}

#topmenu a {
	color: #5987AC;
	text-decoration: none;
	font-weight: bold;
}
#topmenu a:hover {
	color: #FF3300;
}
#bottommenu {
	background-color: #3B6FAB;
	clear: both;
	height: 20px;
}
#bottommenu ul {
	margin:0;
	padding:0;
}
#bottommenu ul li {
	display: inline;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 1em;
	font-weight: bold;
}
#bottommenu a {
	font-size: 0.9em;
	color: #CDE6FC;
	text-decoration: none;
}
#bottommenu a:hover {
	color: #CCCCCC;
}
#partners {
	text-align: center;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #4784BD;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6BA7DC;
}
#footnote {
	text-align: center;
	margin-top: .5em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}

a {
	color: #BB4A00;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: underline;
}
a:visited {
	color: #A62900;
}
li {
	font-size:1.1em;
}
ol li {
	margin-top:.6em;
	margin-bottom:.5em;
}
form {
	margin:0;
	padding:0;
}
p {
	margin:0 0 .5em 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9C4DF;
	margin: .5em 0em;
	padding: 0em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5CADF5;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-weight: 500;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B66209;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-weight: 400;
}

