/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #E8E8E8;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: center;
	height: 100%;
}

#wrapper{
	width: 791px;
	background-repeat: repeat-y;
	margin: 0 auto;
	position: relative;
}
#innerwrapper{
	width: 781px;
	margin: 0 5px 0 5px;
        border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
}

#header{
	width: 782px;
	background-color:#03529D;
	height: 85px;
	text-align: left;
}


/* left bar */

#leftbar{
	background-color:#E6DACF;
	font-size: 13px;
	width:215px;
	float: left;
	padding-bottom:5px;
	margin-top: 5px;
	margin-left: 5px;
}

.leftsub{
	background-color: #ffffff;
	width: 201px;
	margin:6px 6px 0px 6px;
	border: 1px solid #CCCCCC;
}

.leftsubhead {
	text-align: center;
	color: #ffffff;
	background-color: #FA891E;
	width: 193px;
	margin: 3px 3px 0px 3px;
	height: 19px;
	border-left: 1px solid #FA891E;
	border-right: 1px solid #FA891E;
}

.leftsubbody{
	text-align: left;
	background-color: #ffffff;
	width: 193px;
	margin: 0px 3px 2px 3px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC; 
}


/* left bar end */

#content{
	background-color:#FFFFFF;
        float: right;
	width: 543px; 
	border: 1px solid #CCCCCC;
	margin: 5px 5px 0 0;
	padding: 3px 1px 3px 3px;
        text-align: left;
	font-size: 13px;
}