body
{
	background-color:white;
	margin:2%;
	padding:0px;
	font-family:Verdana;
}

img 
{
    border-style:none;
}

a
{
	text-decoration:none;
	color:#4040AF;
}

a:hover
{
	color:Gray;
}

.rightalign
{
    text-align:right;
}

.centeralign
{
    text-align:center;
}

.leftfloat
{
    float:left;
    clear:none;
    padding:0 10px 0px 0;
}

div#container
{
    width: 765px;
    height:auto;
	font-family:Verdana;
	font-size:11px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    background-color:White;
    
}

div#maincontent
{
	position:relative;
	padding:10px;
	margin:0px 0px 0px 0px;
	float:left;
	width:743px;
	text-align:left;
	vertical-align:top;
	z-index:0;
    border-left-style:inset;
	border-left-width:1px;
	border-left-color:Blue;
	border-right-style:outset;
	border-right-width:1px;
	border-right-color:blue;
}

div#header
{
    background-image: url(/images/header.jpg);
    background-color:#000030;
	width:100%;
	height:94px;
}

div#headercontent
{
    position:relative;
    float:left;
    top:27px;
    width:440px;
    height:67px;
    left:0px;
}

div#pagetitle
{
    width:440px;
    position:relative;
    height:21px;
    font-family: Trebuchet MS;
    font-style:italic;
    font-weight:bold;
    font-size:24px;
    color:white;
    text-align:left;
    vertical-align:middle;
    top:35px;
}

div#pageicon
{
    width:48px;
    height:20px;
    float:left;
}


div#topnav
{
    float:left;
    top:0px;
    left:204px;
    width:160px;
    height:40px;
    position:relative;
}

.login_elem
{
    margin-left:4px;
    background-repeat: no-repeat;
    width:21px;
    height:23px;
    float:left;
}

.login_elem a
{
    background-repeat: no-repeat;
    width:21px;
    height:23px;
    display:block;
    float:left;
}

.login_elem a:hover
{
    background-position: -21px 0;
}

div#login
{
    background-image:url(/images/topnav/login.jpg);
}

div#login:hover
{
    background-position: -21px 0;
}

div#login_section input.image
{
    float:left;
    width:21px;
    height:23px;
    border-style:none;
}

div#reg a
{
    background-image:url(/images/topnav/register.jpg);
}


.nav_elem a
{
    margin-right:6px;
    background-repeat: no-repeat;
    width:42px;
    height:43px;
    display:block;
    float:left;
}

.nav_elem a:hover
{
    background-position: 0 -44px;
}

div#home a
{
    background-image:url(/images/topnav/home.jpg);
}

div#contact a
{
    background-image:url(/images/topnav/contact.jpg);
}

div#help a
{
    background-image:url(/images/topnav/help.jpg);
}


div#menu
{
	background-color:#e6e8ea;
	height:17px;
	width:763px;
	border:solid 1px black;
    color:blue;
	padding:0px;
	float:left;
   	border-top-style:groove;
	border-top-color:black;
	border-top-width:2px;
}

div#menu ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: left;
	width:120px;
	font-family:Verdana;
    text-align:center;
    border-right:solid 1px black;
}

div#menu ul.right
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	float: right;
	width:120px;
	font-family:Verdana;
    text-align:center;
    border-left:solid 1px black;
}

div#menu ul ul
{
    margin: 0px 30px 30px -1px;
}


div#menu ul ul ul
{
	position: absolute;
	top:0px;
	left:100%;
	width:100%;
}

div#menu li
{
	position: relative;
	z-index:500;
}

div#menu a
{
	display: block;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
	color:white;
	background-color:#47474e;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border-style:groove;
	border-width:1px;
	border-color:black;
	border-top-style:none;
}

div#menu a.third
{
	display: block;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
	color:black;
	background-color:#f2f9a4;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border-style:groove;
	border-width:1px;
	border-color:#32349c;
	border-top-style:none;
    border-left-width:5px;
}


div#menu a.initial
{
    height:11px;
	display: block;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
	color:black;
	background-color:transparent;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	border:none;
}


div#menu ul ul
{
	left:0px;
	position: absolute;

}

div#menu a:hover
{
	background-color:#dde0fc;
	color:#000030;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
div#menu ul.nsci li:hover ul,
div#menu ul.nsci ul li:hover ul,
div#menu ul.nsci ul ul li:hover ul
{
	display: block;
}

div#footer
{
	position:relative;
	clear:left;
	background-color:#2d1748;
	color:White;
	text-align:center;
	height:15px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	font-size:10px;
	border-top-style:none;

}

div#footer a:link, div#footer a:visited, div#footer a:active
{
	color:gray;
	text-decoration:none;
}

div#footer a:hover
{
	color:#9090FF;
	text-decoration:none;
}

div#text_wrap
{
    width:515px;
}