* {
	margin:0;
	padding:0;
}
html {
	background: url(images/bg2.jpg) #ddddae center;
}
body {
	margin:0px;
	padding:0px;
	font: 1em verdana, arial, sans-serif;
	text-align:center;
	background: url(images/bg1.jpg) repeat-x center top;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 1.2em;
	padding-left: 10px;
	color: #1a3636;
	padding-top: 0px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
	padding-left: 20px;
	color: #1a3636;
	letter-spacing: 0.1em;
	padding-top: 1em;
	padding-bottom: 0.1em;
}
div#mainwrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
div#header {
	width:900px;
	text-align:left;
	background: #1a3636 url(images/header.jpg);
	height: 130px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #000000;
	border-left: 1px solid #000000;
}
div#column2 p {
	margin:1em 15px 1em 20px;
	color: #000000;
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
div#contentarea {
	width:900px;
	background: url(images/wrapper-bg.gif) repeat-y;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#column1 {width:200px; float:left;
}
div#column2 {width:500px; background-color:#FFFFFF; float:left;
}
div#column3 {
	width:200px;
	float:left;
	position: relative;
}
div#footer {
	width:899px;
	height: 100px;
	background: #1a3636;
	float: left;
	border: 1px solid #000000;
}
.footer_p {
	color: #FFFFFF;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding-top: 5px;
}
div#ref_container {
	background: #1a3636 url(images/ref_bg.jpg);
	margin-top: 80px;
	margin-right: 7px;
	margin-left: 7px;
	height: 240px;
	border: 1px solid #000000;
}
.border img {
	position: relative;
	top: 3px;
	margin-left: 5px;
	margin-top: 5px;
	border: 3px solid #000000;
}
.border:hover img {
	border: 3px solid #CC0000;
}


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {
	display: inline-block;
}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* NavMenu Begins */
html>body #navcontainer li a {
	width: auto;
}

#navcontainer li a:hover {
	border-left: 10px solid #938356;
	border-right: 10px solid #938356;
	background-color: #c1ad79;
	color: #1a3636;
}

#navcontainer {
	width: 198px;
	border-right: 1px solid #000;
	padding: 0;
	background-color: #000000;
	color: #666666;
	font: 0.8em Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
#navcontainer ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	border: none;
}
#navcontainer li {
	border-bottom: 1px solid #c1ad79;
	margin: 0;
}
#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 10px solid #1a3636;
	border-right: 10px solid #ffb66e;
	background-color: #938356;
	color: #1a3636;
	text-decoration: none;
	width: 100%;
}
#navcontainer li li a:hover {
	border-left: 25px solid #938356;
	border-right: 10px solid #938356;
	color: #ffb66e;
	background: #1A3636;
}
#navcontainer a.current, #navcontainer a:hover.current {
	border-left: 10px solid #ffb66e;
	border-right: 10px solid #ffb66e;
	font-weight: bold;
	background-color: #1a3636;
	color: #ffb66e;
}
#navcontainer a.subcurrent, #navcontainer a:hover.subcurrent {
	border-left: 25px solid #938356;
	border-right: 10px solid #938356;
	font-weight: bold;
	background-color: #1a3636;
	color: #ffb66e;
}
#navcontainer li li {
	border-top: 1px solid #c1ad79;
	border-bottom: 0;
	margin: 0;
}
#navcontainer li li a {
	display: block;
	padding: 5px;
	border-left: 25px solid #1a3636;
	border-right: 10px solid #ffb66e;
	background-color: #938356;
	color: #1a3636;
	text-decoration: none;
	width: 100%;
	font-weight: normal;
	font-size: 0.8em;
}
#navcontainer li ul li ul a:hover /* hover */ {
	display: block;
	border-left: 25px solid #1A3636;
	border-right: 10px solid #FFB66E;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	background: #660000;
}
#navcontainer li ul li a.menuItem_1 /* active */ {
	display: block;
	border-left: 25px solid #1a3636;
	border-right: 10px solid #660000;
	color: #660000;
	background-color: #938356;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#navcontainer li ul li a.menuItem_0 /* inactive */ {
	display: block;
	border-left: 25px solid #1a3636;
	border-right: 10px solid #ffb66e;
	color: #660000;
	background-color: #938356;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0.2em;
}
.no_menu_item {
	display: block;
	padding: 5px;
	border-left: 10px solid #1a3636;
	border-right: 10px solid #ffb66e;
	background-color: #938356;
	color: #1a3636;
	text-decoration: none;
}

/* HOTBOX */
div#hotbox {
	width: 187px;
	border: 2px solid #1a3636;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-left: 5px;
	background: #999966;
}
.hotbox_h3 {
	color: #FFFFFF;
	border-bottom: 5px solid #1a3636;
	padding: 3px 0px 3px 5px;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0em;
	background: #1a3636;
	letter-spacing: 0.1em;
}
.hotbox_p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0em 2px 0px 5px;
	padding: 0px;
	color: #264646;
}
.hotbox_title {
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 6px 7px 5px;
	letter-spacing: 0.1em;
	color: #264646;
}
.hotbox_sub-title {
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px 6px 7px 5px;
	color: #264646;
}

/* HOTBOX END */

/* CALENDAR */
div#calendar {
	margin-top: 25px;
	margin-left: 8px;
	margin-bottom: 10px;
}
/* CALENDAR END */

/* Lists styles */

#column2 ol li {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	list-style: decimal;
	background: url(none);
	margin-left: 60px;
	padding-left: 0px;
}
.column2-link ul {
	list-style: url(none) none inside;
}
.column2-link li {
	padding-left: 60px;
	background: url(images/bullet_green.png) no-repeat 35px 0.4em;
	font: 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: none;
}
.column2-link li a {
	text-decoration: none;
	font: 0.8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	list-style: none;
}
.column2-text ul {
	list-style: url(none) none inside;
}
.column2-text li {
	padding-left: 60px;
	background: url(images/bullet_green.png) no-repeat 35px 0.1em;
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	list-style: none;
}
.column2-text li a {
	text-decoration: none;
	font: 0.8em/1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	list-style: none;
	}

/* end Lists styles */

.email {
	background: url(images/email.png) no-repeat left top;
	padding-left: 25px;
	text-decoration: none;
	color: #990000;
}

/*
a[href$=".pdf"] {
background:url(images/pdf.png) no-repeat right top;
padding-right: 25px;
}

a[href$=".doc"] {
background:url(images/word.gif) no-repeat right top;
padding-right: 17px;
}

a[href$=".ppt"] {
background:url(images/powerpoint.gif) no-repeat right top;
padding-right: 17px;
}

a[href$=".xls"] {
background:url(images/excel.gif) no-repeat right top;
padding-right: 17px;
}*/

.ext_link {
	background: url(images/ext_link.gif) no-repeat right top;
	padding-right: 15px;
}
.bold_text {
	font-weight: bold;
}
.caption {
	font-size: .9em;
	line-height: 1.5em;
}
div#column2 .objective_list {
	margin-left: 40px;
}
.heading_link {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #264646;
}
