/*The equivalent Pantone Matching System colors are PMS 186 (#CE0000 on the Web) and Reflex Blue (#314594 on the Web).*/

html{ font-size:16px; } /* Make sure the default is always 16px */
html { min-height: 100%; margin-bottom: 1px; }
body{
	font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
	/*background-image:url(../images/bg_body.png);*/
	background-color: #ffffff;
	/*background-color: #0129d4;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 950px;
	margin: 0;
	padding-top: 1em;
	color: #000;
}
img {
	border: 0;
}
#wrapper {
	min-height:600px;
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
h1 {font-size: 2em; font-style:italic; font-variant: small-caps; text-align: center; padding-top: 1em;color: #000;}
h2 {font-size: 1.7em; font-variant: small-caps; text-align: center;color: #000;}
h3 {font-size: 1.4em; font-variant: small-caps; text-align: center;color: #000;}
p {
	font-size: 1.2em;
	color: #000;
}
dt {
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	font-style:italic;
	color: #000;
	padding: 1em 0 .5em 0;
}
dd {
	font-size: 1.2em;
	color: #000;
}
#links {
	text-align: center;
}
#links a:link, #links a:visited {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
#links a:hover {
	font-weight: bold;
	color:#f00;
	text-decoration:underline;
}
a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:underline;
}
#slidingDiv1 {
    display: none;
}
.floatleft {
	float: left;
	padding-right: .5em;
}
.floatright {
	float: right;
	padding-left: .5em;
}
.slideshow {
	float: right;
}