* {
	font-size: 100.01%; 
	line-height: 1; 
	margin: 0px; 
	padding: 0px;
} 

html, body {
	text-align: center;
	height: 100%;
	background-color: #efefef;
}

html {
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 62.5%;
}

p, h1, h2, h3, h4 {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 1.3em;
}

ul, ol {
	margin-bottom: 10px;
	margin-left: 20px;
}

ul li, ol li {
	line-height: 1.5;
	font-size: 1.3em;
}

p {
	padding-right: 1.0em;
}

h1, h2, h3, h4 {
	color: #5173b6;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-weight: normal;
}

a {
	color: #5173b6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
	border-left: 1px solid #350099;
	border-right: 1px solid #350099;
	background-color: #ffffff;
	width: 74.0em;
	position: relative;
	margin: auto;
	text-align: left;
	min-height: 100%;
	padding-top: 1.0em;
	padding-left: 1.0em;
	padding-right: 1.0em;
	padding-bottom: 1.0em;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: 24.0em 300px;
}

h1#banner {
	font-size: 1.0em;
	height: 100px;
	width: 74.0em;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #350099;
}

h1#banner span {
	display: none;
}

ul#menu {
	background-color: #fefefe;
	margin-bottom: 1.0em;
	width: 20.0em;
	border-top: 1px solid #cccccc;
	list-style-type: none;
	line-height: 1;
	margin-top: 5.5em;
	margin-left: 0px;
	float: left;
	margin-bottom: 5.0em;
}

ul#menu li {
	font-size: 1.1em;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	padding-top: 3px;
}


ul#menu ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul#menu ul li {
	border-top: 1px solid #cccccc;
	border-bottom: none;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
}


ul#menu li a {
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #5173b6;
	display: block;
	font-size: 1.1em;
	background-repeat: no-repeat;
}

ul#menu li a:hover {
	text-decoration: underline;
	color: #5173b6;
	background-image: url(../images/menuHover.gif);
	background-position: 0px 0px;
}

ul#menu li a.active {
	color: #cc2128;
	background-image: url(../images/menuActive.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#content {
	margin-left: 2.0em;
	width: 52.0em;
	margin-top: 1.0em;
	float: left;
	margin-bottom: 4.0em;
}

div#footer {
	clear: both;
	background-color: #350099;
	width: 73.0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.0em;
	color: #ffffff;
	position: relative;
	bottom: 0px;
}

div#footer a {
	color: #ffffff;
}


