.highlighted {
border: 2px solid blue;
}

/*.monkey {
border: 2px solid red;
}*/


.newfieldlabel {
	border-bottom: 1px dashed #cccccc;
	padding-right: 10px;
}

a.what_is {
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: 1px dotted black;
}

a.what_is:hover {
	font-weight: normal;
	font-size: 11px;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
#searchForm {
margin: 0 0 5px 0;
}
* html #searchForm {
margin: 10px 0 5px 0;
}
* html #passForm {
margin: 0;
}
* html #myList {
margin: 0 0 0 40px;
}

* html #myList1 {
margin: 0 0 0 40px;
}

* html form #passForm {
margin: 0 0 10px 0;
}

* html form #searchForm {
margin: 0 0 5px 0;
}
div.loged {
color: white;
margin: 5px 5px -10px 0;
}
* html div.loged {
color: white;
margin: 5px 5px -20px 0;
}
div.loged a {
color: white;
text-decoration: underline;
}
div.loged a:hover {
color: white;
text-decoration: underline;
}
div.loged a:visited {
color: white;
text-decoration: underline;
}
p.top {
color: rgb(233, 116, 47);
}

ul.featmenu_p { margin: 0 0 0 -18px; padding: 0; }
			h2.icons {
margin-bottom: 2px;
}

h3.icons {
margin-bottom: 2px;
}

/* Top Menu Styles START */
ul.top_menu {
float: right;
width: 300px;
margin: 7px 0 0 0;
}

h2.form {
margin-bottom: 5px;
margin-left: 45px;
margin-top: 20px;
}

h3.input {
margin-bottom: 2px;
}

ul.top_menu li {
float: right;
list-style: none;
width: 65;
margin: 0;
}
ul.top_menu li.spacer {
float: right;
text-align: center;
color:#000066;
list-style: none;
width: 15px;
margin: 0;
}
ul.top_menu li.spacer_last {
float: right;
list-style: none;
width: 35px;
margin: 0;
}
ul.top_menu li {
float: right;
list-style: none;
width: 65;
margin: 0;
}

ul.top_menu li a.menulink {
display: block;
color:#fff;
font-size: 12px;
letter-spacing: -1px;
background: inherit;
padding-bottom: 3px;
}

ul.top_menu li a.menulink:hover {
display: block;
color:#fff;
text-decoration: none;
font-size: 12px;
letter-spacing: -1px;
background: inherit;
border-bottom: 2px solid #fff;
padding-bottom: 3px;
}
/* Top Menu Styles END */
/* CSS Document */
.float { float: left; }
/**
 * General Body Styling
 * --------------------
 * These are normal css setup reccommended for your
 * HTML template although they are not neccessary
 */
 #myList li {
 margin-left: -12px;
 list-style-position: inside;
 padding-left: 0;
 }
 
img { border: 0;}
/* Nav for the about, legal pages etc */
td.leftnav {
background-color: #F7F7F7;
padding-top: 7px;
padding-left: 7px;
}

td.rightnav {
padding-left: 5px;
}

ul.romman {
list-style-type: upper-roman;
color: E9742F;
margin-left: 0px;
}

ul.romman li {
list-style-type: upper-roman;
color: E9742F;
margin-left: 0px;
}
ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 153px; /* Width of Menu Items */
	border-bottom: 1px dashed #ccc;
	}

ul.nav li.menuitem {
	position: relative;
	list-style: none;
	margin: 0;
	}
	
