body {
	background-color: #C0CFDE;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
}

#wrapper {
	background-color: #FFFFFF;
	width: 980px;
	min-height: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #25478D;
	border-right-color: #25478D;
	border-bottom-color: #25478D;
	border-left-color: #25478D;
	padding: 10px;
	background-image: none;
}

#header {
	height: 100px;
	margin-bottom: 10px;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 1px;
	height: 90px;
	width: 260px;
	margin-bottom: 1px;
	margin-right: 10px;
}

#leftcolumn {
	width: 220px;
	float: left;
	margin-left: 10px;
}

#navigation {
	text-align: center;
	width: 215px;
	min-height: 500px;
	color: #000;
	background-color: #7298BA;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px; /* fix gap issue in some browsers */
}
.nav-bottom {
	background-image: url(../images/bg-nav-bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	margin: 0px;
}
#navigation .button {
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation .firstitem {
	padding-top: 20px;
}
#navigation .divider-light {
	background-image: url(../images/nav/nav-line-light.jpg);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation .divider {
	background-image: url(../images/nav/nav-line.jpg);
	background-repeat: repeat-x;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#content-area {
	margin-left: 260px;
	background-image: url(../images/bg-rose.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	color: #333333;
	padding-top: 10px;
}
.content {
	color:#333;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	min-height: 700px;
}

h1 {
	color: #39415A;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #4C331C;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
h3 {
	color: #4C331C;
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
td {
	font-size: 13px;
}
input, textarea {

}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:active, a:hover {
	color: #715941;
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
.clr {
	clear: both;
}
.navbutton { }


/******* PRINT **********/
.dontprinttext {
	display: block;
}
.printtext, .printLogo, .printFooter {
	display: none;
}
#scroller {
	height: 30px;
	width: 529px;
	border: 2px solid #CCCCCC;
}
#scroller #padding {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#scroller a {
	text-decoration: none;
}
#content-area p {
	line-height: 1.4em;
}
