/*Style Sheet for Version 5 Browsers */
/*The Body Background */
body {
	background-color : White;
	background-image: url(../images/embossedbg.jpg);
	background-repeat: no-repeat;
	color:#FFF8DC;
	margin-top: 0px;
}

div#LayerMain {
	position: absolute;
	left: 153px;
	top: 82px;
	height: 827px;
	width: 782px;
	/* border-left: 1px solid #999999; */
	/* border-right: 1px solid #999999; */
}


/*Styles for the Main Content Layer */
.maindiv {
	/* border-left : 1px dotted #CCCCCC; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 20px;
	padding-right : 60px;
	color: Gray;
}

.formdiv {
	/* border-left : 1px dotted #CCCCCC; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 10px;
	padding-right : 10px;
}


.maindivlogo {
	border-left : 1px dotted #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	padding-left : 48px;
	padding-right : 36px;
	background-image: url(assets/logo3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.maindiv p { 
	line-height : 180%;
	margin-top : 6px;
}

.maindiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 10px;
	margin-top : 0px;
	background-color: Silver;
	color: Gray;
}

.maindiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 12px;
	margin-top : 30px
}

.maindiv a:link { color :Blue;
	text-decoration: overline; }

.maindiv a:visited { color : Maroon;
	text-decoration: overline; }

.maindiv a:hover { color : Red; }

/* Lists*/
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
	margin-bottom : 12px;
	margin-right : 48px;
	margin-top : 12px
}

ol { color : #99CC66 }

ul { color : #9999CC }

/*Style for The Little Icon Layers */
.icondiv {
	border-bottom : 1px solid #CCCCCC;
	border-left : 0px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

.icondivL {
	border-bottom : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 0px solid #CCCCCC;
	border-top : 1px solid #CCCCCC
}

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

.navDiv p { margin-bottom : 12px; margin-top : 6px }

.navDiv h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-left : 0px;
	margin-top : 0px
}

.navDiv h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-top : 24px
}

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

.navButts a {
	background-color : transparent;
	border : 1px solid #88E600;
	color : Olive;
	display : block;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

.navButts a:hover {
	background-color : #D1EED6;
	border : 1px solid #999999;
	color : #FFFFFF;
	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 : 11px;
	margin-bottom : 2px;
	margin-left : 0px;
	margin-top : 0px
}

.navSubs a {
	background-color : #FFFFFF;
	color : #333333;
	display : block;
	padding-left : 14px;
	text-decoration : none;
	width : 100%
}

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

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

.navViz a {
	background-color : #CCCCCC;
	border : 1px solid #999999;
	color : #FFFFFF;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

/*Style Applied to the Paragraphs for Copyright-Small-Text */
p.copyrights {
	color :#FFF8DC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	line-height : normal;
	margin-left: 20px;
	margin-bottom : 3px;
	margin-top : 10px 
}

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

/*Turns off Borders around Hyperlinked Images*/
img { border : 0px; display : block }
.inlinimg { display : inline }

/*Styles Applied to Form Elements */
form {
	/* border : 1px dotted #CCCCCC; */
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 36px;
	margin-top : 0px;
	padding : 12px
}

input { background-color : #CDC9D8; border : 1px solid #999999 }

input:focus { background : #FFFFFF }

textarea { 
	background-color : #FAE4A5;
	border : 1px solid #999999; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px 
}

.checks { background-color : #FFFFFF; border : 1px none }

.formBut { background-color : #CCCCCC }

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

.imgfloatleft { float : left;  margin-right: 10px;  }

.tstrap {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15;
	font-weight: normal;
	background-color: #D1EED6;
	letter-spacing: 6px;
	color: Silver;
	margin-left: 11px;
	text-align: left;
	text-indent: 10px;
	font-variant: small-caps;
	}

	.langstrap {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7;
	color: White;
	margin-left: 4px;
	text-align: left;
	text-indent: 3px;
	}
	
.maindivtable float: right;{

	border-left : 1px dotted #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding-left : 48px;
	padding-right : 36px;
}

.textred {
	color: #DC143C;
	
}

div#LayerSideBarRight {
	float: right;
	margin-top: 35px;
	position: fixed;
	left: 670px;
	width: 92px;
	height: 220px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #999999;
}

div#LayerDrive {
	position:fixed;
	float: right; 
	padding-top: 0px;
	top: 0px;
	margin-top: 0px; 
	height:61px;	
}

div#LayerSideBarLeft {
	padding-right:10px; 
	border-right:1px dotted #999999; 
	position:absolute; 
	width:130px; 
	left: 10px; 
	top: 80px; 
}

