@charset "UTF-8";

body {
	text-align:center;
	background-color: #732475;
}
#container {
	width: 800px;
	background-color: #C9E2FC;
	position: relative;
	background-position: left 145px;
	background-image: url(images/navbar_background.gif);
	background-repeat: no-repeat;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 5px;
	border-left-style: solid;
	margin:0 auto;
	}
/*----------position container elements--------*/
#header{
	position:relative;
	background-color: #C9E2FC;
	background-repeat: no-repeat;
	width:800px;
	height: 145px;
	background-image: url(images/main_header.jpg);
	clear: both;
	}
#header h1 {
	position:absolute;
	left: 198px;
	top: 23px;
	font-family: "BankGothic Lt BT", sans-serif;
	font-size: 80px;
	color: #fff;
	font-weight: lighter;
	font-variant: normal;
	font-style: normal;
	clear: both;
	margin: 0px;
	width: 602px;
	text-align: left;
	}
#main_content {
	float: right;
	width: 635px;
	position: relative;
	}
#general_header {
	background-image: url(images/main_content_header_none.gif);
	background-position:left top;
	background-repeat:no-repeat;
	position: relative;
	height: 29px;
	width: 626px;
	background-color: #266C13;
	margin: 0px;
	padding: 0px;
	left: 0px;
	clear: both;
	float: left;
	}
#general_header h3{
	font-family: "BankGothic Lt BT", sans-serif;
	margin-top: 5px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	}
#general {
	width:606px;
	background-image: url(images/main_content_middle.gif);
	background-repeat:repeat-y;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	float: left;
	overflow: hidden;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	}
#general  .h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #732475;
	clear: both;
	width: 606px;
	}
#general h3 {
	font-family: "BankGothic Lt BT", sans-serif;
	color: #008EE5;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #008EE5;
	text-align: center;
	font-size: 18px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #008EE5;
	border-right-color: #008EE5;
	border-bottom-color: #008EE5;
}
#general h4 {
	font-size: 18px;
	color: #732475;
	font-family: "Georgia Bold", "Abadi MT Condensed Extra Bold", "Copperplate Gothic Bold";
	padding-bottom: 5px;
	font-weight: bold;
}
#general .image {
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 150px;
	}
	
#general #infotable {
	background-color: #3BCEFE;
	font-family: "Georgia Bold", "Abadi MT Condensed Extra Bold", "Copperplate Gothic Bold";
	color: #000000;
	font-size: 1.1em;
}
#generalfooter {
	background-image:url(images/main_content_footer_none.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	position: relative;
	height: 29px;
	width: 626px;
	float: left;
	}
/*--------Main Nav Menu-------*/
/*Remember that you can just add a comma and name if you have any more sidebar navs with different names*/
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#sidebar #navigation ul li{
	margin: 0;
	padding: 0;
	text-align: left;
	}
#sidebar #navigation ul a:link, #sidebar #navigation ul a:visited{
	text-decoration: none;
	width: 100px;
	background-color: #008EE5;
	color: #FFFFFF;
	margin-left: 15px;
	margin-top: 20px;
	line-height: 32px;
	font-size: 16px;
	font-family: "Georgia Bold", "Abadi MT Condensed Extra Bold", "Copperplate Gothic Bold";
	border: 2px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	float: none;
	clear: both;
	}
#sidebar #navigation ul a:hover, #sidebar #navigation ul a:active {
	color: #FFCC00;
	background-color: #A10711;
	}

/*------Sidebar Starts-----*/
#sidebar {
	float:left;
	width: 130px;
	clear: none;
	position: relative;
	}
#clear {
	clear:both
	}
#footer {
	width:800px;
	background-color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	height: 50px;
	position: relative;
	vertical-align: top;
	margin-bottom: 0px;
	float: left;
	overflow: hidden;
	}

/*------formating for links------*/
a:link {
	color: #000;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0A85EE;
	padding-left: 8px;
	text-decoration: none;
}
a:visited {
	color: #000;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #0A85EE;
	padding-left: 8px;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0A85EE;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #732475;
	padding-left: 8px;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0A85EE;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #732475;
	padding-left: 8px;
	text-decoration: none;
}	
