body
{
	background:#DCDCDC;
	margin:0;
}

#page
{
	width:890px;
	background:#DCDCDC;
	margin:0 auto;
	padding:0px;
    	border-radius:0.5em;
}

#logo
{
	width:890px;
	height:85px;
	background:#fff;
	text-align:left;
	margin:0 auto;
	padding:0px 0px 0px 0px;
    	border-radius:0.5em;
}

#logoleft
{
	float:left;
	width:320px;
	margin:0px 0px 0px 10px;
	display:inline;
}

#logoright
{
	float:right;
	width:180px;
	display:inline;
	position:relative;
	top:65px;
	right:5px;
	font-family:Times New Roman;
	font-size:13px;
}

h2
{
	font-size:16px; font-weight:bold; font-family:Times New Roman; margin:5px 0 5px 0; color:#6699FF;
}
h3
{
	font-size:14px; font-weight:bold; font-family:Times New Roman; margin:5px 0 5px 0; color:#000;
}
h4
{
	font-size:14px; font-weight:bold; font-family:Times New Roman; margin:0 0 7px 0; color:#000;
}

#nav
{
	margin:0;
	padding:0px 0px 0px 0px;
	background:#484891 url(images/gradient.png) repeat-x 0 -120px;
	border-radius:0.5em;
}

#nav li
{
	width:202px;
	margin:0px;
	padding:0 10px 0 10px;
	float:left;
	position:relative;
	list-style:none;
	text-align:center;
}

/* main level link */
#nav a
{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:9px 0px 9px 0px;
	margin:0;
	font-family:Times New Roman;
	font-size:16px;

	-webkit-border-radius:1.6em;
	-moz-border-radius:1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

#nav li:hover
{
	background: url(images/gradient.png) repeat-x 0 -100px;
	border-radius: 0.5em;
	padding:0px 10px 0px 10px;
}

#leftside
{
	float:left;
	width:210px;
	margin:0px 0px 10px 0px;
	display:inline;
	padding:0px;
	border-radius:0.5em;
	border:1px solid #DCDCDC;
}

#basicinfo
{
	float:left;
	width:210px;
	margin:5px 0px 5px 0px;
	display:inline;
	padding:10px;
	border:1px solid #DCDCDC;
	background:#fff;
	border-radius:0.5em;
	text-align:left;
}

#contactinfo
{
	float:left;
	width:210px;
	margin:0px 0px 0px 0px;
	display:inline;
	padding:10px;
	border:1px solid #DCDCDC;
	background:#fff;
	border-radius:0.5em;
	text-align:left;
}

p
{
	margin:5px 0px 0px 0px;
	line-height:150%;
	text-align:justify;
	font-size:14px;
	font-family:Times New Roman;
	padding:0px 0px 0px 0px;
}

#rightside
{
	float:right;
	width:630px;
	margin:0px 0px 0px 0px;
	display:inline;
	padding:0px;
	border-radius:0.5em;
	border:1px solid #DCDCDC;
}

#content
{
	float:right;
	width:630px;
	background:#fff;
	padding:10px;
	border:1px solid #DCDCDC;
	border-radius:0.5em;
	margin:5px 0px 5px 0px;
}

#student
{
	font-size:13px;
	font-family:New Times Roman;
	text-align:center;
}

#figurecaption
{
	text-align:center;
	font-size:13px;
	font-family:Times New Roman;
}

#foottext
{
	margin:5px 0px 15px 0px;
	line-height:100%;
	font-size:12px;
	font-family:Times New Roman;
	padding:0px 0px 0px 0px;
	color:#666;
}

a
{
	color:#0078ff;
	text-decoration:underline;
}

a:hover
{
	text-decoration:underline;
}

img
{
	border:0;
	margin-top:0;
}


#nav ul a:hover
{
	background: #0078ff url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

#nav ul li
{
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a
{
	font-weight:normal;
	text-shadow:0 1px 0 #fff;
}

#nav
{
	display:inline-block;
} 
