/*text*/
#headertable {
	background:url(../images/header%20background.jpg);
	background-repeat:no-repeat;
}
.icons {
	display:inline;
	width:150px;
	float:none;


}
.plaque_back {
	background-repeat:repeat;
	background-image: url(../images/plaque_bck.png);
}
#plaque {
	background-repeat:no-repeat;
	background-image: url(../images/plaque.png);
	background-position: center center;
	width:25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	word-spacing: normal;
	margin:0px;
	text-align:center;
	
}
	

.header {
	width:1050px;
	margin:auto;
	text-align:center;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../images/header.png);
	height:163px;
	padding-left:1px;
	z-index:1;
}

.menubar {
	width:1000px;
	margin:auto;
	text-align:center;
	height:28px;
	padding-left:7px;
	z-index:1;
}
	
.backgound {
	width:1050px;
	margin:auto;
	z-index:1;
	background-repeat: repeat-y;
	background-position: center center;
	background-image: url(../images/back.png);
}

.back_top {
	width:1050px;
	height:7px;
	margin:auto;
	background-position: center bottom;
	background-image: url(../images/back_top.png);
	background-repeat:no-repeat;
}

.back_btm {
	width:1050px;
	height:20px;
	margin:auto;
	background-position: center top;
	background-image: url(../images/back_btm.png);
	background-repeat:no-repeat;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: normal;
}

.no_margin_ariel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	word-spacing: normal;
	margin:0px;
}
.smallheader {
	color:#6C140B;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	font-weight: normal;
	margin-top:10px;
}
.bigheader {
	color: #6C140B;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top:15px;
}
/*tables*/
.whitebgtable {
	background-color: #FFFFFF;
	padding:15px;
	width: 860px;
	overflow:scroll;
}
/*images*/
.floatleft {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px
}
.floatright {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px
}

#redborder {
	border:thin solid #6C140B;
}
	
/*divs*/
.white_bg {
	background:#FFFFFF;
	margin:0px;
	padding:15px;
	height:auto;
}

.containerdiv {
	width:900px;
	top: 15px;
	margin:auto;
}
	
.header1div {
	width:900px;
	margin:auto;
	background-image:url(../images/header%20background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.header2div {
	width:900px;
	margin:auto;
}

.middlediv {
	width:900px;
	margin:auto;
	background-color:#FFFFFF;
	z-index:-1;
}

.bottomdiv {
	width:900px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position:center;
}
.insidebottomdiv {
	width:300px;
	height:30px;
	margin:0px;
	text-align:center;
	display:inline;
	float:left;
	background-color: #FFFFFF;
	padding-bottom:10px;
}
.searchdiv {
	width:900px;
	margin:auto;
	text-align:right;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;

}
.footerdiv2{
	margin:auto;
	width: 992px;
	text-align:center;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-color: #0033FF;
	border-top-style: solid;
	display:compact;
}


body {
	background-attachment:scroll;
	background-position:center top;
	background-repeat: repeat;
	background-color: #506481;
	background-image: url(../images/background_new.gif);
	margin-bottom:0px;
	margin-top:0px;
}

.redborder {
	border: 1px solid #6C140B;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}