body, html { 
	margin: 0px;
	padding: 0px;
	background:#FFFFFF;
	height:99%;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E2325;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;	
}
	
#container {
	background:url(images/content_bar.gif) left repeat-y;
	position:absolute;
	margin: 0 auto;
	left:113px;
	top:0px;
	width:760px;
	z-index:4;
	height:99%;
	border-bottom: 1px solid;	
}

body {
	background-color:#F7F7EF;
	margin:0px;
	padding:0px;
}

/* End */

#header {
	position:absolute;
	left:5px;
	top:0px;
	width:inherit;
	height:138px;
	z-index: 2;
}
#navLayer {
	position:absolute;
	left:-2px;
	top:138px;
	width:760px;
	height:25px;
	z-index: 5;
}
#leftColumn {
	position:absolute;
	top:165px;
	left:0px;
	width:196px;
	z-index:4;
	padding-left:5px;
	background-color:#ffffff;
}

#leftColumn2 {
	position:absolute;
	left:0px;
	top:225px;
	width:185px;
	z-index:2;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	background-color:#ffffff;
	border-bottom:dashed 1px #6E2325;
    height:90px;
}

#leftColumn3 {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	background-color:#ffffff;
}

#main {
	position:absolute;
	left:198px;
	top:167px;
	width:525px;
	z-index:6;
	padding:20px 15px 5px 15px;
	margin: 0 auto;
	background-color:#F7F7EF;
    height:auto;
}
#footer {
	width:463px;
	height:19px;
	z-index:3;
}
#leftBlue {
	position:absolute;
	left:0px;
	top:0px;
	width:118px;
	/*min-height: 100%;*/
    /*height: auto;*/
	height:99%;
	z-index:5;
	background:url(images/leftBlue.gif) repeat-y;
}
#rightBlue {
	position:absolute;
	left:865px;
	top:0px;
	width:118px;
	/*min-height:100%;*/
    /*height: auto;*/
	height:99%;
	z-index:3;
	background:url(images/rightBlue.gif) repeat-y;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0F3F6E;
}
.leftColumnText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6E2325;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6E2325;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6E2325;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6E2325;
	text-decoration:none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height:99%;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E2325;
	font-weight:bold;
}
.titleBlack {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.titleWhite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
}