* {
	margin: 0;
	padding: 0;
}

a {color: #32597a;}

a:hover {color: #96afc3;}

body {
	background-image: url(../img/background2.jpg);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
	text-align:justify;
}

p,ul {
	padding-bottom: 1em;
}

p {text-indent:1.5em;}

ul {margin-left: 1.2em;}

h1 {font-size: 1.2em;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #000;}

/* misc */
.clearer {clear: both;}
.main_right .padded {
	text-align:justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.main .padded {
	padding: 18px 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #b42515;
	border-right-color: #b42515;
	border-bottom-color: #b42515;
	border-left-color: #b42515;
}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: #f3fbfe;
	margin: 0 auto;
	width: 840px;
	background: #D7EEFC;
	border: 2px solid #b42515;
}
.content {
	background: url(../img/header.jpg);
}

/* header */
.header {
	float: left;
	width: 840px;
	background: url(../img/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}

/* header */
.header2008 {
	float: left;
	width: 840px;
	height: 105px;
	background: url(../img/header1.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	text-align: center;	
}


/* structure */
.top {
	background: #f3fbfe;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.subnav2 {
	float: right;
	width: 200px;
}
.main {
  background: transparent url(../img/light_blue.jpg) repeat scroll 0%;
  border-left: 1px solid #CC3300;
  border-right: 1px solid #CC3300;
  float: left;
  width: 478px; /* 480px total: 478 + 2px of borders */
}
.main h2 {
	color:#000066;
	font-family: Verdana, sans-serif;
}
.main_right {
	float: right;
	width: 200px;
	color: #000;
}
.main_right h1 {
	background: #96afc3;
	color: #000;
	line-height: 24px;
	padding-left: 5px;
	font-family: Verdana, sans-serif;
}
.main_right li {
	width: 148px;
	text-align:left;
}
/* sub-navigation */
.subnav h1 {
	background: #d7eefc;
	color: #000000;
	line-height: 24px;
	padding-left: 8px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #32597a;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #96afc3;
	color: #000;
}

/* sub-navigation 2 */
.subnav2 h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav2 ul {margin: 0; padding: 0;}
.subnav2 li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav2 li a {
	color: #32597a;	
}
.subnav2 li a:hover {
	color: #96afc3;
}


/* footer */
.footer {
	width: 840px;
	height:34px;
	background: url(../img/footer1.jpg) no-repeat;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

/* center content */
.center {
	text-align:center
}
/* Text Decoractions */
.bold {
font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.italics {
	font-style: italic;
}


.right2008 a {
	color: #32597a;
	text-decoration:none;

}
.right2008 a:hover {
	color: #96afc3;
	text-decoration:underline	
}
.left {
	text-align:left;
}
