/* Body styles */
body
{
	font-family: Verdana, Serif;
	color: black;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/* Top Navigation and Content inclusive */
#whole
{
	margin-top: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
}

/* Dragon corner */
#dragonimg
{
	position: absolute;
	width: 129px;
	top: 0px;
	left: 0px;
	text-align: left;
}

#dragontext
{
	position: absolute;
	width: 110px;
	top: 0px;
	left: 75px;
	font-family: Arial, Serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;	
}
#dragontext a:link
{
	color: #000000;
	background-color: transparent;
}
#dragontext a:visited
{
	color: #000080;
	background-color: transparent;
}
#dragontext a:hover
{
	color: #ffc;
	background-color: transparent;
}

/* Header */
#header
{
	position: relative;
	width: 686px;
	left: 240px;
	text-align: left;
}

/* Right faculty navigation */
#leftnav
{
	position: absolute;
	z-index: 10;
	width: 210px;
	height: 165px;
	left: 0px;
	top: 95px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: transparent;
	border-style: solid;
	border-color: black;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	float: right;
}
#leftnav a
{
	color: white;
	background-color: transparent;
	white-space: nowrap;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
}
#leftnav a:link
{
	color: #006;
	background-color: transparent;
}
#leftnav a:active
{
	color: #006;
	background-color: transparent;
}
#leftnav a:visited
{
	color: #006;
	background-color: transparent;
}
#leftnav a:hover
{
	color: #FFC;
	background-color: transparent;
}

/* Title and content */
#main
{
	position: absolute;
	top: 95px;
	left: 240px;
	width: 685px;
	text-align: left;
	/*padding-left: 4px;
	padding-right: 4px;*/
	background-color: #FFC;
	border: 0px;
	color: black;
}

/* Title */
#title
{
	position: relative;
	z-index: 1;
	left: 0px;
	text-align: left;
	font-family: Tahoma, Arial, Serif;
	font-size: 20px;
	color: #69C;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	background-color: transparent;
	margin-bottom: 15px;
}

/* Content */
#content
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: justify;
	padding-left: 8px;
	padding-right: 10px;
}

#content li
{
	text-align: left;
}

#content .imgRight
{
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content .imgLeft
{
	margin-right: 10px;
	margin-left: 0px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}

#content .researchDesc
{
	padding-left: 20px;
}

#content .researchLabel
{
	text-indent: -20px;
	padding-left: 20px;
	font-weight: bold;
}

/* Validated */
div#validated
{
	float: left;
	padding-left: 8px;
	clear: both;
	padding-top: 15px;
}

/* Last Modified */
div#lastmod
{
	font-size: 9px;
	float: right;
	padding-right: 5px;
	clear: right;
	padding-top: 25px;
}
/* Footer */
div#footer
{
	/*height: 67px;*/
	clear: both;
	position: relative;
	/*padding-top: 15px;*/
	margin-right: 0;
	padding-right: 0;
	display: block;
	background-image: url('/RET/images/footer/margin.jpg');
	background-repeat: repeat;
	border-right: 0px none;
	padding-bottom: 0;
	margin-bottom: 0
}

/* All */
a			{ text-decoration: none; }
a:link
{
	color: #000000;
	background-color: transparent
}
a:active
{
	color: #0000FF;
	background-color: transparent
}
a:visited
{
	color: #000080;
	background-color: transparent
}
a:hover
{
	color: #800000;
	background-color: transparent; text-decoration:underline
}


.notice
{
	color: red;
	background-color: transparent;
}
.doctype
{
	font-size: 8pt;
	font-variant: small-caps;
}

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
