/* Global CSS */
* { margin: 0; padding: 0; }

body {
	background: url(back_gradiant.jpg) repeat-x;
	color: #28272D;
	font: 12px Verdana, Helvetica, sans-serif;	
	text-align: center;
	
	}

a { color: #ff0000; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: underline; }
img { border: none; }

h1, h2, h3, h4, h5 {
	font: Bold 11px Verdana, Helvetica, sans-serif;
	}
h1 { font-size: 16px; line-height:22px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }


div#whitepage {
	margin: 0 auto;
	background: url(blueWhiteBack.jpg) repeat-y;
	width: 798px;
	}

div#page {
	margin: 0 auto;
	width: 798px;
	}


/* mast head */
div#mast {
	margin: 0 auto;
	}
	
		
/* -- */



/* main content */
div#content {
	text-align: left;
	padding-top: 20px;
	background: url(shadowWhiteBack.jpg) repeat-y;
	}

div.leftcol {
	float: left;
	color: #28272D;
	font:  11px/1.7em Verdana, Helvetica, sans-serif;
	padding-top: 0px;
	width: 193px;
	}
	.leftcol h4 { margin: 10px 0 10px 20px; }
	.leftcol a { 
	color: #28272D;
	padding-left: 10px;
	}
	.leftcol ul {
	margin: 20px 0 20px 20px;
	/*text-transform: uppercase; */
	}
	.leftcol li {
	list-style-type: none;
	line-height: 24px;
	margin: 4px 0;
	background: url(navGradiant.jpg) no-repeat;
	}
	.leftcol p {
	
	line-height: 20px;
	margin: 4px 15px;
	color:#666666;
	}
	
	.leftcol p a{
	padding: 0;
	margin: 0;
	color:#990000;
	}
	
	
/* -- */	

	.maincol {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px 20px;
	width: 540px;
	}
	div>div.maincol { margin-right: 5px; }
	
	.text h2, .text h3, .text h4, 
	.maincol p, .maincol ul, .maincol ol {
	line-height: 16px;
	margin: 1.2em 0;
	}
	.maincol li {
	list-style: disc;
	margin-left: 15px;
	}
	
	img.floatl {
	float: left;
	margin: 0 15px 10px 0;
	}
	img.floatr {
	float: right;
	margin: 0 0 10px 15px ;
	}

div.text {
	margin: 15px 55px;
	}
	.text a {
	text-decoration: underline;
	}
	.text p span {
	text-transform: uppercase;	 
	}
	
	



/* -- */




/* footer */
div#foot {
	
	color: #28272D;
	font: bold 10px Verdana, Helvetica, sans-serif;
	margin-left: 153px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 500px;
	}
	
	#foot address {
	font-size: 9px;
	margin: 20px 0 10px 0;
	text-transform: none;
	}
	#foot em {
	font-style: normal;
	line-height: 1.7em;
	}
	#foot em strong {
	margin: 0 10px;
	}
	#foot ul {
	margin: 15px 0;
	}
	#foot li {
	display: inline;
	border-left: 2px solid #777;
	line-height: 1.5em;
	padding: 0 15px;
	}
	#foot li.first {
	border: none;
	}
/* -- */	

.clear { clear: both; }
a.caption{
	font-size: 10px;
	font-style: italic;
}
