html, ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,body,html,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
	color: #7A7A7A;
	background-color: #CBD6EF;
	text-align: center;
}
.advertisement {
	background-color: #416AC2;
	width: auto;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	color: #FFFFFF;
}
a:link { 
	color: #7594D6;
	}
a:visited { 
	color: #3A66C5;
	}
a:hover { 
	color: #3A66C5;
	text-decoration: none;
	}
a:active { 
	color: #3A66C5;
	}
h1  {
	font-size: 1.6em;
	color: #3A66C5;
	margin: 0px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2  {
	font-size: 1.6em;
	color: #3A66C5;
	margin: 0px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
strong  {
	color: #3A66C5;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}
.blue {
	color: #3A66C5;
	font-weight: bold;
}
#wrapper {
	width: 702px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 24px;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #6A8EDB;
}
#clear {
	clear: both;
}
#top-nav {
	background-color: #244791;
	height: 24px;
	width: 702px;
}
#footer {
	background-color: #244791;
	height: 24px;
	width: 702px;
	color: #FFFFFF;
}
#footer p {
	padding-left: 24px;
	padding-top: 4px;
}
#footer a {
	color: #8FA9DE;
}


#float-photos {
	background-image: url(images/images_float.png);
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 724px;
	width: 254px;
	left: 479px;
	top: 251px;
}
#float-photos2 {
	background-image: url(images/images_float2.png);
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 724px;
	width: 254px;
	left: 479px;
	top: 251px;
}
#header {
	background-color: #FFFFFF;
	height: 264px;
	width: 702px;
	margin-bottom: 0px;
}
#maincontent {
	background-color: #FFFFFF;
	width: 440px;
	float: left;
	margin-left: 36px;
}
#maincontent p {
	padding-bottom: 9px;
}
#maincontent2 {
	background-color: #FFFFFF;
	width: 640px;
	float: left;
	margin-left: 36px;
}
#maincontent2 p {
	padding-bottom: 9px;
}
#sidebar {
	background-color: #F3F6FB;
	float: right;
	width: 195px;
	border: 1px solid #BBCBEC;
	margin-right: 26px;
	margin-top: 16px;
}
#sidebar p {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 9px;
	color: #666666;
}
#sidebar h1 {
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}
.photo-right {
	background-color: #FFD2E8;
	height: auto;
	width: 100px;
	border: 1px solid #F9BFDB;
	float: right;
	margin-right: 24px;
	margin-left: 8px;
	margin-top: 24px;
}
.photo-right img {
	background-color: #FFCCFF;
	border: 1px solid #F9BFDB;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.photo-left {
	height: auto;
	width: auto;
	float: left;
	margin-top: 6px;
	margin-right: 2px;
}
hr {
	border : 0;
	height : 20px;
	background : URL(images/hr.gif) 50% 0 no-repeat;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: -1em;
	margin-left: auto;
}
em {
	color: #3A66C5;
	font-weight: bold;
}

/* --- IE hack --- */
* HTML hr,
*:first-child+HTML hr {
  display : list-item;
  list-style-image : URL(images/hr.gif);
  list-style-position : inside;
  border : 1px solid #fff;
  width : 0;
  height : 0;
  margin-bottom : -1em;
}
