@charset "utf-8";
/* CSS Document */

a:hover {
	background-color: #F0EED5;
	color: #804000;
}
html {
	scrollbar-face-color: #966;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #c96;
	scrollbar-3dlight-color: #c96;
	scrollbar-shadow-color: #c96;
	scrollbar-darkshadow-color: #c96;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #F0EED5 url(ASSETS/images/global/layout/background_brick.jpg) repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC9966;
}
h3 {
	font-size: 18px;
	color: #CC9966;
}
h4 {
	font-size: 16px;
	color: #CC9966;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #CC9966;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
}
th {
	color: #fff;
	background: #036;
	text-align: center;
}
#content {
	margin: 0 0 0 120px;
	padding: 10px;
}
/*#bodyContent{
	padding:10px
}*/
#bodyContent ul{
	margin:20px
}
#container {
	/*height:100%;
	min-height:100%;*/
	width: 660px;
	background-color: #fff;
	background-image: url(ASSETS/images/global/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	margin: 0 auto 0 auto;
}
#footer {
	width: 660px;
	background-color: #fff;
	padding: 0;
	text-align: center;
}
#header {
	margin: 0;
	padding: 0;
}
#header a{
	background-color: #fff;
}
#left {
    width: 120px;
    float: left;
    margin: 0;
	padding: 0;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.formButton {
	color: #003366;
	background-color: #FFFFFF;
}
.formRequiredField {
	color: #FF0000;
}
.imgLeft {
	float: left;
	border: 2px solid #C0C0C0;
	margin: 2px 4px 2px 2px;
}
.imgRight {
	float: right;
	border: 2px solid #C0C0C0;
	margin: 4px;
}
.navButton {
	text-decoration: none;
	color: #804000;
	width: 80px;
	text-align: center;
	border-width: 0 2px 0 2px;
	border-color: #7E515A;
	border-style: solid;
	padding: 5px;
	background: #dec0a8 url(ASSETS/images/global/menu/menuBttnBgrknd.gif);
}
.tableDivider, .tableFooter {
	background-color: #F0EED5;
	font-weight: bold;
	color: #003366;
	text-align: center;
}
.tableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
}
.tableLayout {
	background-image: url(ASSETS/images/global/layout/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
}
.tablePadded {
	padding: 4px;
}
.textEmailConfirm {
	color: #003366;
}
.textPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.textSectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}
.textSlogan {
	font-size: 18px;
	color: #784953;
	text-align: center;
}
