body {
	text-align: center;
	margin: 0;
	padding: 0;
	background:#163D4C url(../sharedimages/style_img/bg.jpg) no-repeat fixed;
}
a:link {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #006666;
	text-decoration:underline;
}
a:active {
	color: #000066;
	text-decoration:underline;
}

a:visited {
	color: #003366;
}

#container {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	width: 900px;
	border: 3px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background:#FFF url(../sharedimages/style_img/containerbg.jpg) no-repeat;
}

#feature {
	width: 760px;
	margin-left: 70px;
	margin-bottom: 0px;
	background:#FFF url(../sharedimages/style_img/topboxbg.jpg) no-repeat;
}

#featurecontent {
	line-height: 18px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
}

#homecontent {
	margin-right: 90px;
	margin-left: 110px;
	line-height: 18px;
}

#maincontent {
	margin-top: 60px;
	margin-right: 70px;
	margin-left: 70px;
	line-height: 18px;
}

#continuedcontent {
	margin-top: 0px;
	margin-right: 70px;
	margin-left: 70px;
	line-height: 18px;
}


h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 30px;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
}

h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
}


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}
#footer {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
	font-size: 9px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	height: 45px;
}

.rounded760 {
	width: 760px;
	line-height: 18px;
	background:#FFF url(../sharedimages/style_img/760-mid.gif) repeat-y;
	margin-left:70px;
	margin-bottom:15px;
}

#left {
	width: 350px;
	display:inline;
	line-height: 18px;
	background:#FFF url(../sharedimages/style_img/350-mid.gif) repeat-y;
	float: left;
	margin-left:80px;
}

#right {
	width: 350px;
	display:inline;
	line-height: 18px;
	background:#FFF url(../sharedimages/style_img/350-mid.gif) repeat-y;
	float: right;
	margin-right:80px;
}

.roundtop {
	height: 20px;
	background:#FFF url(../sharedimages/style_img/top-rounded.gif) no-repeat;
}

.roundbottom {
	height: 20px;
	background:#FFF url(../sharedimages/style_img/bottom-rounded.gif) no-repeat;
}

.roundedboxcontent {
	margin-top: -20px;
	margin-left: 20px;
	margin-right: 20px;
}

.boldblue {
font-weight: bold;
color: #003366;
}

.notbold {
font-weight:normal;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.postersmall {
	float: right;
	margin-top:15px;
	margin-right:10px;
	margin-left:25px;
	}
	
.posterlarge {
	float: right;
	margin-top:0px;
	margin-right:10px;
	margin-left:25px;
	margin-bottom:15px;
	}

.date {
font-size:11px;
color:#666666;
font-weight:bold;
margin-top:-12px;
}

.email {
font-size:11px;
color:#666666;
font-weight:bold;
margin-top:-12px;
}

.moredetails {
text-align:right;
margin-top:-6px;
}

/***** NAVIGATION *****/
#mainNavMenu {	
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
font-size: 13px;
text-align:center;
font-weight:bold;
padding-left:80px;
margin-bottom:40px;
}

	#navTable 						{margin:0px;padding:0px;}
	#navTable li					{list-style: none; float:left; margin:0px;padding:0px;}
	#navTable a.navLink 			{color:#FFF;line-height: 13px;margin:0px; padding:1px 15px; float:left; text-decoration: none;}
	#navTable a.navLink:hover		{color:#FFFF99; text-decoration: underline;}
/* flyouts */

.navlinkcss {
text-align:left;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial;
font-size: 13px;
background-color:#17403D;
background-image:url(../sharedimages/style_img/subnavbg.jpg);
width:180px; 
position:absolute;
visibility:hidden;
z-index:500000;
padding:5px 10px 10px 10px;
border:none;
}
.navlinkcss a, .navlinkcss a:visited {
padding-top:4px;
color:#FFF;
display:block;
text-indent:3px;
white-space:nowrap;
text-decoration:none;
}
.navlinkcss a:hover {
color:#FFFF99;
text-decoration:underline;
}


#RightMenu {
/* found at http://www.bluerobot.com/web/layouts/layout2.html */
/*	float:right; */
/* float right gets covered if you narrow the window */
	position:absolute;
	top:170px;
	right:20px;
	width:122px;
	padding:10px;
	background-color:#d4e0d0;
	border:1px dashed #999;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:80px;
	}
/* Again, "be nice to Opera 5". */
body>#RightMenu {width:80px;}






