/* * * * * *
 Main Styles
* * * * * */

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
html,body {margin:0;padding:0}
#container{min-height:100%;margin-bottom:-61px;background:#FFF}
* html #container{height:100%;}/* ie6 and under*/
body {
	background: #FFF url(../img/page/bg.gif) repeat-x fixed left bottom;
	font-family: Sans, Myriad, Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container {
	background-color: #FFF;
	border-left: 20px solid #002F55;
	border-right: 20px solid #002F55;
	clear: both;
	height: auto;
	margin: 0 auto;
	margin-bottom: -71px;
	min-height: 100%;
	padding: 0;
	position: relative;
	width: 775px;
}
a:link , a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover , a:active , a:focus {
	color: #02F;
	text-decoration: underline;
}

a img {
	border: 0;
}

#partners {
	background: #A3A3A3 url(../img/page/partners.gif) repeat-x scroll left top;
	border-bottom: 1px solid #002F55;
	border-top: 1px solid #002F55;
	height: 20px;
	position: relative;
	width: 775px;
}
#partners table {
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	width: 600px;
}
#partners table tr td {
	background-color: transparent;
	height: 20px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
#partners table tr td a {
	background-color: transparent;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
}
#partners table tr td a:link, #partners table tr td a:visited {
	background-color: transparent;
	color: #002F55;
}
#partners table tr td a:hover, #partners table tr td a:active, #partners table tr td a:focus {
	background-color: transparent;
	color: #C00;
}
#header {
	background: #FFF url(../img/page/header.jpg) no-repeat scroll left top;
	border-bottom: 1px solid #002F55;
	height: 100px;
	position: relative;
	width: 775px;
}
#header a {
	background: transparent;
	border: 0;
	display: block;
	height: 84px;
	left: 8px;
	position: absolute;
	text-decoration: none;
	top: 8px;
	width: 102px;
}
.pagecontent {
	background-color: transparent;
	cursor: default;
	font-size: .9em;
	margin: 0 10px;
	padding: 10px 0 20px 0;
	text-align: left;
	width: 755px;
}


.clear {
	background-color: transparent;
	clear: both;
	height: 0;
}
#clearer {
	background: transparent;
	clear: both;
	cursor: default;
	height: 71px;
	width: 775px;
}
#footer {
	background: #CCC;
	border-top: 1px solid #002F55;
	clear: both;
	color: #000;
	cursor: default;
	font-size: .8125em;
	height: 70px;
	left: 0;
	line-height: 1.5;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 775px;
}
#footer a:link, #footer a:visited {
	color: #03C;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #002F55;
	text-decoration: underline;
}


/* *
Menu
* */

#menubar {
	background: #002F55 url(../img/page/nav2.gif) repeat-x scroll left top;
	cursor: default;
	margin: 0;
	padding: 0;
	text-align: right;
}
#options {
	padding: 2px 0 0 0;
}
#options a img {
	margin-right: 5px;
	vertical-align: bottom;
}
#options a:link , #options a:visited {
	color: #FFF;
	text-decoration: none;
}
#options a:hover , #options a:focus , #options a:active {
	color: #C00;
	text-decoration: none;
}

/* * * * *
Search Bar
* * * * */

#searchbar {
	background: #CCC; 
	border-bottom: 1px solid #002F55;
	border-left: 1px solid #002F55;
	border-right: 1px solid #002F55;
	clear: both;
	cursor: default;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
#srchform {
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#opensearch {
	background: #BBB;
	border-top: 1px solid #AAA;
	color: #C00;
	cursor: pointer;
	font-size: .75em;
	margin: 0;
	text-align: center;
	width: 753px;
}

/* * * * * * * * * * * *
Warning for Non-JS Users
* * * * * * * * * * * */
#noscript {
	color: #00F;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	width: 755px;
}

.errors {
	color: #00F;
	font-style: italic;
	font-family: "Courier New", Courier, monospace;
	text-align: center;;
}

td.notes div , div.notes {
	color: #002F55;
	line-height: 1.5em;
	padding: 5px 15px;
}
div.notes {
	clear: both;	
}