body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #C0DFFD;
}
#header{
	background-color:#FFF;
	margin:0 30px;
	/*height: 100px;*/

}
#footer{
	background-color:#C0DFFD;
	margin:10px 30px;
	text-align: center;
}
#footer p{
	color: #999999;
}
#footer a{
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}
#container{
	background-color:#C0DFFD;
	overflow:hidden;
	margin:0 30px;
	padding-left:160px; /* The width of the rail */
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	background-color:#C0DFFD;
	width:100%;
	border-left:160px solid #E6F3FF; /* The width and color of the rail */
	margin-left:-160px; /* Hat tip to Ryan Brill */
	float:right;
	margin-top:30px;
	margin-bottom:30px;


}
#navigation{
	background-color:#E6F3FF;
	width:160px;
	float:left;
	margin-left:-160px;
	display:inline; /* So IE plays nice */
}
#header-top{
	height: 15px;
	background: #333366;
}
#header-middle{
	height: 110px;
	position: relative;
}
#header-bottom{
	height: 18px;
	background: #FF9933;
}

#header h1 {
	font-weight: bold;
	line-height: 115%;
	font-size: 2.0em;
	padding-bottom: 0.25em;
	color: #333366;}

#header h2 {
	font-weight: normal;
	line-height: 115%;
	font-size: 1.5em;
	color: #FF9933;}

#header p {
	font-weight: normal;
	line-height: 100%;
	font-size: 1.0em;
	color: #333366;
	letter-spacing: 0.1em;
	text-indent: 0.5em;}

#header-left {
    float: left;
    width: 20%;
    height: 110px;
}

#header-right {
	float: right;
	width: 121px;
	height: 110px;
}

#header-center {
	text-align: center;
}


/* Stuff for the menu */

#navigation ul {
	position: relative;
	list-style: none;
	width:130px;
 }

#navigation li a {
	position: relative;
	left:-40px;
	border-bottom: 0.10em solid #C0DFFD;
	border-top: 0.10em solid #C0DFFD;
	background:  url(images/arrow.gif) no-repeat 0.5em 1em;
	display: block;
	padding: 0.8em 1em;
	background-color:#E6F3FF;
	text-decoration: none;
	color: #333366;
	text-indent: 0.5em;
	font-weight:normal;
	width: 100%;
	}
#navigation li a:hover {
	background-color:#FFFFFF;
	color: #ff9933; }

#navigation p {
	text-align: center;
}

/* IE 6 fix */

* html #navigation li a{
	height:1%;

	}

* html #navigation {
	display: inline;
	}

* html #navigation ul {
	width: 90px;
	}

/* End of fix */
/* End of menu */


/* Styles for text */
h1 {
	color: #333366;
	line-height:normal;
	letter-spacing:0.1em;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color: #333366;
	line-height:normal;
	letter-spacing:0.1em;
	font-weight: bold;
	font-size: 16px;
		}

p  {
	color:#003366;
	line-height:20px;
	margin-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
#content li  {
	color:#003366;
	line-height:20px;
	margin-top:0px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}

a:hover {
	color: #3366CC;
	}

.thumbnail {
	float: left;
	/*width: 220px;*/
	/*border: 1px solid #999;*/
	margin: 0 15px 15px 0;
	padding: 5px;
	}	
