/* --------------Blanket rules for all elements----------- */

h1 {
	font-size: 105%;
	line-height: 100%;
	font-weight: normal;
	}
	
h2 { 
	font-size: 120%;
	line-height: 90%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing: ;
	color: #004712;
	}
	
h3 {
	font-size: 110%;
	line-height: 100%;
	letter-spacing: 1px;
	color: #004712;
	}
	
h4 {
	font-size: 100%;
	line-hieght: 150%;
	font_style:bold;
	}
	
p {
	font-size: 105%;
	line-hieght: 160%;
	}
	
img {
	border: 1 px solid;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}

div {
	margin: 0;
	padding: 0;
	outline:none;
	}

body {
	text-align:center;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_img3.gif);
	background-repeat: repeat-y, repeat-x;
	}
	
/* --------- Blanket rules: navigation, list styles ---------- */


ul {
	list-style-type:none;
	background-color: ;
	margin:0px;
	padding:0px;
	}
	
li {
	background-color: ;
	margin: 0 0 0 30px;
	padding:0px;
	line-height: 200%;
	}
	
li a:link, li a:visited {
	text-decoration: none;
	color: #fff;
	}

li a:hover {
	text-decoration: underline;
	}
	
h2 a:link { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	text-decoration:underline;
	}
	
h2 a:visited { 
	font-size: 110%;
	line-height: 100%;
	color: #004712;
	text-decoration:underline;
	}
	
h2 a:hover { 
	font-size: 110%;
	line-height: 100%;
	color: #112A91;
	text-decoration:underline;
	}
	
p a:link {
	font-size: 100%;
	line-hieght: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:visited {
	font-size: 100%;
	line-hieght: 150%;
	color:#000;
	font-weight: bold;
	text-decoration: underline;
	}
	
p a:hover {
	font-size: 100%;
	line-hieght: 150%;
	text-decoration: underline;
	color: #112A91;
	}
	
	
/* -------------- Page ID's ----------- */


#wrapper {
	width: 908px;
	margin: auto;
	height: auto;
	background-color: #787183;
	border-color:#666;
	border-style: solid;
	border-width: thin;
	}
	
#container {
	width: 900px;
	margin: auto;
	background: url(images/bg_grad.jpg);
	background-repeat:no-repeat;
	}
	

#container_services {
	width: 900px;
	height: 1400px;
	margin: auto;
	background: url(images/bg_repeat_30.jpg);
	background-repeat:repeat-y;
	}
	
#masthead {
	height:185px;
	background:url(images/masthead.jpg);
	}
	
#content_curve {
	float:right;
	width: 744px;
	background: url(images/mainCol_corner.jpg);
	background: no-repeat;
	height: 16px;
	}
	
#mainCol {
	float:right;
	width: 523px;
	text-align: left;
	height:auto;
	padding: 15px;
	voice-family:"\"}\"";
	voice-family:inherit;
	}

	
#mainCol_events {
	float:right;
	width: 714px;
	background:url(images/gradient.jpg);
	background-repeat: repeat-x;
	text-align: left;
	height: 600px;
	padding: 15px;
	voice-family:"\"}\"";
	voice-family:inherit;
	}
	
#sidebar_a {
	float:left;
	width:156px;
	background:url(images/sidebar.jpg);
	text-align:left;
	height: 350px;
	voice-family:"\"}\"";
	voice-family:inherit;
	}
	
#sidebar_b {
	float:right;
	width:161px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0 px;
	text-align:left;
	voice-family:"\"}\"";
	voice-family:inherit;
	height: auto;
	}
	
#sidebar_b p img{
	border-color: #000;
	border-style: solid;
	border-width: thin;
	}
	
#footer {
	clear: both;
	padding: 5px;
	border: none;
	background-color: #787183;
	}
	
		
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	border: solid 1px;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	border: solid 1px;
	margin:15px 15px 0 0;
	}

.clear {
	clear:right;
	padding-top:20px;
	}
	
.spacer {
	clear:both;
	}
	
	
