@charset "utf-8";
/* CSS Document */
Body{
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial;
	background-color:#042b48;
}
.box-bg{
	background-image: url(../images/box-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 755px;
}
.pagetopbg{
	background-image: url(../images/pagetopbg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
}
.pagebotbg{
	background-image: url(../images/pagebotbg.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 70px;
}
.pagemidbg{
	background-image: url(../images/pagemidbg.png);
	background-position: left top;
	background-repeat: repeat-y;
	min-height: 614px;
}
a.whiteLink:link{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteLink:hover{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteLink:visited{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.BoxContent {
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.BoxContentBlack {
	font-family: Arial;
	font-size: 16px;
	color: #4f3c19;
	font-weight: bold;
}
.ContentWhite {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.ContentBig {
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
}
.SectionHeader {
	background-image: url(../images/section-bg.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
.innerSectionHeaderBg {
	background-image: url(../images/inner-pageheadingbg.png);
	background-position: right top;
	background-repeat:no-repeat;
	height: 56px;
	font-family:Arial;
	font-size : 25px;
	color:#FFFFFF;
	padding-right:15px;
	text-align:right;
	text-shadow:2px 2px 2px #666666;
	direction:rtl;
}
#section1 {
	background-image: url(../images/section-bg1.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section2 {
	background-image: url(../images/section-bg2.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section3 {
	background-image: url(../images/section-bg3.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section4 {
	background-image: url(../images/section-bg4.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section5 {
	background-image: url(../images/section-bg5.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section6 {
	background-image: url(../images/section-bg6.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section7 {
	background-image: url(../images/section-bg7.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
#section8 {
	background-image: url(../images/section-bg8.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 73px;
}
.mainHeader {
	background-image:url(../images/main-section-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 65px;
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	/*font-weight: bold;*/
}

.mainBg {
	background-image:url(../images/main-content.png);
	background-position: left top;
	background-repeat:no-repeat;
	height: 433px;
	width: 420px;
	font-family: Arial;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 25px;
}
a:link{
color:#012f5a;
text-decoration:none;
}
a:hover{
color:#012f5a;
text-decoration:underline;

}
a:visited{
color:#012f5a;
text-decoration:none;
}
.MsgHeader {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.MsgContent {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.RedContent {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
}