* {
margin:0; padding:0;
}

/* Standard Stuff */

body {
	background-color: #c8c8c8;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
	text-align: left;
	margin-top: 2px;
}
.last {
	margin-bottom: 25px;

}
ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	line-height: 16px;
}
li {
	font-size: 14px;
	text-align: left;
	line-height: normal;
}
li.last {
	margin-bottom: 15px;
}
h1 {
	visibility: visible;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	visibility: visible;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #A30047;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #a40047;
	text-decoration: underline;
}

a:visited {
	color: #a40047;
	text-decoration: underline;
}

a:hover {
	color: #0f2f83;
	text-decoration: underline;
}

a:active {
	color: #0f2f83;
	text-decoration: underline;
}

/* layout DIV's */

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
}
#top h1 {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	top: 5px;
	visibility: visible;
}
#top {
	background-color: #C8C8C8;
}
#navigation {
	width: 800px;
	background-color: #a40047;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 23px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 1px;
	z-index: 100;
}
#breadcrumb {
	width: 800px;
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-indent: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ececec;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#footer p {
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	margin-top: 7px;
}
#footer h2 {
	visibility: visible;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#header {
	background-color: #CCCCCC;
	height: 159px;
	width: 800px;
}
#content {
	padding: 20px;
	height: auto;
}
#containedContent {
	padding: 0px;
	height: auto;
	width: 92%;
}
#right {
	padding-left: 30px;
	float: right;
	height: 300px;
	width: 350px;
	background-color: #CCCCCC;
}
#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-bottom: 5px;
}
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navlist li.last {
	border:none;
}
#navlist a {
	color:#a40047;
	text-decoration:underline;
}
#navlist a:hover {
	color:#0f2f83;
	text-decoration:underline;
}
#styleSwitcher {
	width: 150px;
	text-align: center;
	margin: 0px;
	float: right;
	position: relative;
	display: inline;
	clear: both;
	top: -8px;
	visibility: hidden;
}
#styleSwitcher a {
	color: #ECECEC;
}
#validator {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
}
.tableBorderRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}
#gallery {
	float: right;
	width: 320px;
	margin-right: 25px;
}

/* Random Styles */

.slideshowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A40046;
	text-align: center;
}

.red {
	color: #a40047;
}
.infoBlock {
	height: auto;
	clear: both;
	margin-bottom: 15px;
}
.finePrint {
	font-size: 12px;
	margin-top: 50px;
}
#imageRO a {
	color:#FFF;
}
.sidebarHeader{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.sidebarHeaderUnderline{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0f2f83;
}
.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight: normal;
}
#reference1 {
	padding: 20px;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#reference2 {
	padding: 20px;
	height: auto;
	border: 1px solid #CCC;

	}

#randomtip {
	position: relative;
	clear: both;
}
.white {
	color: #FFF;
	text-align: center;
}
#standardOp {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 15px;
}
.redBkg {
	background-color: #B72957;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
#wrapperThanks {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
#sitemap li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
#sitemap ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

#sitemap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.hide { display: none; }

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{
	display: block;
	width: 79px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #a40047;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#sddm li a.last
{
	display: block;
	width: 79px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #a40047;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a40047;
}

#sddm li a:hover
{	background: #0f2f83}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #FFF;
	background-color: #ececec;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #0f2f83;
	font: 11px arial;
	background-color: #CCC;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #0f2f83;
}
.right {
	float: right;
}

