@charset "utf-8";
body {
	font: 100%/2.0 Verdana;
	background: #87ceeb;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	color: #021059;
	font-size: medium;
	text-align: justify;
}
h4 {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color: #021059;
	font-size: small;
}
p {
	margin-top: 0;	 
	padding-right: 15px;
	color: rgb(0,0,0);
	font-size: small;
}	
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
a.specialeffects:hover {
	color: rgb(255,255,255);
	background-color: #FF0000;
	font-size: medium;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
.header {
	background: #021059;
	text-align: right;
}
.content {
	padding: 10px 0;
	color: #000000;
	margin-right: 15px;
}
.footer {

	padding: 10px 0;

	background: #021059;

	color: #FFFFFF;

	width: 960px;

	align: middle;

	color: rgb(0,0,0);

}



/* ~~ miscellaneous float/clear classes ~~ */

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

	align: center;

}

.content p {

	text-align: justify;

}

.content table tr td p strong {

	text-align: justify;

}

/* start scroller css */

.list_carousel ul {
	margin: 0;
	padding: 10px 0 0 0px;
	list-style: none;
	display: block;
}

.list_carousel li {
	padding: 0;
	margin: 2px;
	display: block;
	float: left;
}

.list_carousel {
	width:960px;
	margin-left: 0;
}
			
.clear {
	clear:both;
}

/* end scroller css */

/* start hover menu css */

.hovermenu ul{
	font: bold 14px verdana;
	padding-left: 0;
	margin-left: 0;
	width:100%;
	background-color: #778899;
	height: 30px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
	padding: 3px 0.5em;
	text-decoration: none;
	float:left;
	display:inline;
	color: rgb(255,255,255);
	background-color: #778899;
	border: 3px solid #778899;
}
.hovermenu ul li a:hover{
background-color: #ff0000;
border-style: outset;
}
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* end hover menu css */
