/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	min-width: 900px;
	background-color: #18150b;
	font-family: "Trebuchet MS", "Myriad Pro", Verdana, sans-serif;
	font-size: 12px;
	color: #fdfbeb;
	line-height: 20px;
	}
	
p {
	font-family: "Trebuchet MS", "Myriad Pro", Verdana, sans-serif;
	font-size: 12px;
	color: #fdfbeb;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	}
	
h1 {
	font-size: 15px;
	color: #f2511f;
	font-weight: bold;
	padding-bottom: 7px;
	}
	
h2 {
	font-size: 13px;
	color: #6e9792;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
h3 {
	font-size: 13px;
	color: #cccc69;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: #302a16 1px solid;
	}
	
ul {
	font-family: "Trebuchet MS", "Myriad Pro", Verdana, sans-serif;
	font-size: 12px;
	color: #fdfbeb;
	line-height: 20px;
	margin: 20px;
	padding: 20px;
	list-style: none;
	border: 1px dotted #423616;
	}
	
li {
	padding-bottom: 7px;
	font-size: 11px;
	}
	
a:link, a:visited, a:active {
		color: #95cdc6;
		text-decoration: underline;
		}
	
a:hover {
		color: #95cdc6;
		text-decoration: none;
		}
		
dd {
	padding-bottom: 8px;
	}
	
/* LAYOUT */

#wrap {
    margin: 0px auto;
    width: 900px;
	background-color: #18150b;
    }
	
#header {
	width: 900px;
	text-align: center;
	}
	
#logo {
	float: left;
	width: 300px;
	}
	
#navcontainer {
	background-color: #18150b;
	width: 900px;
	}
	
#flashcontent {
	background-color: #665f56;
	width: 800px;
	height: auto;
	}
	
#search {
	float: right;
	width: 440px;
	height: 30px;
	padding: 30px 40px 20px 20px;
	text-align: right;
	}
	
	#search form {
		display: inline;
		}
		
#fullpage {
	width: 840px;
	padding: 0px 30px 20px 30px;
	}
	
#imagelinkcontainer {
	width: 790;
	padding: 0px 0px 20px 0px;
	}

#main {
    float: left;
    width: 450px;
    }

#sidebar {
    float: right;
    width: 450px;
	height: auto;
    }
	
#sidebarleft {
	width: 215px;
	float: left;
	padding: 0px 10px 0px 0px;
	}
	
#sidebarright {
	width: 215px;
	float: right;
	padding: 0px 0px 0px 10px;
	}
	
#mainleft {
	float: left;
	width: 210px;
	padding: 20px;
	}
	
#mainright {
	float: right;
	width: 209px;
	padding: 20px;
	border-left: #CCCCCC solid 1px;
	}
	
#fullleft {
	width: 410px;
	padding: 0px 20px 20px 20px;
	}
	
#rightcolumn {
    width: 225px;
	padding: 20px;
    }
	
#footer {
	clear: both;
	height: auto;
	border-top: #302a16 1px solid;
    }
	
	#footer a:link, #footer a:visited, #footer a:active {
		color: #fdfbeb;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #fdfbeb;
		text-decoration: none;
		}
	
#footerleft {
	float: left;
	width: 620px;
	padding: 20px;
	}
	
#footerright {
	float: right;
	width: 190px;
	padding: 20px;
	text-align: right;
	}
	
.floatitright {
	float: right;
	padding: 10px;
	}
	
.floatitleft {
	float: left;
	padding: 10px;
	}
	
/* SUB PAGES STYLES */

#subnavcontainer {
	background-color: #18150b;
	width: 640px;
	}
	
#subleft {
	width: 900px;
	height: 141px;
	background-color: #18150b;
	float: left;
	}
	
#subfullleft {
	width: 600px;
	padding: 20px;
	}
	
#subsidebar {
    float: right;
    width: 260px;
	height: auto;
    }
	
#subsidebarleft {
	width: 220px;
	padding: 20px;
	}
	
#subsidebarright {
	width: 220px;
	padding: 0px 20px;
	}
	
#submain {
    float: left;
    width: 640px;
    }
	
/* TYPOGRAPHY */

div#fullleft h1 {
	font-size: 16px;
	color: #f2511f;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 30px;
	display: inline;
	}
	
div#subfullleft h1, div#subsidebarleft h1 {
	font-size: 16px;
	color: #f2511f;
	font-weight: bold;
	padding-right: 10px;
	margin-bottom: 30px;
	display: inline;
	}
	
div#fullleft p {
	background-image: url(images/h1_bottomline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
div#fullleft p.date {
	background-image: none;
	background-color: none;
	}

.subtitle {
	font-color: #cccc69;
	}

.date {
	font-size: 10px;
	color: #d7e8d7;
	font-weight: normal;
	display: inline;
	font-style: normal;
	}
	
div#sidebarleft p.date {
	font-size: 10px;
	color: #fdfbeb;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 3px;
	border-bottom: #302a16 1px solid;
	}
	
.numbercorrect {
	color: #00CCFF;
	font-size: 14px;
	}
	
#sidebarleft p, #sidebarright p, #subsidebarleft p {
	padding-top: 3px;
	font-size: 11px;
	}

#sidebarright h2 {
	color: #cccc69;
	}
	
#footerleft p {
	color: #cccc69;
	}

.red {
	color: #CC0033;
	}
	
ul.downloadlist {
	width: 170px;
	font-family: "Trebuchet MS", "Myriad Pro", Verdana, sans-serif;
	font-size: 12px;
	color: #fdfbeb;
	line-height: 20px;
	margin: 10px;
	padding: 10px 10px 0px 10px;
	list-style: none;
	border: 1px dotted #423616;
	}
	
li.powerpoint {
	margin: 0;
	padding-left: 22px;
	padding-bottom: 7px;
	font-size: 11px;
	background-image: url(images/icons/page_white_powerpoint.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
	}
	
li.acrobat {
	margin: 0;
	padding-left: 22px;
	padding-bottom: 7px;
	font-size: 11px;
	background-image: url(images/icons/page_white_acrobat.gif);
	background-repeat: no-repeat;
	background-position: 0% 5%;
	}
