/************** 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 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 120%;
	background-color: #FFF;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
}

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

#wrapper {
	width: 800px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	padding: 1px 0 0 0;
}
.clearit {
	clear: both;
}

#footer {
	padding-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #036;
}

#footer p {
	color: #333;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
}

#header {
	min-height: 144px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#strap {
	height: 200px;
}
#strap h1 {
	color: #FFF;
	text-align: center;
}
.xtrabig {
	font-size: xx-large;
	font-weight: bold;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;
}

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

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

h2 {
	font-size: 140%;
	margin-top: 25px;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 8px 0;
}

/************** 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;
}

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

a img {
	border: none;
}

a {
	
}

a:hover {
	
}

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

#header ul {
  margin-top: 94px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
	float: right;
	padding: 0 5px 0 0;
	margin-left: 6px;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
  
#header a {
	float: left;
	display: block;
	padding: 2px 8px 1px 13px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background-color: #143272;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header a:hover, #header a:focus {
	color: #9CF;
}
  
#header #current {
  background-image: url("../images/right_on.gif");
}
  
#header #current a {
  background-image: url("../images/left_on.gif");
  color: #000;
  padding-bottom: 3px;
  padding-top: 4px;
}
  
/* 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;
}
/**/
li {
	font-weight: bold;
	text-decoration: none;
	list-style-type: square;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px;
}
#content li {
	font-size: 125%;
}
.slideshow {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	padding-top: 100px;
}

