﻿#page-container {
	background-image: url(images/white_background.gif); 
	background-repeat: repeat-y; 
	background-position: 50% 0;
	width: 800px;
	height: auto;
	margin:0 auto 0 auto;
	border-bottom: 0px; 
	
}

#header {
	width: 800px;
	margin:0 auto 0px auto;
}

#sinkfooterbar {
	vertical-align: bottom;
}

/* #content {
	position: absolute;
	left: 185px;
	top: 210px;
	width: 580px;
	overflow : hidden;
}*/ 

#content {
	background-image: url(images/white_background.gif); 
	background-repeat: repeat-y;
	background-position: 50% 0;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 50px;
}


#contentall {
	background: url(images/white_background.gif) repeat-y;
	float: left;
	width: 750px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: -10px;

}

#contentl {
	background: url(images/white_background.gif) repeat-y;
	float: left;
	width: 550px;
	height: auto;
	padding-left: 25px;
	background-color: #FFFFFF;
	margin-top: -10px;
	

}

#contentr {
	background: url(images/white_background.gif) repeat-y;
	float: left;
	width: 175px;
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;

}

#footer {
	width: 800px;
	margin:0 auto 0px auto;
	}

#footertext {
	width: 750px;
	height: 100px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(images/footerbar.gif);
	text-align: center;
}

#clearall {
	clear:both;
}


IMG.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

h4 {
	color: #8d130b;
	font-size: 14pt;
	border-bottom: 1px dotted #404041;
}

h1 {
	color: #FFFFFF;
	font-size: 4pt;
	display: none;
}

h2 {
	color: #8d130b;
	font-size: 10pt;
	border-bottom: 1px solid #666;
}
h2 span {
	position: relative;
	left: -0.3em;
	bottom: -0.6em;
	padding: 1px 0.5em;
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 1px 0.8em;
	border-color: #666 #666 #666 #8d130b;
	background-color: #ddd;
}
h3 {
	color: #0D3257;
	font-size: 12pt;
}
li {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

ul {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

p {
	color: #000000;
	font-size: small;
	font-family: verdana,geneva,helvetica,arial,sans-serif;
	line-height:160%;
}

body {
	Font-Family: Verdana,geneva,helvetica,arial,sans-serif;
	

}
a:link {
	color: #8d130b;
	background: transparent;
}
a:visited {
	color: #65754D;
	background: transparent;
}
a:hover {
	color: #97A7B7;
	background: transparent;
}
a:active {
	color: #65754D;
	background: transparent;
}



