/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	background-color: #FFF;
	background-image: url(images/ihmbackgrd.gif);
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#660066;
}
a:visited{
	 color:#660066;
}
a:active {
	color:#660066;
}
a:hover {
	color:#333;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid  #CCC;
}
#masthead{
	height: 120px;
	background: url(images/masthead.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#leftcolumn{
	float:left; 
	width: 150px;
	padding-left: 0px;
}
#rightcontent {
	float:right;
	width: 600px;
	color: #333333;
	margin-top: 20px;
	padding-right: 30px;
	text-align: justify;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	border-top: 1px solid  #CCC;
	background-color: #E8E8E8;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#660066;
}
p {
	font-size: 11px; 
	color: #333;
}
#leftcolumn p{
	font-size: 11px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 11px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #660066;
	font-size: 12px; 
	border-bottom: 1px solid #666;
}
h2 {
	font-size: 13px;
	color: #660066;
	margin: 5px;
}
hr {
	color: #660066;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #CCC;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 150px;
	padding: 0px;
	border-right: 1px solid #666;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #930093;
}
.menu ul ul {
	padding-left: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #660066;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.menu a:hover {
	background-color: #E8E8E8;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.menu_current {
	font-weight: bold;
}
	 /*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660066;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #660066;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
