﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #000066;

}

img {
	border: 0px;
	text-align: center;
}

.imageFloatLeft {
	float: left;
}

.image_align {
	vertical-align: middle;
}

/* Layout */

#wrapper {
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	padding: 0px;
	background-color: white;
	overflow: hidden;
}


#masthead {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}

#navbar  {
	width: 1024px;
	height: 70px;
	
}


#container {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	
}

#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;
	background-image: url(../images/pageBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 1024px;
	height: 500px;
}

#search  {
	
}


#I1 {
	border: 0px;
	width: 900px;
	height: 180px;
	background-color: transparent;
	
}

/* text formatting */

.paratext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 14pt;
}

.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: #006699;
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-weight: bold;
	font-size:  11pt;
}

a.whitelink  {
	color: white;
}

a:visited.whitelink {
	color: #FFFFFF;
}

a:active.whitelink {
	color: #FFFFFF;
}


a.footerlink  {
	color: #006699;
	font-size: 10pt;
	font-weight: bold;
}


a:visited {
	color: #006699;
}

a:active {
	color: #006699;
}
a:hover {
	color: orange;
	}
	
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: 14pt;
	font-weight: bold;
	font-style: normal;
}