/*Style Sheet for Version 4 Browsers */
body {
	background-color : #666633;
	background-image : url(assets/backg.gif);
	background-repeat : no-repeat;
	background-attachment: fixed
}

/*Styles for the Main Content Layer */
.maindiv {
	color : #FFDFAD;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px
}

.maindiv h1 {
	color : #FFDFAD;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv h2 {
	color : #FFDFAD;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
}

.maindiv a:link { color : #FFDFAD }
.maindiv a:visited { color : #FDEDD1 }
.maindiv a:hover { color : #FAF0DE }

/* Lists*/
ul {
	color : #FFDFAD;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

ol {
	color : #FFDFAD;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	margin-right : 36px
}

/*Style for The Little Icon Layers */
.icondiv a { color : #FFDFAD }
.icondivL a { color : #FFDFAD }

/*Style Applied to the Sidebar Layer */
.navDiv {
	color : #FFDFA5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px
}

.navDiv h1 {
	color : #FFDFA5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px
}

.navDiv h2 {
	color : #FFDFAD;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : strong;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { color : #ff0000; text-decoration : underline }

.navButts a:hover { color : #FBF7F0; text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #666633;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a { color : #666633; text-decoration : none }

.navSubs a:hover { color : #ff0000; text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #FF0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #FFff00; text-decoration : underline }

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color : #FAF0DE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	color : #FAF0DE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-top : 6px
}

/*Turns off Borders around Hyperlinked Images- Apply to a-tags*/
a.nn4imgWhite { color: #FFFFFF}

/*Styles Applied to Form Elements*/
form td {
	color : #FFDFAD;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px
}

/*Styles Applied to Float Images left or right */
.imgfloatright { float : right }

.imgfloatleft { float : left }
