/* CSS Document */
body {
	background-image: url(/resources/shared/background_tile.gif);
	text-align: center;
}
.pageContainer {
	background-image: url(/resources/shared/bg_shadow.gif);
	background-position:center top;
	background-repeat:repeat-y;
	text-align: left;
	width: 1024px;
	margin: auto;
}
.page {
}
.menuContainer {
	width: 960px;
	background-image:url(/resources/main_menu/main_menu_bg.gif);
	margin-left: 32px;
}
.menu {
}
.menu ul {

}
.menu ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.bodyContainer {
	margin-left: 32px;
	margin-right: 32px;
	width: 960px;
}
.bodyContainer h1.headerBar {
	/*height: 95px;*/
	background-image:url(/resources/shared/header_bg.gif);
	font-size: 49px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-weight: normal;
	padding: 15px;
	padding-left: 25px;
}
.body .col1 {
	float: left;
	width: 575px;
}
.body .col1 .content {
	float: left;
	padding: 27px;
}
.body .col2 {
	float: left;
	padding: 27px;
	width: 331px;
}
.promoRegion p {
	color: #FFFFFF;
}
.promoRegion {
	margin-bottom: 40px;
}
.promoRegion a, .promoRegion a:visited {
	color: #FFFFFF;
}

.footerContainer {
	margin-left: 32px;
	margin-right: 32px;
	width: 960px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;	
	background-color: #FFFFFF;
}
.footer {
	padding: 27px;
	padding-bottom: 10px;
	padding-top: 10px;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #82786F;	
}

/* General page*/
h2 {
	color: #82786F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 14px;
	font-weight: normal;
}
table.standardTable {
	margin-bottom: 14px;
}
table.standardTable td, table.standardTable th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
td, th {
	color: #82786F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: left;
}
p, li {
	color: #82786F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 14px;
}
li {
	margin-left: 22px;
	margin-bottom: 14px;		
}
a, a:visited {
	color: #8A0000;
}
a:hover {
	color: #950504;
	text-decoration: none;
}
input, textarea {
	width: 90%;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
input.submitButton {
	width: auto;
	background-image: url(/resources/shared/header_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #990000;
	border: 0;
	color: #FFFFFF;
	font-style: italic;
	font-size: 16px;
	width: 80%;
}
.infoMessageText {
	border: 1px solid #8A0000;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 14px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.infoMessageText li {
	margin-bottom: 0;	
	line-height: normal;
	font-size: 11px;	
	color: #FF0000;	
}

/* Settings */
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
