@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}

body {
	background: url(/images/bg1.gif) repeat-y;
	margin: 0;
	padding: 0;
	position:relative;
	min-height: 100%;
}

h4 {
	padding-top:0.5em;
}

.strikethrough {
	text-decoration:line-through;
}

.alert {
	color:#990000;
}

/* begin styles for RSS Feed */

.blogroll {
float: right;
width: 190px;
margin-left:20px;
}

.rss_box {
	 width: 180px;
	 background-color: #EEE;
	 border: 1px solid #666;
	 float: none;
	
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 8pt;
	background-color: #94A791;
	font-weight: normal;
	text-align: left;
	margin: 0;
}
a.rss_title, .rss_title a {
	color: #C70202;
	font-size:120%;
	font-weight: bold;
	text-transform:uppercase;
}

.rss_item  {
  font-size: 8pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	color: #395197;
	}
	
.rss_item a:visited {
	color: #5D5552;
}

.rss_date {
	font-size: 7pt;
	color: #C70202;
	}

/* Begin styles for top banner */

#banner h1, #banner h2, #banner h3 {
	margin: 0px;
	padding: 0px;
}

#banner {
	/*font-size:x-large;*/
	font-weight:normal;	
  	padding:0px;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #94A791;
	padding: 6px 15px 6px 15px;
	border-top:4px double #666;
	border-bottom:4px double #666;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
	font-family: palatino,  georgia, verdana, arial, sans-serif;
	/*font-size: xx-large;*/
	color: #e1f1e1;
	text-decoration: none;
}
		
#banner h1 {
	display: inline;
}
#banner .description{ 
	margin-left: 1em;
	font-style: italic;
	font-family:palatino,  georgia, times new roman, serif;
	color:#333;
	font-size:small;
	text-transform:none;	
}
#banner h3 {
	display: block;
	height:44px;
	width: 128px;
	float: right;
	margin-left: 10px;
	margin-top: -5px;
	background: url(/images/logo.gif) no-repeat;
}
* html #banner h3 {
	font-size: x-large;
}
#banner h3 a span {
	visibility: hidden;
}

/* begin styles for main page area */

#main {
	margin: 10px 10px 0 210px;
	padding-bottom:2em;
}

dd {
	font-weight:bold;
}

dd ul { 
	font-weight:normal;
}

.notbold {
	font-weight:normal;
}

img{ border:none;}


/* begin styles for navigation bar */

#navigation { 
	background-color: #E5E6F6; 
	font-family: "times new roman", serif;
	border: 0px;
	float: left;
	width: 200px;
	height:100%;
	padding-bottom:2em;
}

* html #navigation .side, * html #navigation .sidetitle {
font-size: 80%;
}

#navigation A 			{ color: #395197; text-decoration: underline; }
#navigation A:link		{ color: #395197; text-decoration: underline; }
#navigation A:visited	{ color: #5D5552; text-decoration: underline; }
#navigation A:active	{ color: #5D5552;  }
#navigation A:hover		{ color: #395197;  }



#navigation .side {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
  	background:#FFF;
  	line-height:140%;
	margin-left: 10px;
  	padding:2px;
	width: 180px;
}	
		
#navigation .sidetitle {
	font-family:palatino, georgia, times new roman, serif;
	color:#C70202;
	font-size:small;
	font-weight:normal;
	margin-left: 10px;
  	padding:2px;
  	margin-top:30px;
	letter-spacing: .3em;
  	background:#FFF;
	text-transform:uppercase;
	width: 180px;		
}

/* Main Content Styles */



/* Footer Styles */

#footer { 
	position: absolute;
	bottom: 0;
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	clear:both;
	padding-bottom:1em;
	margin-bottom:-1em;
}

#footer p {
	padding:0.2em 0 0.1em 0 ;
	text-align:center; 
	background-color: #94A791;
	border-top:4px double #666;
	border-bottom:4px double #666;
	margin: 0;
	font-style: italic;
	font-family:palatino,  georgia, times new roman, serif;
	font-size:small;
}


/* FIX FOR FLOATED ELEMENTS LAYOUT PROBLEM */

body:after {
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden;
}

body {display: inline-block;}



/* Hides from IE-mac \*/
body {display: block;}
/* End hide from IE-mac */