* {
	margin: 5px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-image: url(images/ltblue%20swatch.gif);
	letter-spacing: normal;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

#header {
	background-color: #FFFFFF;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#footer {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
#menu,#footermenu {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333333;
}
#menu li,#footermenu li {
	list-style-type: none;
	display: inline;
}
#menu li a,#footermenu a {
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
}
#menu li a:hover,#footermenu a:hover {
	Color:#000066;
	background-color: #99CCCC;
}
#content {
	padding-right: 5px;
	padding-left: 5px;
}
#content #secondarymenu {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#innercontent {
	margin-left: 195px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 5px;
}
#content #secondarymenu ul {
	margin: 0px;
	padding: 0px;
}
#content #secondarymenu li {
	list-style-type: none;
}
#wrapper #content #secondarymenu ul li a {
	color: #000000;
	display: block;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#wrapper #content #secondarymenu ul li a:hover {
	color: #000066;
	background-color: #99CCCC;
	font-weight: bold;
}
#content h1 {
	font-size: x-large;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-bottom-color: #003366;
}
#content h2 {
	font-size: large;
}
#content h3 {
	font-size: medium;
	color: #003366;
	font-weight: bold;
}
#content h4 {
	font-size: medium;
	color: #000066;
}
#content ul {
	margin-left: 20px;
	font-size: small;
	
}
#content strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
 	color: #003399;
}
#content em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
}
#innercontent #form {
}

#content #callout {
	float: right;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #000066;
	width: auto;
	background-image: url(images/ltblue%20swatch.gif);
}
.clear {
	clear: both;
}

