@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #34A9DB;
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
	background-image: url(../images/topstripesBursts.gif);
	background-repeat: repeat-x;
}

/* Miscellaneous classes for reuse */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.profile {
	clear: right;
	float: left;
	padding-left: 30px;
	width: 180px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

/*character styles*/	

}
p, H1, H2, H3, H4, H5, H6 {
	font-family: "Lucida Grande", "Trebuchet MS", Tahoma, helvetica;
}

p {
	font-size: 90%;
	color: #333333;
	line-height: 135%;
}
H1  {
	color: #336699;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
	letter-spacing: 0.25px;
	text-align: center;
}
h2  {
	color: #306;
	font-weight: bold;
	font-size: 90%;
	line-height: 120%;
	letter-spacing: 0.25px;
	margin-bottom: -0.5em;
}
h3 {
	color: #306;
	font-weight: 500;
	font-size: 85%;
	line-height: 120%;
	letter-spacing: 0.25px;
}
	
h4 {
	color: #306;
	font-weight: bold;
	font-size: 80%;
	line-height: 120%;
	letter-spacing: 0.25pt;
}
h5 {
	color: #336699;
	font-size: 75%;
	line-height: 120%;
}
h6 {
	font-size: 70%;
	color: #666666;
	text-align: center;
}	
.unbold {
	color: #333333;
	font-weight: normal;
}
.purplebold {
	color: #3E0E6E;
	font-weight: bold;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ol {
	list-style-position: inherit;
	list-style-type: square;
	margin-left: 30px;
	margin-top: -8px;
	line-height: 105%;
}
	
/* =-=-=-=-=-=-=-[Links]-=-=-=-=-=-=-=*/ 

a:link, a:visited {
	text-decoration: none;
	color: #3D509E;
}

 
.dashUnder {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#navigation {
	font-size: 90%;
	font-family: "lucida sans", sans-serif;
	height: 38px;
	margin: 75px 35px 0 35px;
	background-image: url(../images/nav_bar.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
	padding: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover {
	color: #38B9F0;
	text-decoration: none;
}

* html #navigation a {
  width: 100%;
}
