* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	color: #000000;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 92%;
	line-height: 1.5em;
	background-attachment: fixed;
	background-color: #4C728E;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
p {
	margin: 1em 0;
}
#wrap {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: 100%;
}
#header {
	height: 125px;
	border-bottom: 1px solid #A3043E;
	margin-bottom: 12px;
}
#header img#logo {
	float: left;
}
#content {
	float: left;
	width: 530px;
	padding-bottom: 20px;
}
#content h2 {
	font-size: 1.5em;
	color: #000066;
	text-align: center;
	font-weight: normal;
}
#content h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 10px;
}
#content .center {
	margin-left: auto;
	margin-right: auto;
	height: 240px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC66;
}
.left {
	text-align: center;
	float: left;
	margin-right: 8px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}
.right {
	float: right;
	margin-left: 8px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
#content ul, #content ol {
	margin: 1em 0;
}
#content ol {
	padding-left:20px;
}
#content ul li {
	padding-left: 20px;
	background: transparent url(/images/rose.gif) no-repeat 0 5px;
	list-style-type: none;
}
#nav {
	float: left;
	width: 200px;
	margin-top: 44px;
}
#nav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

#nav li { margin: 0 0 3px 0; }

#nav a
{
	display: block;
	padding: 3px;
	width: 160px;
	background-color: transparent;
	background-image: url(images/button_1.jpg);
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

#nav a:link, #navlist a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover
{
	background-image: url(images/swfslide.gif);
	color: #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
	background-image: url(images/button_2.jpg);
	color: #000000;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	text-align: center;
	font-weight: bold;
}
#footer {
	font-size: 12px;
	text-align: center;
	margin-bottom: 12px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	display: inline;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a:link, a:visited {
	background-color: transparent;
}
#footer a:hover, a:active {
	color: #CF4016;
}
