﻿/* top elements */
* { margin: 0; padding: 0; }
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
	background: url(headerbg-blue.gif) repeat-x;
	color: #666666;	
	text-align: center;		
}

/* links */
a {	background: inherit; color: #3182C0; }
a:hover { background: inherit; color: #72A545; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS' , Tahoma, Sans-serif; color: #555; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em;}

#main h1, #rightbar h1 { padding: 10px 0 5px 5px; margin: 0 0 0 10px; border-bottom: 1px solid #f2f2f2; }

p, h1, h2, h3 { margin: 10px 15px; }
ul, ol { margin: 10px 30px; padding: 0 15px; color: #3182C0; }
ul span, ol span { color: #666666; }

/* images */
img { border: 2px solid #CCC; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left { margin: 5px 15px 5px 0px; }
a img { border: 2px solid #3791D7; }
a:hover img { border: 2px solid #806B4D !important; /* IE fix*/ border: 2px solid #3791D7; }

/*    Layout     */
#wrap { margin: 0 auto; width: 850px; text-align: left; background: #FFF; }
#content-wrap { clear: both; margin: 0 auto; padding: 0; width: 750px; }

/* header */
#header { position: relative; background: url(images/headerbg-blue.gif) repeat-x; height: 84px; }
#header h1#logo { position: absolute; margin: 0; padding: 0; font: bolder 24pt 'Verdana' , Arial, Sans-serif; color: #CCC; top: 0; left: 5px; }

/* main column */
#main { float: left; margin-left: 15px; padding: 0; width: 95%; border-left: 1px solid #f2f2f2; }


/* footer */
#footer { clear: both; background: #FFF url(images/footerbg.gif) repeat-x left top; border-top: 1px solid #F2F2F2; text-align: center; height: 50px; }
#footer a { text-decoration: none; font-weight: bold; }

/* Alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide { display: none; }
.blue { color: #3791D7; }

.blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

a img {  
  border: 2px solid #3791D7;
}

.subsection {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}
