/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0;
	background-color: #FF9900;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#000066;
}
a:visited{
	 color:#000066;
}
a:active {
	color:#000066;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FF9900;
	background-image: url(images/new4x4_r4_c1.gif);
	background-repeat: repeat;
}
#masthead{
	height: 309px;
}
#leftcolumn{
	float:left; 
	width: 150px;
	padding-left: 10px;
}
#rightcontent {
	float:right;
	width: 700px;
	color: #333333;
	padding-right: 30px;
	text-align: justify;
	margin-top: 20px;
}
#footer{
	clear:both;
	height:59px;
	text-align: center;
	background-image: url(images/new4x4_r5_c1.gif);
	background-repeat: no-repeat;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#000066;
}
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: #000066;
	font-size: 12px; 
	border-bottom: 1px dashed #CCC;
}
h2 {
	font-size: 13px;
	color: #000066;
	margin: 5px;
}
hr {
	color: #000066;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #000066;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 145px;
	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: #81B1CF;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #000066;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.menu a:hover {
	background-color: #E8E8E8;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
}
.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: #000066;
	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 #000066;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.redtext {
	color:#CC0000;
}