/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-image: url(/images/s57_01.gif);
	padding: 0px;
	margin: 10px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

p {
	line-height: 140%;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
	color: #006633;
}

h3 {
	font-size: 110%;
	color: #006633;
}

a {
	color: #003333;
}

a:hover {
	color: #006600;
}

th {
}

td {
}

hr {
	border: none;
	height: 1px;
	border-top: 1px solid #055299;
}

li {
	line-height: 140%;
}

blockquote {
	margin-left: 20px;
}

/* #######################

	Start of Site Styles

####################### */

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	width: 770px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.header {
}

.headerLogo {
	padding: 5px;
}

.headerMenu {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/images/template/header-menu-shadow.gif);
	background-repeat: repeat-x;
	padding-top: 14px;
	width: 100%;
}

.headerMenu ul {
	padding: 0px;
	margin: 0px 0px 0px 8px;
	list-style-type: none;
}

.headerMenu li {
	float: left;
	background-image: url(/images/template/header-menu-bg.gif);
	display: block;
	width: 124px;
	padding-top: 7px;
	padding-bottom: 9px;
	margin-right: 2px;
	text-align: center;
}

.headerMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.headerMenu a:hover {
	color: #FFBE00;
	text-decoration: none;
}

.main {
	clear: both;
	padding-top: 8px;
}

.left {
	float: left;
	margin: 0px 8px 0px 8px;
}

.middle {
	float: left;
	width: 490px;
	background-image: url(/images/template/main-bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #055299;
	margin-bottom: 10px;
}

.middle p, .middle h3 {
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.middle ul {
	list-style-image: url(/images/template/bullet.gif);
	margin: 5px 0px 0px 23px;
}

.middle li {
	margin-bottom: 5px;
}

.middle h1, .middle h2 {
	font-size: 14px;
	padding: 7px 5px 6px 10px;
	margin: 0px;
	background-color: #99CC66;
	color: #FFFFFF;
}

.middleTop {
	background-image: url(/images/template/main-heading-top.gif);
	background-repeat: no-repeat;
}

.right {
	float: right;
	margin: 0px 8px 0px 8px;
}

.menuContainer {
	width: 124px;
	margin-bottom: 8px;
	color: #470;
	border-bottom: 1px solid #470;
	background-image: url(/images/template/menu-bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}

.mTitle {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background-image: url(/images/template/menu-top.gif);
	background-repeat: no-repeat;
	padding: 5px 4px 9px 7px;
	margin-top: 0px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-align: left;
}

.menuContainer a {
	color: #003333;
	text-decoration: none;
}

.menuContainer a:hover {
	text-decoration: underline;
}

.menuContainer ul {
	padding: 0px 0px 4px 0px;
	margin: 2px 0px 0px 22px;
	list-style-image: url(/images/template/bullet-menu.gif);
	text-align: left;
}

.menuContainer ol {
	padding: 0px;
	margin: 2px 0px 0px 8px;
	padding-bottom: 4px;
	list-style-position: inside;
	text-align: left;
}

.middleFooter {
	clear: both;
	background-image: url(/images/template/main-background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;

}

.columnContainer {
	background-image: url(/images/template/column-bg.gif);
	background-repeat: repeat-y;
	margin-left: 8px;
}

.columnContainerEnd {
	background-image: url(/images/template/column-bg-end.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.column {
	float: left;
	width: 232px;
	margin-right: 8px;


}

.columnTop {
	background-image: url(/images/template/column-heading-top.gif);
	background-repeat: no-repeat;
}

.footer {
	clear: both;
	border-top: 1px solid  #666666;
	margin: 30px 20px 0px 20px;
	padding: 4px 0px 10px 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 90%;
}


/* #######################

	Start of Content Styles

####################### */


.imageFloatLeft {
	float: left;
	margin: 0px 8px 8px 0px;
}

.imageFloatRight {
	float: right;
	margin: 0px 0px 8px 8px;
}

.imageBorder {
	border: 1px solid #FF61E7;
}

.smallPrint {
	font-size: 80%;
}

.highlightBlue {
	font-weight: bold;
	color: #055299;
}

.highlightYellow {
	font-weight: bold;
	color: #FFBE00;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

}

/* ------ END MEDIA TAG ----- */