html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #008BCC url(layout/bodyfill.jpg) top left repeat-x;
font: 12px/18px Arial, tahoma, sans-serif;
color: #000;
padding: 0 0 20px 0;
}


#container {
margin: 0 auto;
text-align: left;
width: 800px;
background: #a1d5ed url(layout/containerfill3.jpg) top left no-repeat;
position: relative;
}

#homecontainer {
margin: 0 auto;
text-align: left;
width: 800px;
background: #01366C url(layout/containerfill.jpg) top left no-repeat;
position: relative;
}

#header {
height: 160px;
background: transparent;
position: relative;
}

#content {
background: transparent url(layout/contentfill2.jpg) bottom left no-repeat;
position: relative;
padding: 0 0 100px 0;
}

#homecontent {
background: transparent url(layout/contentfill.jpg) bottom left no-repeat;
position: relative;
padding: 0 0 100px 0;
}

#sidebar {
width: 202px;
margin: 0;
position: relative;
}

#text {
margin: 0;
width: 444px;
float: right;
display: inline;
padding: 0 0 25px 0;
margin: 0 22px 0 0;
position: relative;
background: transparent url(layout/textfill2.jpg) bottom right no-repeat;
min-height: 400px;
}

#pagePhoto {
position: absolute;
left: -255px;
top: 60px;
}

#text p {
margin: 0;
padding: 6px 0;
}

a {
color: #008BCC;
}

a:hover {
color: #005c95;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
padding: 36px 0 30px 0;
margin: 0 auto;
background: #8bccea url(layout/footerfill2.jpg) bottom left no-repeat;
clear: both;
color: #005E98;
font-size: 10px;
line-height: 16px;
}

#homefooter {
text-align: center;
padding: 36px 0 30px 0;
margin: 0 auto;
background: #A0D5EE url(layout/footerfill.jpg) bottom left no-repeat;
clear: both;
color: #005E98;
font-size: 10px;
line-height: 16px;
}

#footer a {
color: #005E98;
text-decoration: none;
}
#footer a:hover {
color: #DB8828;
}

#footer p {
}

ul {
	margin: 0;
	padding: 2px 0 2px 24px;
	list-style-image: url(layout/ul-flower.jpg);
}

/* some style stuff */

#text h1 {
font: 600 small-caps 24px "trebuchet ms", helvetica, verdana, arial, sans-serif;
margin: 10px 0 12px 0;
padding: 0;
text-indent: 26px;
color: #01366C;
background: #a1d5ed url(layout/textfill2.jpg) center left no-repeat;
}

#text h2 {
font: 600 18px "trebuchet ms", helvetica, verdana, arial, sans-serif;
margin: 7px 0 5px 0;
padding: 0;
color: #008BCC;
}

#text h2.fancy {
font: 600 italic 28px "palatino linotype", palatino, georgia, serif;
margin: 7px 0 5px 0;
text-align: center;
padding: 0;
color: #008BCC;
}

#text h3 {
font: 600 15px "trebuchet ms", helvetica, verdana, arial, sans-serif;
margin: 6px 0 4px 0;
padding: 0;
color: #008BCC;
}

#text h4 {
margin: 0;
padding: 10px 0 0 0;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.cr { clear: right; }
.cl { clear: left; }
.cb { clear: both; }

.validation-advice { background: #fff; padding: 3px; color: red; }

.bb {
border: 2px solid #008BCC;
background: #D8EEF9;
padding: 3px;
}


#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}


/* n4v!g47!0n */

#menuholder {
background: #DA8C27;
overflow: hidden;
width: 100%;
border-bottom: 3px solid #fff;
}

#menu {
padding: 0;
margin: 0;
text-transform: uppercase;
font: 400 12px "trebuchet ms"; 
float: left;
left: 50%;
position: relative;
text-align: center;
}

#menu a {
color: #fff;
text-decoration: none;
text-align: center;
padding: 0 6px;
margin: 4px 0;
border-right: 1px solid #fff;
display: block;
}

#menu a:hover {
background: #FFF1DF;
margin: 0;
border-bottom: 4px solid #FFF1DF;
border-top: 4px solid #FFF1DF;
color: #020A39;
}

#menu a.end {
border-right: none;
}

#menu dt {
float: left;
left: -50%;
position: relative;
}


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}





