

body {
	margin:0;
    padding:0;
	height:100%;
	text-align:center;
	font-family:Tahoma, sans-serif;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	}

a {
	color:#18486B;
	text-decoration:underline;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color:#616161;
	text-decoration:none;
	font-size: 12px;
}


hr {
	margin-bottom:20px;
	border:none;
	width:99%;
	background-color:#eeeeee;
	height:1px;
	clear:both;
}

h1 {
	font-size: 14px;
	width: 500px;
	text-decoration: underline;
	}

/* PREHEADER
   -------------------------------------------------------------------------- */

#postHeader {
	margin-top: -83px;
	padding-right: 100px;
	width:760px;
	font-size:.7em;
	text-align: right;
	}
	
#postHeader a {
	font-size: 12px;
	}

#logo {
	text-align:left;
	padding-left: 130px;
	}



/* COLUMNS
   -------------------------------------------------------------------------- */
   
#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width:720px;
	text-align:left;
	vertical-align: middle;	
	}

#centerColumn h2 {
	margin:0 0 -.5em 0;
	padding:.75em 0 0 0;
	font-size:1.1em;
	}

#centerColumn h3 {
	margin:0 0 -.5em 0;
	padding:.75em 0 0 0;
	font-size:.8em;
	font-weight:lighter;
	}

/* NAVBAR
   -------------------------------------------------------------------------- */

#navbar {
	margin:0; /* Mozzila attributes */
	padding:1em 0 1em 0 !important; /* IE specific attributes */
	padding:1em 0 0 0;
	float:right;
	}

#header {
	margin:0 -1em 0 -1em;
	padding:0 0 0 0;
	height:143px;
}

#header h1 {
	margin:0 0 -14px 10px;
	padding:10px 0 0 .9em;
	font-size:1.7em;
	font-weight:lighter;
	letter-spacing:.15em;
	color:#000000;
}

#header h2 {
	margin:0 0 0 0;
	padding:1em 0 0 30px;
	font-size:.9em;
	font-weight:300;
	letter-spacing:.1em;
	color:#000000;
}

/* MIDDLE CELLS
   -------------------------------------------------------------------------- */


#cell_1 {
	padding:2px;
	float:left;
	width:292px;
}

#cell_2 {
	padding:2px;
	float:left;
	width:200px;

}

#cell_3 {
	padding:3px;
	margin-top: -149px;
	float:left;
	width:214px;
	background-image:url(../images/side_bg.gif);
	background-repeat: no-repeat;
}

#cell_1 p {
	font-size: 12px;
	color:#000000;
	line-height:20px;
}

#cell_2 p {
	font-size: 12px;
	color:#000000;
}

#cell_3 p {
	font-size:12px;
	color:#000000;
	padding-left: 12px;
	padding-right: 12px;
}

#cell_1 h2 {
	margin:0 0 -4px 0 !important;
	margin:0 0 -20px 0;
	padding:4px 0 10px 0;
	color:#000000;
	font-weight:bold;
}

#cell_2 h2 {
	padding-left:18px;
	padding-top:15px;
	font-size:12px;
	height:95px;
	background-image: url(../images/box3.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 15px;
	}

#cell_2 h3 {
	padding-left:18px;
	padding-top:15px;
	font-size:11px;
	height:42px;
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	}

#cell_3 h2 {
	margin:0 0 -4px 0 !important;
	margin:0 0 -20px 0;
	padding:0 0 0 10px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size: 14px;
	}

#cell_3 p {
	font-size: 12px;
	line-height: 18px;
	}


.barepic {
	border:none;
}

.right {
	float:right;
	margin:5px;
	padding:2px;
}

.left {
	float:left;
	margin:5px;
	padding:2px;
}

.center {
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.news em {
	font-size:.8em;
	color:#000000;
}

#cell_1 ul.news, #cell_2 ul.news, #cell_3 ul.news {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	list-style:none;
}

#cell_1 li.news, #cell_2 li.news, #cell_3 li.news {
	margin:0 0 .3em 0;
	padding:5px 0 6px 10px;
	font-size:.75em;
}

#cell_1 ul, #cell_2 ul, #cell_3 ul {
	margin:0 0 0 5px;
	padding:0 0 0 0;
	list-style:none;
}

#cell_1 li, #cell_2 li, #cell_3 li {
	margin:0 0 .3em 0;
	padding:5px 0 6px 5px;
	font-size:.75em;
}



/* LEFTHAND LINKS
   -------------------------------------------------------------------------- */

#links ul {
        list-style-type: none;
        width: 400px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 400px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

/* FOOTER
   -------------------------------------------------------------------------- */

#footerWrapper-container {
	color: #fff;
	padding-top: 15px;
	background-color: #005884;
	text-align: left;
	
	}
		
#footer-container {
	margin-left: auto;
	margin-right: auto;
	width: 834px;
	min-height: 240px;
	}
	
#footer-container {
	height: 240px;
	}

			
#footer-container a {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	}
			
#footer-container a:hover
	{
	color: #9ED3E5;
	text-decoration: none;
	border-bottom: 1px dotted #A8CAF0;
	}


#contact-container {
	float: left;
	margin-right: 24px;
	margin-left: 45px;
	width: 100px;
	}

#contact-container ul {
	margin: 0;
	padding-left: 1.5em;
	}

#contact-container ul li {
	list-style-image:url(../images/arrow.gif);
	}

#nav2 {
	float: left;
	margin-right: 24px;
	width: 280px;
	padding-top: 0;
	}

#nav2 ul li {
	margin: 0;
	padding: 0;
	list-style-image:url(../images/arrow.gif);
	}

#nav2 p {
	font-size: 11px;
	line-height: 17px;

}
			
#contactus {
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 19px;
	}
	
#contactus a {
	font-weight: bold;
	font-size: 12px;
	}
	
.contact_bold {
	font-weight: bold;
	}
				
#contactus ul {
	margin-left: 0;
	list-style-type: none;
	}