a {
	color: #8B0000;
	text-decoration: none;
}

a:visited {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #FF4500;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

body {
	background: #EEEEEE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: center;
}

div#sflogos {
	margin-top: 25px;
	text-align: right;
}

/* Logo */
h1#logo{
	background: url(../images/header_750x150.jpg) #FFFFFF no-repeat top left;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	color: #00367D;
	font-family: serif;
	font-size: 0px;
	font-style: normal;
	height: 150px;
	margin: 0 auto;
	text-align: right;
	width: 750px;
	
}

h2 {
	color: #00367D;
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	color: #00367D;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	color: #00367D;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	clear: both;
	display: none;
}

input#x {
	background: #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-top: 1px solid #3C7BCF;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	text-align: justify;
}

ul.altmenu {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.altmenu li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

ul.altmenu li a:visited {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	width: 100%;
}

ul.altmenu li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#clear {
	clear: both;
}

#content {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 730px;
}

/* Footer */
#footer {
	font-size: 9px;
	height: 50px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}

#header {
	height: 40px;
	margin: 0 auto;
	width: 750px;
}

/* MENU */
#menu {
	background: url(../images/menubar_750x25.jpg) #00367D no-repeat top left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0 auto;
	width: 750px;
}

#menu .currentpage a {
	color: #FFCC00;
}

#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFCC00;
}

#menu ul.altmenu li {
	background: url(../images/menu_divider_2x25.png) no-repeat right top;
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0px 10px 0 10px;
	position: relative;
}

/* PAGE */
#page {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 750px;
}

#textmenubar ul {
	font-size: 80%;
	list-style-type: none;
	margin: 0;
	margin-top: 1em;
	padding: 0;
}

