/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#C6DAD9;
}
.Color3 {
	background-color:#296465;
}
.Color4 {
	background-color:#00483A;
}
.Color5 {
	background-color:#F79519;
}
.MenuSpecer {
	background-image:url(/images/menu_specer.gif);
	background-repeat:repeat-x;
	height:26px;
}
.Strip {
	background-image:url(/images/strip_specer.gif);
	background-repeat:repeat-x;
	height:5px;
}
.Header {
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	height:188px;
}
.InnerHeader {
	background-image:url(/images/header_inner.jpg);
	background-repeat:no-repeat;
	height:130px;
}
.WaterMark {
	background-image:url(/images/water_mark.jpg);
	background-color:#C6DAD9;
	background-repeat:no-repeat;
	background-position:center top;
	height:420px;
}
.VerSeperator {
	background-image:url(/images/ver_seperator.gif);
	background-repeat:repeat-y;
	width:5px;
}
.Border {
	border:1px solid #00483A;
}
