*
{
	margin: 0em;
	padding: 0 em;
}

h1,h2
{
}

a
{
	color: #CC3300;
	font-weight: normal;
}

body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	background: #fff;
	color: #333333;
}

/* Outer */

#outer
{
	margin: 0em auto 1em auto;
	width: 100%;
	background-color: #fff;
}

/* Header */

#header
{
	background-color: #336699;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1.5em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 3.5em;
}

#header h1
{
	font-size: 2.0em;
}

#header h1, #header h2
{
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#header h2
{
	color: #FFFFFF;
	font-size: 0.8em;
	font-style: italic;
}

/* Menu */

#menu
{
	padding: 1em 2em 1em 0em;
	font-size: 0.9em;
	background-color: #F4D094;
}

#menu ul
{
	display: block;
	width: 778px;
	margin: 0em auto;
	list-style: none;
	padding-left: 2.5em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	color: #fff;
}

/* Content */

#content
{
	width: 778px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: left;
}
.blueHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #336699;
	line-height: 1.5em;
}
.sidebarP {
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #333333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#primaryContent
{
	margin: 0em 0em 0em 0em;
	padding: 1em;
}

#primaryContent h2, #primaryContent h3
{
	padding-bottom: 0.25em;
	margin-bottom: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#primaryContent h2
{
	font-size: 1.7em;
}

#primaryContent h3
{
	font-size: 1.1em;
}
.sidebarHeader {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #336699;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.sidebarHeader2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CC3300;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.clear
{
	clear: both;
}
img {
	padding-right: 0px;
	margin-right: 10px;
}
