*{
	margin: 0px;
	padding: 0px;
}
.clearFloat{
	clear: both;
}
/* ---------------------- body box start --------------------- */
html,
body{
	width: 100%;
	min-width: 1024px;
	height: 100%;
	margin-bottom: 1px;
	text-align: center;
	background-image: url("./../img/bodyBackground.jpg");
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
}
#bodyOuterBox{
	width: 100%;
	height: 100%;
	background-image: url("./../img/redBackground.gif");
	background-position: 0px 160px;
	background-repeat: repeat-x;
}
#bodyInnerBox{
	position:relative !important;
	margin: 0px auto;
	width: 752px;  
	height: 630px;
	text-align: left; 
}
/* ---------------------- header box start ------------------- */
#headerBox{
	position: absolute;
	top: 55px;
    height: 127px;
    width: 752px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 #000000;
       -moz-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0px 3px 6px 0px #000000;
}
#headerBox a{
	position: relative;
	left: 50px;
	top: 24px;
	float: left
}
#headerBox h1{
	position: relative;
	float: right;
	top: 20px;
	right: 35px;
	color: #9d0d15;
	text-align: right;
	font-size: 31px;
	font-weight: normal;
	line-height: 46px;
}
/* ---------------------- header box end --------------------- */
/* ---------------------- content box start ------------------ */
#contentOuterBox{
	position: relative;
	top: 218px;
    width: 752px;
    padding: 20px 0px 20px 0px;
    min-height: 360px;
    background-color: #ffffff;
    height: 100px auto;
    -webkit-box-shadow: 0 0 6px 0 #000000;
       -moz-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0px 3px 6px 0px #000000;
}
#menuBox{
	position: absolute;
	width: 237px;
	border-right: 1px solid #9e2a3d;
}
#menuBox ul{
	position: relative;
	top: 19px;
	left: 50px;
	list-style: none;
}
#menuBox li{
	height: 22px;
	margin-bottom: 35px;
}
#menuBox a{
	margin: 0px;
	padding: 0px;
	color: #9d0d15;
	text-decoration: none;
	font-size: 11pt;
    line-height: 15px;
    font-weight: normal;
}
#menuBox li.active a,
#menuBox a:hover{
	text-decoration: underline;
}
#contentBox{
	position: relative;
	left: 237px;
    width: 514px;
    border-left: 1px solid #9e2a3d;
}
#contentInnerBox{
	padding: 20px 35px;
}
#contentInnerBox h1{
	color: #9d0d15;
	margin-bottom: 19px;
	text-decoration: none;
	font-size: 13pt;
    line-height: 20px;
    font-weight: bold;
}
#contentInnerBox h2{
	color: #9d0d15;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 11pt;
    line-height: 20px;
    font-weight: bold;
}
#contentInnerBox p{
	color: #000000;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 11pt;
    line-height: 20px;
}
#contentInnerBox ul{
	margin-bottom: 15px;
}
#contentInnerBox li{
	color: #000000;
	text-decoration: none;
	margin-left: 15px;
	font-size: 11pt;
    line-height: 20px;
}
#contentInnerBox a{
	color: #9d0d15;
	margin-bottom: 15px;
	text-decoration: none;
	font-size: 11pt;
    line-height: 20px;
    font-weight: normal;
}
/* ---------------------- content box end -------------------- */