/*Style Sheet for Version 4 Browsers */
#wrapper {
    margin-left:auto;
	margin-right:auto;
    width: 700px;
}
#content {
    width: 100%;
}

/* The Main Content Layer */
.maintext { 
	color : #333333;
	font : 14px "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	text-align : justify;
	
	
}
.maintext a:link { color : #000000; text-decoration : underline }
.maintext a:visited { color : #999999; text-decoration : underline }
.maintext a:hover { color : #ECBC91; text-decoration : underline }
.maintext h1 {
	color : #D4D0C8;
	font : bold 16px Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color : #333333;
	background-image : url(assets/titlebackground1.gif);
	background-repeat : repeat-x
}

/*Styles for the Main Content Layer colour was dcdcdc*/
.maindiv {
	color : #FF3333;
	font-family : "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px;
	position:relative;
	top:40px;
	left:165px;
	width:800px
}

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

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

.maindiv a:link { color : #BCC3CD }
.maindiv a:visited { color : #9CA6B6 }
.maindiv a:hover { color : #D9D9EC }

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

ol {
	color : #CCCCCC;
	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 : #666666 }
.icondivL a { color : #666666 }

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

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

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

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

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

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

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

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

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

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

.navsubSubs a { color : #f5e5e5; text-decoration : none }

.navsubSubs a:hover { color : #999999; text-decoration : none }

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

.navsubViz a { color : #ff2c2b; text-decoration : underline }



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

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

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

p.footer {
	color : #999999;
	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 : #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px
}

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

.imgfloatleft { float : left }

