body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-image: url(left_til.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
/*=============================== Header ========================*/
#header{
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-image: url(header00.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 84px;
}

#header h1{ 
	font-size: 36px; 
	font-weight: normal; 
	color: white;
	margin: 0px 0px 18px 0px;
}

#header a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}  

#header a:hover {
	text-decoration: underline;
}

/*=============================== Menu ========================*/
#sideMenu{
	width: 180px;
	float: left;
	padding: 10px;
	margin: 0px;
}

#sideMenu h1, #nav h1, #nav ul h1{
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #999999; 
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 180px;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 180px;
	padding: 1px 0px 1px 0px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	background-color: #F0F0F0;
	left: -100em;
	margin-left : 15.1em;
	margin-top : -1.75em;
 }


#nav li a {
	display : block;
	color : black;
	text-decoration : none;
	background-color : transparent;
	padding : 0em 0.5em;
}

#nav li a:hover {
	color : white;
	background-color : #8CAAE6;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#sideMenu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	float : left;
	width : 180px;
}
#sideMenu li a {
	display : block;
	color : black;
	text-decoration : none;
	background-color : transparent;
	padding : 0.2em 0.5em;
}

#sideMenu li a:hover {
	color : white;
	background-color : rgb(0,51,153);
}

/*=============================== Main Content ========================*/
#content{
	margin-left: 190px;
	padding: 20px 40px 40px 10px;
}
#content h1{
	font-size: 28px;
	font-weight: lighter;
	
}
#content h2{
  font-size: 14px;  
  font-weight: bold;
  color: #777777;
  margin: 0px 0px 10px 0px;
}

#content p {
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

#content a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content h1 {
  color: white;
  background-color: rgb(0,51,153);
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 5px;
}

#content h3 {
  color: white;
  background-color: rgb(0,51,153);
  font-size: 10px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 5px;
}



#content .topOfPage {
  color: white;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  float: right;
}







