/* CSS Document */

body {
	background-color: #19181d;
	/* background-color: #101e39; */
	background-image:url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align:center;
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	margin-top: -2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	background: #008fd5;
	margin: 0;
	padding: 5px 0 5px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center;
	font-weight: bold;
	background: #008fd5;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 -1px 0;
	}

a img {
	border-width: 0;
	margin-right: 4px;
		}

#container {
	width: 1025px;
	/* background-color: #101e39; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 1025px;
	text-align: center;
	margin-left: auto ;
  	margin-right: auto ;
	/* this is how you center a div image with left and right auto margins!!! */
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

#sidebarLeft {
	float: left;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	display:block;
}

#sidebarLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

#sidebarLeft a {
	display: block;
	padding: 3px 3px 5px 15px;
	background-color: #ffffff;
	color: #006699;
	border-bottom: 1px #008fd5 solid;
	/* original light gray border color code -- border-bottom: 1px #008fd5 solid; */
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#sidebarLeft p {
	display: block;
	padding: 3px 3px 5px 15px;
	background-color: #ffffff;
	color: #006699;
	border-bottom: 1px #008fd5 solid;
	margin: 0 0 15px 0;	/* original light gray border color code -- border-bottom: 1px #008fd5 solid; */
}

#mainContent {
	width: 700px;
	margin-left: auto ;
  	margin-right: auto ;
	padding: 5px 1em 0 3em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#sidebarRight {
	float: right;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	display:block;
}

#sidebarRight ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

#sidebarRight a {
	display: block;
	padding: 3px 3px 5px 15px;
	background-color: #ffffff;
	color: #006699;
	border-bottom: 1px #008fd5 solid;
	/* original light gray border color code -- border-bottom: 1px #008fd5 solid; */
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}

#sidebarRight p {
	display: block;
	padding: 5px 10px 8px 10px;
	background-color: #ffffff;
	color: #006699;
	border-bottom: 1px #008fd5 solid;
	margin: 0 0 15px 0;	/* original light gray border color code -- border-bottom: 1px #008fd5 solid; */
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

#footer p{
	margin: 0;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	font-size: .9em;
	}
	
.style1 p{
	color: #ffffff;
	text-align: center;
	font-size: .9em;
}
	
.classFooter a:link {text-decoration: underline; color: #ffffff;}	
.classFooter a:visited {text-decoration: underline; color: #ffffff;}
.classFooter a:active {text-decoration: underline; color: #ffffff;}
.classFooter a:hover {text-decoration: underline; color: #ffff00;}

