body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #2A2760;
}

#outerHeader {
	margin: 0 auto;
	background: #2A2760 url(../imgs/hand02.jpg) repeat-x bottom;
}

#header {
	min-height: 60px;
	width: 770px;
	margin: 0 auto;
}

#outerStrap {
	background: #272264 url(../imgs/outer_strap_bg.jpg) repeat-x;
	min-height: 185px;
	border-bottom: 1px solid #000;
}

#strap {
	background: url(../imgs/strap_bg.jpg) no-repeat;
	width: 770px;
	margin: 0 auto;
	min-height: 184px;
}

#outerContent {
	background: #fff url(../imgs/contentBG.jpg) repeat-x;
	min-height: 300px;
}

#contentWrapper {
	width: 770px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 410px;
	margin: 0 auto;
}

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

#leftcol {
	width: 150px;
	float: left;
	padding-top: 2px;
}

#rightcol {
	width: 150px;
	float: right;
	color: #4e4845;
}

#rightcol p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#rightcol img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
}

#footer p {
	float: right;
}

#footer a {
	color: #ff4a22;
}

/********** text elements ******************/

h1, h2, h3 {
	font-size: 140%;
	color: #000000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 0px;
}

h4 {
	font-size: 110%;
	margin-bottom: 0;
	margin-top: 0px;
	text-align: center;
}

h5 {
	font-size: 102%;
	margin-bottom: 1;
	margin-top: 1px;
	color: #000000;
}
h6 {
	font-size: 102%;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}


/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
 }
  
#header li {
	float: right;
	background: url(../imgs/yellow_right.gif) no-repeat right bottom;
	padding: 0 2px 0 3px;
	margin: 0 1px;
}
  
#header a {
	float: left;
	display: block;
	background: url(../imgs/yellow_left.gif) no-repeat left bottom;
	padding: 3px 8px 3px 16px;
	text-decoration: none;
	font-weight: bold;
	color: #595856;
	margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #FF4A22;
}
  
#header #current {
  background-image: url("../right_on.gif");
}
  
#header #current a {
  background-image: url("../left_on.gif");
  color: #fff;
}

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

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

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

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #f47358;
	background-color: #000;
	padding: 2px 3px;
}

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

#rightcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

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

#rightcol li a {
	text-decoration: none;
	display: block;
	color: #FFFF00;
	background-color: #052F83;
	padding: 2px 3px;
}

#rightcol li a:hover, #rightcol li .here {
	color: #272264;
	background-color: #FFFF00
}
		
	/********* form ********************/
label {
	color: #000;
}

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

.button {
	background-color: #000;
	border: 1px solid #ff9602;
	color: #ff9602;
	padding: 2px 4px;
}

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

.twocol #rightcol {
	display: none;
}

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


/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 60px;
}

#outerStrap {
	height: 185px;
}

 #outerContent {
	height: 300px;
}

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

blockquote {
	border-right: 3px solid #FE0000;
	border-bottom: 3px solid #FE0000;
	border-left: 2px solid #FE0000;
	border-top: 2px solid #FE0000;
}

blockquote p {
	margin: 5px;

}
blockquote h5 {
	margin: 5px;
}

blockquote h1 {
	margin: 5px;
}

.style1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.red {
	color: #FF0000;
}
.center {
	text-align: center;
}
