body, h1, h2, h3, h4, p, ul, li, div
{
    margin: 0;
    padding: 0;
}

body
{
	background: #dbd9de url(media/bkgrnd_page.gif) repeat;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}

a:link, a:visited
{
	color: #624d8c;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #553299;
	font-weight: bold;
	text-decoration: underline;
}



/* MAIN SECTIONS ---------------------------------------------------- */

#wrapper, #header, #nav, #content, #footer
{
	width: 780px;
	text-align: left;
}

#wrapper
{
	background: #827899 url(media/bkgrnd_wrapper.gif) repeat-y;
	padding: 30px 0 20px 0;
}

#header
{
	background: url(media/bkgrnd_header.jpg) no-repeat;
	height: 164px;
}

#nav
{
	background: url(media/bkgrnd_nav.gif) no-repeat;
	padding: 0 0 0 80px;
	width: 700px;
	height: 54px;
}

#content
{
	background: url(media/bkgrnd_content.gif) repeat-y;
	padding: 30px 50px 0 60px;
	width: 670px;
}

#footer
{
	background: url(media/bkgrnd_footer.gif) no-repeat;
	padding: 60px 0 0 0;
	height: 55px;
	text-align: center;
	font-size: 10px;
}


/* NAVIGATION ------------------------------------------------------- */

ul#navlist
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 30px;
}

ul#navlist li
{
	display: inline;
}

ul#navlist a
{
	padding: 30px 20px 0 4px;
	border-left: 1px solid #fff;
	text-decoration: none;
}

ul#navlist a:link
{
	color: #FFF;
}

ul#navlist a:visited
{
	color: #FFF;
}

ul#navlist a:hover
{
	background-color: #927899;
}

ul#navlist a:active
{
	background-color: #927899;
	color: #553299;
}


/* CONTENT ---------------------------------------------------------- */

#left {
	width: 405px;
	padding: 0 30px 0 0;
}

#left ul li
{
	background: url("media/bullet_elevated_globe.gif") no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	list-style-type: none;
	font-size: 22px;
	font-weight: bold;
	color:#624d8c;
}

#right
{
	width: 220px;
	padding: 0 0 0 15px;
	border-left: 1px dashed #999;
}

#right p
{
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#right h4
{
	font-size: 12px;
	font-weight: normal;
	color:#553299;
	margin: 18px 0 4px 0;
}

.module
{
	padding: 10px 0 0 0;
	border-top: 1px dashed #999;
}

.term
{
	font-size: 11px;
	color: #ff9a0d;
	border-bottom: 1px dotted #999;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #999;
	font-size: 11px;
	font-style: italic;
	padding: 5px;
	background-color: #f5f5c0;
	visibility: hidden;
	z-index: 100;
}
