html, body {
margin: 0;
padding: 0;
}

body {
text-align: center;
background: #6060A7 url(layout/bodyfill.jpg) top left repeat-x;
font: 13px/22px verdana, arial, tahoma, sans-serif;
color: #000;
}


#container {
margin: 0 auto;
text-align: left;
width: 750px;
background: #FAF5E2 url(layout/containerfill.jpg) top center repeat-y;
overflow: hidden;
position: relative;
}

#header {
height: 132px;
background: transparent;
position: relative;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
padding: 0 0 20px 0;
position: relative;
}

#sidebar {
width: 202px;
margin: 0;
background: transparent url(layout/sidebarfill.jpg) bottom left no-repeat;
padding: 0 0 30px 11px;
position: relative;
}

#text {
margin: 0 40px 0 0;
width: 490px;
float: right;
display: inline;
padding: 0;
position: relative;
}

#text p {
margin: 0;
padding: 6px 0;
}

a {
color: #5A5BCF;
}

a:hover {
color: #EFB34A;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
text-align: center;
padding: 50px 0 14px 0;
margin: 0 auto;
width: 750px;
background: transparent url(layout/footerfill.jpg) top center no-repeat;
clear: both;
color: #fff;
font-size: 10px;
}

#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #E4DCB8;
}

#footer p {
padding: 0;
margin: 0;
}

ul {
list-style: square;
margin: 0;
padding: 2px 0 2px 24px;
}

/* some style stuff */

#text h1 {
font: 600 32px helvetica, verdana, arial, sans-serif;
margin: 16px 0;
padding: 0;
color: #F9F6E3;
}

#text h2 {
font: 600 18px helvetica, verdana, arial, sans-serif;
margin: 7px 0 5px 0;
padding: 0;
color: #0C1B5E;
}

#text h3 {
font: 600 15px helvetica, verdana, arial, sans-serif;
margin: 6px 0 4px 0;
padding: 0;
color: #0C1B5E;
}

.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 #6060A7;
background: #DDD8B2;
padding: 3px;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}

.links dd {
padding: 8px 0;
line-height: 16px;
}

hr {
line-height: 0px;
font-size: 0px;
border: 1px solid #DDD8B2;
margin: 2px 0 14px 0;
}

/* n4v!g47!0n */


/* 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;
}


/* home page overrides */

#home #container {
background: #FAF5E2 url(layout/containerfill-home.jpg) top center repeat-y;
}

#home #content {
background: transparent url(layout/contentfill-home.jpg) top left no-repeat;
}

#home #text {
margin: 0 10px 0 0;
width: 338px;
float: right;
display: inline;
padding: 0;
position: relative;
}

#home #footer {
background: transparent url(layout/footerfill-home.jpg) top center no-repeat;
}

#side-addys {
width: 182px;
height: 500px;
background: transparent url(layout/side-addys.jpg) top left no-repeat;
text-indent: -9999px;
line-height: 17px;
overflow: hidden;
float: right;
margin-top: 56px;
}



