body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	behaviour: url("_css/csshover.htc");
}

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #003A67;
}

div#frame {
	width: 960px;
	background-image: url(_graphics/background-frame.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 100%;
	border-right: 5px solid #002B4D;
	border-left: 5px solid #002B4D;
	line-height:
}

/* - - - - - - - - - - - - - - - - - - - - - - - - ->       div#masthead
   main navigation area, message at top of page
*/
div#masthead {
	width: 960px;
	background-color: #777777;
	border-bottom: 5px solid #777777;
}

div#masthead table {
	border-collapse: collapse;
	margin: 0;
}

div#masthead table td {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

div#nav ul {
	list-style-type: none;
	height: 26px;
	display: table;
	margin: 0 auto;
}

div#nav ul li {
	float: left;
	position: relative;
	padding: 2px 0;
	margin: 0 10px;
}

div#nav ul a {
	display: block;
	padding: 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

div#nav ul a:hover {
	background-color: #022C4D;
}

div#nav ul li ul {
	position: absolute;
	margin-left: 0px;
	white-space: normal;
	list-style-type: none;
	display: none;
	width: 250px;
}

div#nav ul li ul li {
	margin: 0;
	padding: 0;
	background-color: #022C4D;
	border-top: 1px solid #777777;
}

div#nav ul li ul a {
	font-size: 12px;
	width: 250px;
	border: 0;
}

div#nav ul li ul a:hover {
	background-color: #777777;
}

div#nav ul li ul li ul {
	margin-left: 270px;
	margin-top: -19px;
	width: 250px;
}

div#nav ul li ul li ul li {
	border-left: 1px solid #777777;
}

div#nav ul li:hover ul ul, div#nav ul li.sfhover ul ul {
	display: none;
}

div#nav ul li:hover ul, div#nav ul li li:hover ul, div#nav ul li.sfhover ul, div#nav ul li li.sfhover ul {
	display: block;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - ->       div#content
   primary content area
*/
div#content {
	width: 680px;
	float: left;
	padding: 25px 0 0 20px;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #003A67;
	padding-bottom: 18px;
	margin-bottom: 1em;
	background-image: url(_graphics/background-header.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003A67;
	margin: 2.0em 0 1em 0;
}

div#content p {
	color: #000000;
	line-height: 1.6;
	margin-bottom: 1.4em;
	clear: both;
}

div#content p.noclear {
	clear: none;
}

div#content ul {
	color: #000000;
	line-height: 1.6;
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 1.4em;
}

div#content li {
	margin-bottom: 0.5em;
}

div#content div.col1, div#content div.col2 {
	width: 320px;
	float: left;
}

div#content div.col1 {
	margin-right: 20px;
}

div#content a {
	color: #003A67;
}

div#content a:hover {
	color: #777777;
}

div#content div.contentbutton {
	padding: .3em 10px;
	background-color: #003A67;
	font-weight: bold;
	font-size: 12px;
	margin: 0 20px .5em 0;
	line-height: 1.2em;
	width: 290px;
	color: #ffffff;
}

div#content div.contentbutton a {
	color: #FFFFFF;
}

div#content div.contentbutton:hover {
	background-color: #777777;
}

div#content2 {
	background-image: url(_graphics/background-home.gif);
	background-repeat: repeat-y;
	width: 680px;
	height: 100%;
}

div.homeb {
	margin-right: 40px;
	width: 200px;
	float: left;
}

div.homenb {
	width: 180px;
	float: left;
}

ul.home {
	margin-left: 0; 
}

div.box {
	border: 1px solid #003A67;
	width: 160px;
	background-color: CCDAE5;
	color: #FFFFFF;
	padding: 10px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - ->       div#sidebar
   sidebar on right side of page
*/
div#sidebar {
	width: 200px;
	margin: 25px 20px 0 40px;
	float: left;
}

div#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.8em;
}

div#sidebar p {
	color: #000000;
	line-height: 1.6;
	margin-bottom: 1.4em;
}

div#sidebar ul {
	color: #000000;
	line-height: 1.6em;
	margin-left: 1.5em;
	list-style-type: disc;
	margin-bottom: 1.4em;
}

div.sidebutton {
	padding: .3em 10px;
	background-color: #003A67;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: .5em;
	line-height: 1.2em;
}

div.sidebutton a {
	color: #FFFFFF;
}

div.sidebutton:hover {
	background-color: #777777;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - ->       div#foot
   page footer
*/
div#footer {
	width: 680px;
	font-size: 9px;
	text-align: center;
	color: #003A67;
	margin: 0 0 10px 20px;
	padding-bottom: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - ->       generic
   generic classes to be used anywhere
*/
.clear {
	clear: both;
}