@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background: #100067;
	background-image: url(../images/mainBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
}

a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

.leftSideBar {
	width: 20px;
	background-image: url(../images/sideBarLeft_shadow.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.headerContent {
	width: 800px;
	padding: 0px;
	margin: 0px;
	height: 200px;
	background: #FFFFFF;
}

.rightSideBar {
	width: 20px;
	background-image: url(../images/sideBarRight_shadow.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.menuContent {
	width: 800px;
	background-image: url(../images/menuBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	height: 30px;
}

.menuContentText {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.menuContentText a {
	color: #FFFFFF;
	text-decoration: none;
}

.menuContentText a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.menuContentText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menuContentText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.menuContentText a:hover {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #333333;
	background-color: #D52027;
}

.centerContent {
	width: 800px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 400px;
	background: #F2F2F2;
}

.centerContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.centerContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.centerContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

.sideBarText {
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #666666;
}

.sideBarText h1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #333333;
}

.sideBarText a {
	color: #100067;
	text-decoration: underline;
}

.sideBarText a:link {
	color: #100067;
	text-decoration: underline;
}

.sideBarText a:visited {
	color: #100067;
	text-decoration: underline;
}

.sideBarText a:active {
	color: #100067;
	text-decoration: underline;
}

.sideBarText a:hover {
	color: #100067;
	text-decoration: none;
}

.footerContent {
	width: 800px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/footerBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

.footerContent p {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
}

.footerContent a {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerContent a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerContent a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.footerContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.vertical1px {
	width: 1px;
	padding: 0px;
	margin: 0px;
	background: #100067;
}

.horizontal1px {
	height: 1px;
	padding: 0px;
	margin: 0px;
	background: #100067;
}

.spacerWide10px {
	width: 10px;
	padding: 0px;
	margin: 0px;
}

.spacerWide20px {
	width: 20px;
	padding: 0px;
	margin: 0px;
}

.spacerWide30px {
	width: 30px;
	padding: 0px;
	margin: 0px;
}

.spacerHeight10px {
	height: 10px;
}

.spacerHeight20px {
	height: 20px;
}

.reallyshortfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	width: 50px;
	padding: 2px;
}
.shortfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	width: 150px;
	padding: 2px;
}
.mediumfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	width: 250px;
	padding: 2px;
}
.longfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	width: 350px;
	padding: 2px;
}
.multipleshortfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	height: 50px;
	width: 350px;
	padding: 3px;
}
.multiplemediumfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	height: 100px;
	width: 350px;
	padding: 3px;
}
.multiplelongfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px groove #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	height: 400px;
	width: 420px;
	padding: 3px;
	vertical-align: top;
}
.dropdownmenu {
	font-weight: normal;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}
.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	background-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	padding: 2px;
	border: 1px groove #333333;
	text-align: center;
	vertical-align: middle;
}