/* CSS Document */

		* { margin: 0; padding: 0; }

		html { height:100%; }

		body {
		text-align: left; 
		width: 100%;
		height: 100%;
		font-size: 62.5%; 
		font-family: Helvetica, arial, sans-serif;
		color: #000;
		background: #fff;
		margin: 0;
		border: 0;
		padding: 0; }

		a { color:#007ca5; text-decoration:none; outline: none; }
		a:visited { color:#666; } 
		a:active { color:#999; } 
		
		.right_col a { color:#fff; text-decoration: none; outline: none; }
		.right_col a:hover { color:#fff; text-decoration: underline; outline: none; }
		.right_col a:visited { color:#fff; } 
		.right_col a:active { color:#fff; }
    
		img, a img { border-style: none; }
	
		h1, .h1 { font-size: 2.4em; }
		h2, .h2 { font-size: 2em; } /* 20pt */
		h3, .h3 { font-size: 1.8em; } /* 18pt */
		h4, .h4 { font-size: 1.6em; } /* 16pt */
		h5, .h5 { font-size: 1.4em; } /* 14pt */
		h6, .h6 { font-size: 1.1em; } /* 11pt */
		h6g, .h6g {
	font-size: 1.1em;
	color: #CDCDCD;
} /* 11pt */
		h6pw, .h6pw {
	font-size: 1.1em;
	color: #FFEFD5;
} /* 11pt */

 
		h6b, .h6b {
	font-size: 1.1em;
	color: #99FFFF;
} /* 11pt */
		h6r, .h6r {
	font-size: 1.1em;
	color: #FF0000;
} /* 11pt */
		h6lb, .h6bl {
	font-size: 1.1em;
	color: #FFFF80
} /* 11pt */

		.small { font-size: .9em; }

		.clearer { clear:both; }

		.header {
			text-align: left;
			background: #4f0f00;
			color: #fff;
			width: 980px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.main_col {
			text-align: left;
			float: left;
			background: #fff;
			color: #000;
			width: 497px; /* 660px */
			height: 600px;
			margin: 0 20px 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.right_col {
			text-align: left;
			float: right;
			background: #007ca5;
			color: #fff;
			width: 180px; /* 280px */
			height: 600px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.footer {
			text-align: left;
			background: #eceae1;
			color: #000;
			width: 980px;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}
			
		.wrapper {
			text-align: center;
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			}


.left_col {
	text-align: left;
	float: left;
	color: #fff;
	width: 180px;
	height: 600px;
	margin: 0 0 0 0;
	border: 0;
	padding: 10px;
	overflow: hidden;
	background-color: #007ca5;
			}

		.left_col a { color:#fff; text-decoration: none; outline: none; }
		.left_col a:hover { color:#fff; text-decoration: underline; outline: none; }
		.left_col a:visited { color:#fff; } 
		.left_col a:active { color:#fff; }
    
		
		.header a { color:#fff; text-decoration: none; outline: none; }
		.header a:hover { color:#FF0000; text-decoration: underline; outline: none; }
		.header a:visited { color:#fff; } 
		.header a:active { color:#fff; }
    
		.header_small {
	text-align: left;
	font-size: 0.5em;
	background: #4f0f00;
	color: #99FFFF;
	width: 980px;
	margin: 0 0 0 0;
	border: 0;
	padding: 10px;
	overflow: hidden;
	font-variant: small-caps;
			}

.bulletList {
	font-size: 1.46em;
	padding-right: 3em;
	padding-left: 4em;
	list-style-image: url(../preview/images/bullet_checkers.gif);
	list-style-position: outside;
}

.bulletColorDkOrange {
	font-weight: bolder;
	color: #FF9900;
}
ul {
	font-size: 1.4em;
	padding-right: 4em;
	padding-left: 4em;
	list-style-image: url(../preview/images/bullet_checkers_sm.gif);
	list-style-position: outside;
}
.mainBodyMenu {
	text-align: center;
	font-size: 1.6em;
}

.imgLeft {
	padding-right: 13px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.imgRight {
	padding-right: 5px;
	padding-left: 13px;
	padding-bottom: 5px;
}

.regionHeadTitle {
	font-size: 2em;
}

.regionHeadSubTitle {
	font-size: 1.6em;
	color: #007CA5;
}

.mainBodyTextIndent {
	padding-left: 3em;
	font-size: 1.46em;
	padding-right: 3em;
}
.sectionHeading {
	font-size: 1.56em;
	color: #CC9900;
}
.sectionItems {
	padding-left: 3em;
	font-size: 1.46em;
	margin-bottom: .7em;

}

.important_message {
	font-weight: bold;
	color: #FF0000;
}
