<style type="text/css">


/* GENERAL STYLES*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#spacer {
	    padding: 0;
	    margin: 0;
	    height: 1px; /* don't set to 0 or moz and konq have problems */
}

#torch {
	position: relative;
}

/* FIRST CONTAINER */
.oneColElsCtr #container {
	width: 800px;
	background: #2c2c2e; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2c2c2e;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* SECOND CONTAINER*/
.oneColElsCtr #mainContent {
	width: 765px;
	margin:10px;
	padding: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFFFFF;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
}


/* HEADER */
.oneColElsCtr #container #mainContent #header{
	width:765px;
}

.oneColElsCtr #container #mainContent #header .rightBottom {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float:left;
}
.oneColElsCtr #container #mainContent #header .onlyBottom {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float:left;
}



/* LEFT-HAND NAVIGATION */
.oneColElsCtr #container #mainContent #nav {
	width:157px;
	float: left;
}


.oneColElsCtr #container #mainContent #nav .mainNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



/* CENTER COLUMN CONTAINER */
.oneColElsCtr #container #mainContent #centerColumn {
	width: 455px;
	float: left;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.oneColElsCtr #container #mainContent #centerColumn #redBar p {
	color:#9e261b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	padding-left:23px;
	padding-top:5px;
	padding-bottom:0;
	margin:0;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent #title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #9e261b;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e261b;
	margin-bottom:15px;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent #title2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9e261b;
	font-weight: bold;
	margin-bottom:15px;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent p{
	margin:0;
	padding-bottom:15px;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #1A598B;
	text-decoration: none;	
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent .subtitle {
	color: #9e261b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #9e261b;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent .blockHead {
	color: #9e261b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent .subtitle a {
	color: #9e261b;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
}

.oneColElsCtr #container #mainContent #centerColumn #centerContent ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent li {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent #column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	float: left;
	width: 29%;
	margin-right: 15px;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent .borderLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e261b;
	padding:0;
	margin:0;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent .dashList{
	margin-top:0;
	margin-left:20px;
	padding-top:0;
	padding-bottom:20px;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent #column ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-position: inside;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent #column .blueCAPS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2D5574;
}
.oneColElsCtr #container #mainContent #centerColumn #centerContent .blueTxt {
	color: #2D5574;
}





/* RIGHT COLUMN CONTAINER */
.oneColElsCtr #container #mainContent #rightColumn {
	width: 149px;
	float: left;
	background-color: #B5DFE2;
}

.oneColElsCtr #container #mainContent #rightColumn p{
	color: #00466b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin:0;
	padding: 5px 5px 10px 10px;
}

.oneColElsCtr #container #mainContent #rightColumn a{
	color: #00466b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	line-height: 15px;	
	text-decoration:none;
}

.oneColElsCtr #container #mainContent #rightColumn .borderLine{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding:0;
	margin:0;
}
.oneColElsCtr #container #mainContent #rightColumn li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00446A;
	list-style-image: url(../images/sidebar/list_line.gif);
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColElsCtr #container #mainContent #rightColumn ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}




/* COPYRIGHT */
.oneColElsCtr #container #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-left: 10px;
	font-style:normal;
	text-align: center;
}
.oneColElsCtr #container #copyright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style:normal;
	text-decoration:underline;
}


</style>
