/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0;
	background-color: #FFFFFF;
	background-image: url(images/tile.gif);
	background-repeat: repeat;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#000066;
	font-weight: bold;
}
a:visited{
	 color:#000066;
	font-weight: bold;
}
a:active {
	color:#000066;
	font-weight: bold;
}
a:hover {
	color:#990000;
	text-decoration:none;
	font-weight: bold;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #EBEBEB;
	border: 1px solid  #990000;
}
#masthead{
	height: 120px;
	background: url(images/masthead.jpg);
	border-bottom: solid 1px #CCC;
}
#leftcolumn{
	float:left; 
	width: 150px;
	padding-left: 5px;
}
#rightcontent {
	float:right;
	width: 700px;
	color: #333;
	padding-right: 30px;
	text-align: justify;
}
#rightcontent p {
	margin: 20px 0;
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #CCC;
	background-color: #E1E1E1;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#333;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #FFF;
	line-height: 1.2em;
}
h1 {
	color: #990000;
	font-weight: bold;
	font-size: 14px; 
}
h2 {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
hr {
	color: #990000;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #CCC;
}
img {
border: none;
}
/* Menu */
#menu  {
	color: #000066;
	font-size: 100%;
	margin-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
#menu a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#menu a:active {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/bullet1.gif) no-repeat 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #666;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
