body {
	margin: 0px;
	padding: 0px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #333366;
	color: #333333;
}
#wrapper {
	font-size: 1.3em;
	width: 745px;
	margin: 0px auto;
}
#toolbar {
	text-align: right;
	font-size: 10px;
	padding: 8px;
	color: #FFFFFF;
	speak: none;
}
#toolbar a {
	color: #FFFFFF;
}
#text_small {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#text_big {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#header {
	background: #FFFFFF url('../elements/header.jpg') no-repeat bottom;
	margin: 0px;
	padding: 0px;
}
#header img {
	margin: 16px 0px 100px 8px;
}

/*** Nav bar styles ***/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li { /* all list items */
	float: left;
	position: relative;
	width: 120px;
}
#nav li a {
	text-transform:lowercase;
	text-align:center;
	display:block;
	background: #D2D98B;
	color: #000066;
	margin: 0px 5px 0px 0px;
	padding: .2em .5em;
	text-decoration: none;
}
#nav ul { /* second-level lists */
	display: none;
	position: absolute;
	float: left;
	top: 1.5em;
	left: 0px;
	clear:both;
}
#nav li li a {/* second-level links */
	text-align:left;
	border-bottom: solid 1px #666666;
	background: #E0E5AD;
	font-weight: normal; 
	width: 9.2em;
}
#nav li li a:hover {background: #D2D98B;}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/*** End Nav bar ***/


#main {
	clear: both;
	background-color: #ffffff;
	margin-top: 5px;
	padding-bottom: 20px;
}
#left {
	width: 174px;
	float: left;
	padding: 60px 8px 8px 8px;
	font-size: 1.1em;
	color: #72674C;
	text-align: right;
}
#right {
	float: right;
	width: 538px;
	padding: 30px 8px 8px 8px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 8px;
	text-align: center;
	font-size: .9em;
}
#footer a {
	color: #D2D98B;
	text-decoration: underline;
	font-weight: normal;
}
a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333366;
}
h1 {
	font-size: 1.8em;
	color: #988965;
	border-bottom: 1px solid #988965;
}
h2 {
	color: #02053C;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
