﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background: black url('../bg/gearsBG.jpg') repeat scroll left top;
}

img {
	border: 0px;
	vertical-align: middle;
}

.imageFloatLeft {
	float: left;
}

.image_align {
	vertical-align: middle;
}

/* Layout */

#bodyDiv{
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('../bg/background2.jpg') no-repeat scroll left top;
}

#backDiv{

	/* flexible - remove background: transparent url('../bg/background2.jpg') no-repeat scroll left top; */
}

#page_Wrap {
	margin: 0 auto;
	padding: 0px;
	background-color: transparent;
}


#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	background-color: transparent;
}


#masthead {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
}


#navtop {
	width: 1024px;
	margin: 0 auto;
}

#navbottom  {
	height: 20px;
}

#container {
	width: 100%;
	padding: 0;
}

#content {
	padding: 10px;
	margin: 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 18pt;
	color: white;
}

}

#footer {
	clear: both;
	width: 1020px;
	margin: 0 auto;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
	color: white;
	text-align: center;
}

/* text formatting */


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
	color: white;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
	color: black;
}

.centeredText  {
	text-align: center;
}

.leftText  {
	text-align: left;
}

.rightText {
	text-align: right;
}

.italText  {
	font-style:  italic;
}

.smallText {
	font-size: 10pt;
	line-height: 14pt;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22pt;
	font-style: italic;
	color: white;
}


.bigText {
	font-weight: bold;
	font-size: 18pt;
}


.mainmenu {
	font-weight: bold;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: white;
	text-align: right;
	margin-left: 20px;
}


.boldText {
	font-weight: bold;
}

.copyright {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

/* Link formatting */


a {
	color: white;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-weight: bold;
	font-size:  11pt;
}

a:visited {
	color: white;
}

a:active {
	color: white;
}
a:hover {
	color: #E3A665;
	}
	

.padParagraph {
	padding-left: 30px;
	padding-right: 30px;
}

.pointer {
	cursor: pointer;
}

