﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background: black url('../bg/gearsBG.jpg') repeat scroll center top;
}

img {
	border: 0px;
	vertical-align: middle;
}

.imageFloatLeft {
	float: left;
}

.image_align {
	vertical-align: middle;
}

/* Layout */

#bodyBack {
	width: 100%;
	margin: 0;
	background: transparent url('../bg/pagesBack.jpg') no-repeat scroll center top;
	
}

#wrapper {
	width: 1020px;
	margin: 0 auto;
	padding: 0px;
	background-color: transparent;
}


#masthead {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
	height: 103px;
}


#navtop {
	margin: 0 auto;
}

#navbottom  {
	height: 20px;
}

#container {
	width: 1020px;
	padding: 0;
	margin: 0;
}


#left_col {
	width: 200px;
	float: left;
	margin-left: 20px;

}

#right_col {
	width: 210px;
	float: right;
	margin-right: 20px;

}

#page_content {
	margin-left: 250px;
	margin-right: 130px;
	height: 370px;
}

#help {
	width: 1024px;
	height: 50px;
	text-align: center;
	
}

#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;
}


.book {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}


.introText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	line-height: 18pt;
	color: white;
}

.synopsis {
/*	height: 580px;
	overflow: auto;
	overflow-x: hidden; */
	background: transparent url('../images/shadow.png') repeat;
}


.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-weight: bold;
	font-size: 18pt;
}

.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;
	text-decoration: none;
}


.footer a  {
	color: white;
	font-size: 10pt;
	font-weight: bold;
}


a:visited {
	color: #006699;
}

a:active {
	color: #006699;
}
a:hover {
	color: #006699;
	}
	
a.whitelink {
	color: white;
	}

.padParagraph {
	padding-left: 30px;
	padding-right: 30px;
}

.formBorder {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	font-style: italic;
}
