body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 10pt;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color: #000000;
	background: #FFFFFF url() no-repeat center top;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	margin-top:0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top:0px;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 0 0;
	color: #000000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin:5px 0 0 0;
	color: #000000;
	padding:5px;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	margin-top:0px;
}

h6 {
	font-size: 18px;
	font-weight: normal;
	margin-top:0px;
	padding:4px;

}

#page-holder {
	width: 850px;
	overflow: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header-left {
	height: 100px;
	width: 210px;
	float: left;
	margin:0px;
	padding-left:5px;
	padding-top: 5px;
}

#header-right {
	height:: 50px;;
	width: 540px;
	padding: 10px 5px 10px 0;
	text-align: right;
	float: right;
	margin:0px;
}

#tab-holder {
	float:left;
	top: 85px;
	position: absolute;
	width: 845px;
	height: 30px;
	z-index: 100;
}

.tabs ul {
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0 0 0px 0;
}

.tabs li {
	text-align:center;
	padding: 0px 0px 0 5px;
	float:left;
	height: 30px;
}

.tabs li h1{
	margin:0px;
	border: 1px solid #ADCFEF; 
	border-bottom: 1px solid #FFFFFF;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 5px;
}

.tabs li h5{
	margin:0px;
	background-color: #F7FBFF;
	border: 1px solid #ADCFEF;
	border-bottom: 1px dotted lightGrey;;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding: 5px;
}

#links-box {
	text-align:right;
	float:right;
	width: 230px;
	top: 80px;
}

.icons{
	border: 0px;
	margin-bottom:-1px;
	padding-right: 4px;	
}

#image-holder {
	left:20px;
	top:150px;
	position:absolute;	
}

#body-left {
	width: 623px;
	float: left;
	margin:0px;
	position: relative;
	top: 10px;
}

#body-right {
	width: 226px;
	float: right;
	border-left:1px dotted lightGrey;
	margin:0px;
	position: relative;
	top: 10px;
}

#content-holder {
	padding: 5px;
}

#search-box {
	background: #F7FBFF url() no-repeat center top;
	margin:0px;
	border-bottom:1px dotted lightGrey;
	padding: 5px;
}

#ads-box {
	margin:0px;
	min-height:218px;
	border-bottom:1px dotted lightGrey;
	padding: 5px;
}


#line {
	border-bottom: 1px dotted lightGrey;
	position:relative; 
	top:10px;
	z-index: 1;
}

#vertical-text-holder {
	font-family: tahoma;
	font-size:14pt;
	font-weight: bold;
	text-align:right;
	text-transform: uppercase;
	margin: 5px 0px 0 0 ;
}

#lengthHolder {
	font-size: 14pt; 
	color:#3196EF;
}

#boxes {
	background-color: #FFFFFF;
	width: 286px;
	margin:10px;
	font-size:12pt;
}

#boxes ul {
	padding: 0px;
	margin:0px;
	list-style:none;
}

#boxes li a {
	border:1px solid lightGrey;
	padding:5px 5px 5px 10px;
	display:block;
}

#boxes li a:hover {
	background-color: #F7FBFF;
	border:1px solid #ADCFEF;
	text-decoration:none;
}

#settings-boxes{
	border:1px solid lightGrey; 
	width:280px; 
	padding:10px;
	height: 110px;
	margin-right:3px;
}

#spinner {
	overflow: hidden;
	float: right;
	z-index: 500;
	padding-left:5px;
}

#spinner-top {
	overflow: hidden;
	z-index: 500;
	padding-left:5px;
}

#msg-box{
	float:right;
	display:none;
	color: #119F09;
	background-color: #EFFFEF;
	border: 1px solid #119F09;
	margin:5px 2px 0 2px;
	padding: 3px;
}

#error-box {
	float:right;
	display:none;
	background-color: #FFE7DF;
	border: 1px solid #FF4200;
	color: #FF4200;
	margin:5px 2px 0 2px;
	padding: 3px;
}


#background {
	background-color: #FFFFFF;
	opacity:0.80;
	filter: alpha(opacity = 80);
	height:100%; 
	width:100%; 
	top: 0%;	
	z-index:110;
	position:fixed;
	display:none;
}

#outter {
	background-color: #000000;
	border: 10px solid #000000;
	opacity:0.10;
	filter: alpha(opacity = 10);
	position:fixed;
	z-index:180;
	margin-left:-340px;
	top:119px;
	left:50%;
	width: 657px;
	height: 258px;
	display:none;
}

#inner {
	background-color: #FFFFFF;
	border:1px solid #3196EF; 
	position:fixed;
	margin-left:-330px;
	top:130px;
	left:50%;
	z-index:200;
	width: 655px;
	height: 256px;
	display:none;
}

#holder {
	padding:10px;
	height: 193px;
}

.buttons {
	text-align: center; 
	background-color:#EFEBEF; 
	border:1px solid lightgray; 
	cursor:pointer;
	width: 70px;
}

.text-boxes {
	width: 140px;	
	margin:0px;
	padding:2px;
	font-size:12px;
	vertical-align: middle;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

.errorDiv{
	display:none;
}

#footer-left {
	width: 640px;
	float: left;
	margin:0px;
	padding: 5px;
}

#footer-right {
	width: 190px;
	float: right;
	text-align: right;
	margin:0px;
	padding: 5px;
}

A {
	color: #3196EF;
	letter-spacing: -0.2pt;
	text-decoration: none;
}

A:visited {
	color: #3196EF;
	text-decoration: none;
}
A:active {
	color: #3196EF;
	text-decoration: none;
}
A:hover
{
	COLOR: #3196EF;
	text-decoration: underline;
}