BODY {
	background-color: #000099;
	background-image:url('media/comm_bg.jpg');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;	
	font: normal 13px "Antique Olive Compact",arial,verdana,helvetica,sans-serif;
	margin: 0px 0px 0px 0px;
	width:100%;
	overflow-x:hidden;
	overflow-y:scroll;

}
TD,TR {
	font: normal 12px "Antique Olive Compact",arial,verdana,helvetica,sans-serif;
}
.small {
	font-size: 11px;
	font-weight: bold;
}
.bigger {
	font-size: 14px;
	font-weight: bold;
}

a.menu, a:link.menu, a:visited.menu  {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menu, a:focus.menu, a:active.menu {
	color: #0066ff;
	font-weight: bold;
}

img {
	border: none;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #0066ff;
}

#center {
	position: absolute;
	margin-top:10px;
	margin-bottom:0px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#body {
	position: relative;
	background-image:url('media/comm_bg1.jpg');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: 4px solid #FFFFFF;
	border-top: 3px solid #BBBBBB;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #444444;
	background-color: #DDDDDD;
	width: 90%;
	z-index:1;	
}

#bg {
	position: absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:100%;
}

#menu {
	position: relative;
	top: -2em;
	width: 95%;
	left: 0px;
	background-color: #000099;
	z-index:99;
	text-align: center;
	color: #FFFFFF;
}
.menu {
	text-align: left;
}

#text {
	position: relative;
	text-align: center;
	left: 5px;
	right: 5px;
	top: 25px;
	width:99%;
	text-indent: 10px;
	z-index: 3;
	min-height : 400px;
	/*height: 0px !important height: 420px;*/
	clear: left;
	overflow:visible;
}
#align_text {
	 position: static;
	 text-align: left;
	 overflow:visible;
	 
}

#logo {
	position: relative;
	text-align: center;
	background-color:#000099;
	width: 99%;
	top: 0px;
	left: 0px;	
	z-index:4;
}

#iframe {
	position:relative;
	height: 100%;
	top:-40px;
	left:-6px;
	*left:-15px;
}
.featured_status {
	color: red;
	font-style:italic;
}
#float_pic {
	position: fixed; 
	right: 10px; 
	margin-right: 10%;
	float:right;
}


.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.5em;
	text-align:left;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:10em;
}
.nav ul li, .nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
	padding: .25em,0;
}
.nav a {
	display:block;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0;
	top:1.5em;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:10em;
	top:0px;
}
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}

/*** SKIN ***/

.nav {
	float:left;
	margin-bottom:2em;
	font-weight:bold;
	
}
.nav li {
	background:#000099;
	width:10em;
	
}
.nav a {
	text-decoration:none;
}
.nav li:hover, .nav li.sfHover,.nav a:focus, .nav a:hover, .nav a:active {
	color: #FFFFFF;
	background:#0000DD;
		
}
.nav li li, .nav li li li li {
	background:#000099;	
	border-top:1px solid #DDDDDD;
}
