html, body {
margin: 0;
padding: 0;
height: 100%;
}

body {
background: #EEF1F8 url(layout/bodyfill.jpg) top left repeat-x;
font: 13px/22px verdana, arial, tahoma, sans-serif;
color: #244185;
}


#container {
text-align: left;
width: 870px;
background: transparent url(layout/containerfill.jpg) top left repeat-y;
min-height: 100%;
position: relative;
}

#header {
background: transparent;
position: relative;
width: 544px;
float: left;
}

#content {
background: transparent url(layout/contentfill.jpg) top left no-repeat;
min-height: 760px;
}

#sidebar {
width: 318px;
position: relative;
float: right;
}

#text {
margin: 30px 0 0 60px;
width: 460px;
padding: 0;
position: relative;
}

#text p {
margin: 0;
padding: 0 0 12px 0;
}

a {
color: #3B8DEF;
}

a:hover {
color: #EFB34A;
}

.nb {
border: 2px solid #FECF29;
}

.nb:hover  {
border: 2px solid #FF8236;
}


#footer {
height: 60px;
background: #425ca7 url(layout/footerfill.jpg) top left repeat-x;
clear: both;
color: #fff;
font-size: 10px;
padding: 20px 0 0 60px;
}

#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover {
color: #E4DCB8;
}

ul {
list-style: square;
}

/* some style stuff */

#text h1 {
font: 600 50px helvetica, verdana, arial, sans-serif;
margin: 0 0 12px 0;
padding: 0;
color: #405BA7;
height: 50px;
}

#text h2 {
font: 600 20px helvetica, verdana, arial, sans-serif;
margin: 9px 0 4px 0;
padding: 0;
color: #405BA7;
}

#text h3 {
font: 600 16px helvetica, verdana, arial, sans-serif;
margin: 9px 0 3px 0;
padding: 0;
color: #405BA7;
}

.fl {
float: left;
margin: 0 8px 5px 0;
display: inline;
}

.fr {
float: right;
margin: 0 0 5px 8px;
display: inline;
}

.bb {
border: 2px solid #2D408F;
background: #EAE1C0;
padding: 3px;
}

.tlink {
display: block;
width: 140px;
height: 139px;
position: absolute;
top: 14px;
right: 142px;
background: transparent url(layout/tlink.gif) top left no-repeat;
z-index: 20;
}

#side-star {
display: block;
width: 318px;
height: 584px;
background: transparent url(layout/sidebar-star.jpg) bottom left no-repeat;
}

#altmenu{
border: 2px solid #BCE6FC;
background: #1F4D9A;
padding: 6px;
text-align: center;
}

#altmenu a{
color: #fff;
}


/* n4v!g47!0n */

#nav {
width: 870px;
height: 38px;
position: relative;
background: transparent url(layout/navfill.jpg) top left no-repeat;
z-index: 100;
}

#menu {
list-style: none;
margin: 0;
padding: 0;
position: relative;
float: left;
z-index: 10;
}

#menu li {
position: relative;
float: left;
margin: 0;
padding: 0;
}

#menu li ul {
display: none;
}

#menu li:hover ul {
position: absolute;
display: block;
top: 35px;
left: 0px;
list-style: none;
z-index: 100;
padding: 0;
margin: 0;
font-size: 10px;
width: 740px;
}

#menu li ul li {
text-align: center;
border: solid #33270A;
border-width: 0 1px 1px 1px; 
margin: 0;
padding: 0;
float: left;
background: #ffc436 url(layout/subnavfill.jpg) top left repeat-x;
}

#menu li ul li a {
text-decoration: none;
color: #000;
padding: 2px 6px;
display: block;
}

#menu li ul li a:hover {
color: #fff;
background: #33270A;
}


/* 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;
}





