@charset "utf-8";
/* CSS Document */


	body{
		
		 color:#FFFFFF;background-color:#FFFFFF;
	 margin-top:0px; 
		font-family: Myriad-Pro,Verdana, Arial,Trebuchet MS, Lucida Sans Unicode, sans-serif;
	}
	p{
		margin-top:0px;
	}
	
	#container {
	
	 position:relative;
	 margin-top:0px; 
	 border:0px solid #000000;margin-left: auto; margin-right: auto; text-align: left;width:900px;height:750px;
	 background-color:#FFFFFF;color:#FFFFFF;}
	
	#div-main {
		position:absolute;
	 top:61px;
	 left:62px;
	 width:349px;
	 border:0px solid #000000;
	}
	
	#div-logo {
	 position:absolute;
	 top:606px;
	 left:657px;
	 width:164px;
	 border:0px solid #000000;
	}
	
	#div-back {
	 position:absolute;
	 top:463px;
	 left:690px;
	 border:0px solid #000000;
	}
	
	#div-nav {
	 position:absolute;
	 top:55px;
	 left:0px;
	 width:103px;
	 height:597px;
	 border:0px solid #000000;
	}
	#div-nav {
	 position:absolute;
	 top:55px;
	 left:0px;
	 width:103px;
	 height:597px;
	 border:0px solid #000000;
	}
	
	#div-nav-2 {
	 position:absolute;
	 top:51px;
	 left:-3px;
	 width:103px;
	 height:597px;
	 border:0px solid #000000;
	}
	
	#div-flasho {
	 position:absolute;
	 top:0px;
	 left:16px;
	 }
	 
	 #div-navdown {
	  position:absolute;
	 top:355px;
	 left:0px;
	 width:103px;
	 height:597px;
	 border:0px solid #000000;
	 }
	
	#div-nav-3 {
	 position:absolute;
	 top:400px;
	 left:-3px;
	 width:103px;
	 height:597px;
	 border:0px solid #000000;
	}
	
	#div-title {
	 position:absolute;
	 top:0px;
	 left:120px;
	}
	#div-main2 {
		position:absolute;
	 
		left:186px;
		top:114px;
		width:349px;
	 border:0px solid #000000;
	}
	
		
	#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		width:349px;
		height:536px;	/* The height of the scrolling div */
 		border:0px solid #000000;
		
	}
	#scrolldiv_parentContainer{
		position:absolute;
		width:282;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:0px solid #FFFFFF;
		float:left;
		position:relative;
	 border:0px solid #000000;
	}
	
	/*
	CSS for the scrolling content 
	*/
	
	
	A{
		color: #B0B0B0;
	}
	
	#linko{
		color: #6A6B6D;
		text-decoration:  none;
	}
	
	#scrolldiv_content{
		padding: 2px;
		position:relative;
		font-family: Myriad-Pro,Verdana, Arial,Trebuchet MS, Lucida Sans Unicode, sans-serif;
		font-size: 0.6em;
		line-height:130%;
		color: #6A6B6D;
	 border:0px solid #000000;
	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:19px;
		position:absolute;
		left:320px;
		margin-left:2px;
		height:500px;
	 border:0px solid #000000;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:441px;	/* Total height - 40 pixels */
		border:0px solid #FFFFFF;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:3px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:19px;
		height:23px;
		border:0px solid #FFFFFF;
		color: #FFFFFF;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
		height:38px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
	.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}

#clientarea 
{
	margin-left:20px;
	font-family: Myriad-Pro,Verdana, Arial,Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size: 0.6em;
	line-height:130%;
	color: #6A6B6D;	
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 80px;
	margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

/*form fieldset label:first-letter {*/ /* use first-letter pseudo-class to underline accesskey, note that */
	/*text-decoration:underline; */   /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
									/* pseudo-class on legend elements, but do support it on label elements */
									/* we instead underline first letter on each label element and accesskey */
									/* each input. doing only legends would  lessens cognitive load */
								   /* opera breaks after first letter underlined legends but not labels */
/*}*/

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:120px;      	 /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
	border: 1px #c0c0c0 solid;
	font: normal 9px verdana;
}



