/************* Default Elements ***********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #A49284 url(../images/site/bodybg.gif) fixed;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #666;
}

/************** Layout Elements *******************/

#header {
	min-height: 144px;
	background: url(../images/site/title.jpg) 0 12px no-repeat;
	margin-left: 10px;
}

#strap {
	height: 109px;
	width: 784px;
	margin-left: 7px;
	border: 1px solid #000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
	background: #fff url(../images/site/contentbg.gif) repeat-x;
}

#contentWrapper {
	width: 780px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 90%;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 175px 0 180px;
}

#content p{
	font-size: 100%;
	text-align:justify;
}

.img {
	border: 1px solid #000;
}



.table {
	border:#000066; 
	 }

#leftcol {
	width: 160px;
	float: left;
	padding: 14px 0 10px 0;
}

#leftcol ul{
	width: 120px;
}
	
#rightcol {
	width: 160px;
	float: right;
	padding: 14px 0 10px 0;
}

#rightcoltable {
	width: 150px;
	border:thin solid #3C4F75;
	font-size:90%;
	float: right;
	 }
	 
#rightcol p{
	font-size: 95%;
}	
 
#leftcol p{
	font-size: 95%;
}	
 
#img {border: 1px solid #000033;
}



#footer {
	margin-top: 20px;
	font-size: 85%;
	background: url(../images/site/footerbg.jpg) repeat-x;
}


#footer p {
	padding:6px 10px;
	color: #3C4F75;
}

#footer a {
	color: #000066;
	text-decoration: none;
	padding:6px 10px;
}

#footer a:hover, 
#footer a:active, 
#footer a:fcus {
	color: ##CC3333;
	text-decoration: none;
	padding:6px 10px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 0;
	padding: 0 0 0 0;
	font-size: 150%;
	color: #000066;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 2px 0px 2px 5px;
}

p.info {
	font-size: 90%;
	color:#000066;
	background-color: #EDE7E4;
	padding: 6px;
	border: 1px solid #000066;
}
/************** Generic Classes for floating images *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}


/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #CC3333 ;
	text-decoration:none;
}

a:hover {
	color: #000066 ;
	text-decoration:none;
}

/*********** Navigation *************/

#header ul {
  margin-top: 97px;
  padding: 10px 8px 0 0;
  list-style-type: none;
  float: right;
}
  
#header li {
  float: right;		
  background: url("../images/site/right.gif") no-repeat top right;
  padding: 0 5px 0 0;
  margin-left: 6px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/site/left.gif") no-repeat left top;
  padding: 3px 6px 3px 11px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

#header a:hover, #header a:focus {
  color: #ccc;
}
  
#header #current {
  background-image: url("../images/site/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/site/left_on.gif");
  color: #fff;
  padding-bottom: 4px;
  padding-top: 6px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}

 #outerContent {
	height: 300px;
}

#content {margin-left: -20px;}
#leftcol {margin-right: 20px;} 

/**/

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 50px 5px;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #3C4F75;
	padding: 2px 10px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #ABD1F7;
}

	/********* form ********************/
label {
	color: #000;
}

input {
	background-color: #ff9602;
	border: 1px solid #000;
	margin-bottom: 4px;
}

.button {
	background-color: #BDB0A6;
	border: 1px solid #3C4F75;
	color: #3C4F75;
	padding: 1px 3px;
}

/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 200px;
	width: auto;
}


.onecol #rightcol {
	display: none;
}

.onecol #leftcol {
	display: none;
}

.onecol #content {
	margin-right: 0;
	margin-left: 150px;
	width: auto;
}

