html,body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #fff;
	height:100%;
	text-align: left;
}
margin: 0px;padding: 0px;color: #fff;;}
#wrap {
height: 20px;font-size: 12px;width: auto;position:relative;padding: 0px;margin: 0 auto; background-color: #000;position: relative; }
#wrap h3{
margin: 1px;padding: 0px;

}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
	width:390px; 
	}
#navbar li {
	list-style: none;
	float: left;display:inline; 
}	
#navbar li a {
	display: block;
	padding: 0px 18px 0px 18px;
	/*background-color: #5e8ce9;*/
	color: #fff;
	background: url(../images/menu_dot_n.png) no-repeat 0 4px;
	font-weight:normal;
	text-decoration: none; 
}
h1 {
	color:#BFE24B;
	font-weight:normal;
	font-size:19px;
	background:url(../images/heading_bullet.jpg) no-repeat left;
	padding-left:20px;
	margin-bottom:25px;
}
#navbar li a:hover {
	background:url(../images/bullet.gif) no-repeat 0 4px;
}
#navbar li ol {
	display: none; 
	width:190px; /* Width to help Opera out */
	background-color: #333;
}
#navbar li ol a {
	display: block;	
	color: #fff;
	text-decoration: none;
	padding-top: 5px;	
	padding-right:4px;	
	padding-bottom: 5px;
	padding-left:15px;	
	background-image: none;
	/*background:#000 url(../images/menu_bullet.gif) no-repeat 2px 7px;*/
}

#navbar li ol a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right:4px;	
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: none;
	/*background:#349bce url(../images/menu_bullet_h.gif) no-repeat 2px 7px;*/
}


#navbar li:hover ol, #navbar li.hover ol {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
	float: none; 
}
#navbar li:hover li a, #navbar li.hover li a {
	background:#666 url(../images/arrow_box_green.gif) no-repeat 2px 10px;
	border-bottom: 1px solid #ccc;
	color: #fff;
}
#navbar li li a:hover {
	background-color: #000; 
}
* html #navbar li li a:hover {
	background: #000 url(../images/arrow_box_green.gif) no-repeat 2px 7px;
}	
.arrowlistmenu{
	width: 250px; /*width of accordion menu*/
	overflow:visible;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background:#000 url(../images/menu_bullet.gif) no-repeat 2px 7px;
	/*background: black url(../images/titlebar.png) repeat-x center left;*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size:11px;
}
.arrowlistmenu .menuheader:hover {
	background:#349BCE url(../images/menu_bullet_h.gif) no-repeat 2px 7px;
}
* html #navbar .menuheader a:hover { /*ie6 hover*/
	background:#349bce url(../images/menu_bullet_h.gif) no-repeat 2px 7px;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(../images/titlebar-active.png);*/
	background:#03496c url(../images/menu_bullet_h_active.gif) no-repeat 2px 7px;
}
.arrowlistmenu .expandable:hover {
	background:#349bce url(../images/menu_bullet_down.gif) no-repeat 2px !important;
}
* html #navbar .expandable a {
	border-bottom:1px solid #333;
}
* html #navbar .expandable a:hover {
	background:#349bce url(../images/menu_bullet_down.gif) no-repeat 2px !important;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	 /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background:#62b806 url(../images/arrow_box_green_down.gif) no-repeat 2px !important;
	padding-left:10px;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background:#529905 url(../images/arrow_box_green_up.gif) no-repeat 2px !important;
}

.arrowlistmenu ul li a {
	color: #fff;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited {
	color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
}	


/* Footer link */
a.FooterLink:link, a.FooterLink:visited{color: #CCCCCC;}
a.FooterLink:active, a.FooterLink:hover{color: #FFFFFF; text-decoration: underline;}
/* Footer link */

/* Picture Border */
.PictureBorder{border: 4px solid #999999;}
/* Picture Border */

/* Titles */
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #5CB5DF;
	font-weight:normal;
	line-height:1.1em;
	padding:0 0 0 15px;
	background:url(../images/bullet.gif) no-repeat left 4px;
}
.Title{
	font-size: 16px;
	font-weight: bold;
	color: #5CB5DF;
}
/* Titles */

.Text{
	line-height: 1.5em;
}
p {
	text-align:justify;
}
.FooterText{
	font-size: 11px;
	color: #ccc;
}
.TextBox{
	color: #ccc;
	background-color: #1d1d1d;
	padding: 2px;
	border: 1px solid #505050;
}
.green {
	color:#AFE24A;
}
.NormalLink {
	color:#AFE24A;
	text-decoration:underline;
}
.NormalLink:hover {
	color:#0990d4;
	text-decoration:none;
}
ul {
	margin-bottom:17px;
}
ul li {
	line-height:1.6em;
	margin-bottom:5px;
	margin-left:0;
	padding-left:0px;
}
ul li span {
	color:#AFE24A;
	font-size:14px;
}
hr {
	size:1px;
	color:#333;
}
.forgotten_password {
	padding:10px;
}
.login {
	text-align:right;
}
.login p {
	color:#BFE24B;
	text-align:right;
}
.login p img {
	vertical-align:middle;
	border:none;
	padding-left:5px;
}
ul.error li {
color:#E9F412;
}