@charset "utf-8";
/* CSS Document */

body {
	background-color: #69C;
	background-image: url(../images/siteBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#page {
	width: 850px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	
}

#header {
	background-image: url(../images/banner_BG2.jpg);
	background-position: center;
	height: 150px;
	width: 100%;
	clear: right;
	margin: 0px;
	padding: 0px;
}

#mainMenuContainer {
	float: none;
	width: 100%;
	height: 30px;
	background-color: #036;
	text-align: center;
	clear: right;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	
}

#mainMenu {
	width: auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#sideBarLeft {
	width: 24%;
	float: left;
	background-color: #036;
	margin-left: 15px;
	margin-top: 25px;
	margin-right: 10px;
	border: 1px solid #003;
	width: 26%;
}

.sbrPanel {
	background-color: #FFF;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
	border: 1px solid #003;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
		
}

.sbrPanel h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	color: #036;
	text-align: center;
		
}

.sbrPanel a{
	color: #036;
	text-decoration: none;
	text-align: center;
		
}

.sbrPanel a:hover{
	color: #900;
	text-decoration: none;
	border: medium none #FC0;
}



#testImg {
	float: left;
	
}

.welcome {
	background-color: #036;
	width: 100%;
	clear: right;
	padding: 0px;
	margin: 0px;
}

.welcome h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FC0;
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	letter-spacing: 0.3em;
}

#footer {
	background-color: #036;
	color: #FFF;
	margin-top: 40px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	clear:left;
	
}

#footer a{
	color: #09C;
	text-decoration: none;	
	
}

#footer a:hover{
	color: #FF3;
	text-decoration: none;	
}
