* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	text-align: center;
	background-color: #EBEBEB;
	background-image: url(../images/backgound.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}

/* links */
a { 
	color: #0065A2;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #009BA2;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #009BA2;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float-right {
  /*margin: 5px 0px 5px 15px;*/
  margin: 0px 0px 0px 0px;
}
img.float-left {
  /*margin: 5px 15px 5px 0px;*/
  margin: 0px 0px 0px 0px;
}
img.left-space {
  /*margin: 5px 15px 5px 0px;*/
  float: left;
  margin: 0px 10px 0px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

#wrap {
	background: #FFF;
	width: 920px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(../images/header-backgound.gif) repeat-x 0% 100%;	
}

/* main */
#main {
	float: right;
	margin-left: 15px;
	padding: 0;
	width: 75%;
}
#main #indentit {
	font-style: italic;
	margin-left: 35px;
	margin-right: 35px;
}

#main fieldset {
	border: 1px solid #000;
	background: #FAFAFA;
	margin-bottom: 8px;
	margin-right: 4px;
}

#main legend {
/*	color: #fff;
	background: #ffa20c;*/
	border: 1px solid #000;
	margin-left: 5px;
	padding: 0px 4px;
	font-weight: bold;
	background: #FFF;
}

#main #col1-6040 {
	width: 35%;
	float: left;
}

#main #col2-6040 {
	width: 60%;
	float: right;
}

#main #col1-5050 {
	width: 49%;
	float: left;
}

#main #col2-5050 {
	width: 49%;
	float: right;
}

#main #col1-3col {
	width: 32%;
	float: left;
}

#main #col2-3col {
	width: 32%;
	float: right;
}

#main .lineitup {
	width: 40%;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#main .clear {
	clear: both;
}


/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	background: #f2f2f2;
	min-height:18px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCC;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #009BA2;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #009BA2;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #009BA2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009BA2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009BA2;
}

#sidebar #current {
	display:block;
	font-weight:bold;
	text-decoration:none;
	background: #f2f2f2;
	min-height:18px;
	padding:2px 5px 2px 10px;
	color: #009BA2;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #009BA2;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #009BA2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009BA2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009BA2;
}

/* Footer */
#footer {
	clear: both;
	color: #000;
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: .7em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #009BA2;
	background-color: #EBEBEB;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 35%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0px;
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header #normal-tab {
   float:left;
   background: url(../images/header-tab-normal-start.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header #normal-tab span {
	float:left;
	display:block;
	background: url(../images/header-tab-normal-end.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #normal-tab span {float:none;}
/* End IE5-Mac hack */
#header #normal-tab:hover {
   background: url(../images/header-tab-selected-start.gif) no-repeat left top;
}
#header #normal-tab:hover span {
	color:#FFF;
	background: url(../images/header-tab-selected-end.gif) no-repeat right top;
}
#header #current-tab {
	float:left;
	background: url(../images/header-tab-selected-start.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #FFF;
}
#header #current-tab span {
	float:left;
	display:block;
	background: url(../images/header-tab-selected-end.gif) no-repeat right top;
	padding:6px 15px 3px 8px;
	color: #FFF;
}

/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.bold		 {	font-weight: bold; }
.align-center { text-align: center; }
.align-top	 { vertical-align: top; }
.align-middle	{ vertical-align: middle; }
.align-bottom	{ vertical-align: bottom; }
.space-right	{ margin-right: 10px; }



/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }
