html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% "Lucida Sans Unicode", "Lu cida Grande", Corbel, Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

img {
	border:0;
}

#wrapper {
	margin:auto;
	width:1000px;
	text-align:center;
}

#header {
	margin-bottom:40px;
}
#header a {
	outline:none;
}

#container {
	margin:auto;
	width:866px;
	padding-left:10px;
	font-size:.87em;
	background:url(/images/content_bg.jpg) repeat-y center;
	text-align:left;
}

#nav {
	font-size:.95em;
	height:35px;
	width:857px;
}

#nav a, #nav a:visited {
	color:#FFFFFF;
	background:url(/images/nav_bg.jpg) repeat-y #0463a3;
	width:126px;
	height:24px;
	padding:4px 0px 0px 16px;
	float:left;
	text-decoration:none;
	border-bottom:1px solid #011820;
	outline:none;
}

#nav a:hover, #nav .selected {
	background:#00C0F3 !important;
	border-bottom:1px solid #0477A8 !important;	
}

#content {
	clear:both;
	width:800px;
	padding:0 28px 0 28px;
	font-size: 0.93em;
	line-height: 1.6em;;
	color: #333333;	
}

#content h1, .topic {
	font-size: 1.65em;
	color: #38BCF4;
	margin:0 0 1em 0;
}

#content h2 {
	font-size:1em;
	color: #38BCF4;
	margin:0;
}

#content p {
	margin:0 0 1em 0;

}

#left {
	width:240px;
}


#right {
	float:right;
	width:544px;
	color:#434343;
}

#footer {
	color:#0C0C0C;
	font-size:.80em;
	clear:both;
	padding-top:28px;
	padding-bottom:28px;	
	margin:0px 28px 0px 28px;
}

#footer a {
	margin-right:10px;
	color:#000000;
	text-decoration:none;
}

#footer img {
	vertical-align:text-bottom;
}

#footer span {
	margin-left:25px;
	color:#000000;
	font-weight:bold;

}

.shadow {
	margin-top:-1px;
	margin-bottom:56px;
}

.top {
	font-size:.90em;
	margin-bottom:2em;
}

.top a {
	font-size:1em;
	text-decoration:none;
	color:#000000;
}

.top a:hover {
	text-decoration:underline;
}

.refer {
	background:url(/images/refer.jpg) center left no-repeat;
	padding-left:20px;
}

.home {
	background:url(/images/home.jpg) center left no-repeat;
	padding-left:20px;
}

.degree {
	margin:0 !important;
}

h3 {
	font-size:1em;
	margin:0 0 1em 0;
	color:#000000;
}

label,input {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 130px;
	padding-right: 20px;
}

br {
	clear: left;
}