/* Styles for Menu Items */
ul.nav li.menuitem a {
	list-style: none;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #777;
        padding-top: 2px;
        padding-bottom: 2px;
	background: #fff; /* IE6 Bug */
	border-top: 1px dashed #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li.menuitem { float: left; margin: 0; height: 1%; list-style: none;}
* html ul.nav li.menuitem a { height: 1%; margin: 0; list-style: none;}
/* End */

ul.nav li.menuitem a:hover { color: #ff6600; margin: 0; background: #f9f9f9;} 
/* Hover Styles */

ul.nav li.header {
	list-style: none;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
        width: 147px;
        padding-top: 3px;
        padding-left: 6px;
        padding-bottom: 2px;
	background: #8C8C8C; /* IE6 Bug */
	border-top: 2px solid #ff6600;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.nav li.header{ float: left; margin: 0; height: 1%; list-style: none;}
/* End */

.bottom_lined {
border-bottom: 3px solid #6D8293;
display: block;
}

.text_body {

background: #ffffff url(../images/bg_content.gif);
background-position: top left;
background-repeat: no-repeat;
text-align: left;
clear: both;
}

.main_bod {
border: 1px;
border-color: #ffffff;
padding-top: 1px;
padding-right: 1px;
padding-left: 1px;
padding-bottom: 0px;
background-color: #ffffff;
}

.border_left {
background-color: #EBEDF3;
background-image: url(../images/border_left.gif);
background-position: top right;
background-repeat: no-repeat;
}

.border_right {
background-color: #EBEDF3;
background-image: url(../images/border_right.gif);
background-position: top left;
background-repeat: no-repeat;
}

body {
	margin: 0px 0px 0px 0px;
	background-color : #EBEDF3;
	color : #465675;
	font: 55%/1.5em "Trebuchet MS", Verdana, sans-serif;
	}
td,tr,p,div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
h1	{ font-family:Arial, Helvetica, sans-serif; font-size: 18px; color: #333333; font-weight: bold; line-height: normal; }
h2	{ font-family:Arial, Helvetica, sans-serif; font-size: 16px; color: #666666; font-weight: bold; line-height: normal;}
h3	{ font-family:Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; font-weight: bold; line-height: normal;}
h4	{ font-family:Arial, Helvetica, sans-serif; font-size: 12pz; color: #ff6600; font-weight: bold; line-height: normal; text-transform: uppercase; }

hr.dashed { 
	border : thin dashed #666666; 
}

hr.biz { 
	border : thin solid #666666; 
}
	
small {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; color: #333333; 
	font-weight: normal;
}

.header_bgrnd {
background-image: url(../images/header/header_background.jpg);
background-repeat: repeat-x;
}

.header_pass_bgrnd {
background-image: url(../images/header/header_pass_bgrnd.jpg);
background-position: right;
}

div.formed {
	display: block;
	text-align: right;
	float: right;
	margin-right: 5px;
}
div.formed1 {
	display: block;
	text-align: right;
	float: right;
	margin-right: 5px;
}

div.boxed	{ 
	background-color : #F7F7F7;
	border-top : 1px dotted #999999;
	border-bottom : 1px dotted #999999;
	border-left : 5px solid #E9E9E9;
	border-right : 5px solid #E9E9E9;
	margin : 0 0 15px 28px;
	padding: 0 10px 10px 10px;
	width: 550px;
}

.login {
	width: 85px;
	font-size: 12px;
	border:	1px solid #9ABD59;
	text-indent: 2px;
}

.password {
	width: 80px;
	font-size: 12px;
	border:	1px solid #9ABD59;
	text-indent: 2px;
}

.login-submit {
	padding-top: 2px;
	padding-bottom: 2px;	
	background: url(../images/header/login_btn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	width: 23px;
	height: 23px;
	text-align: center;
	border: 0px;
}

.login-submit_white {
	padding-top: 2px;
	padding-bottom: 2px;	
	background: url(../images/header/login_white_btn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	width: 23px;
	height: 23px;
	text-align: center;
	border: 0px;
}

.searchbox {
	width: 170px;
	font-size: 12px;
	border:	1px solid #9ABD59;
	text-indent: 2px;
}

.search-submit {
	padding-top: 2px;
	padding-bottom: 2px;	
	background: url(../images/header/search_btn.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	width: 23px;
	height: 23px; 
	text-align: center;
	border: 0px;
}

a:link, a:visited {
	font-size: 12px; 
	color: #23598d; 
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a:hover {
	color: #23598d;	text-decoration: underline;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	display: block;
	text-align: left;
	}

li {
	color: #E9742F;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	}

/*  Weblinks */

a.weblinks:link, a.weblinks:visited {
	/* well.. to format the link's titles under the "Weblinks" 
	   section on the frontend */
	color: #405115; text-decoration: none; font-weight: normal;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	}

a.weblinks:hover {
	/* same as above, but for link with mouseover */
	color: #000099;	text-decoration: underline;
	}
	

/* Search page */


table.searchintro {
	/* This is for formatting the box with "Search Keyword: test returned 4 matches" box
	   that appears after you have entered a search value. It appears on the mainbody
	   with the search results  */
  	background-color: #FFFFFF;
	border: 1px solid #8D9ABC;
	}




table.footer { 
	width: 100%;
}

table.footer td.left {
	width: 40px;
}

table.footer td.right {
	width: 40px;
}
	
div.footer { 
	border-top:  1px solid #98BD59;  
	padding-top: 5px;
}

div.footer_left { 
	float: left;
	color: #E9742F;
}

div.footer_right { 
	float: right;
	color: #E9742F;
}

span.copyright {
	color: #666666;
	font-size: 10px;
}

/* Backgrounds and such */
.vspacer {
background-image: url(../images/v_space.gif);
background-position: top;
padding-right: 16px;
background-repeat: no-repeat;
}

.hspacer {
background-image: url(../images/h_space.gif);
background-repeat: no-repeat;
}

.main_body {
background-image: url(../images/main_body.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.featured_body {
background-image: url(../images/f_body.jpg);
background-position: top left;
background-repeat: no-repeat;
vertical-align: top;
padding-top: -30px;

}

.main_body_text {
display: block;
text-align: left;
padding-top: 3px;
padding-left: 20px;
padding-right: 20px;
}
/*
.newfieldlabel { border-bottom: 1px solid rgb(255, 255, 255); padding: 3px; background: rgb(231, 239, 251) none repeat scroll 0%; width: 40%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; }

.newfieldinput { border-bottom: 1px solid rgb(255, 255, 255); padding: 3px; background: rgb(200, 219, 242) none repeat scroll 0%; width: 60%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; }
*/

