/* Start Borders CSS */

/* Header Section */

#header{
	width: 797px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, verdana, helevetica;
	font-size: 11px;
	font-weight: bold;
	border: #000000 1px solid;
	}

#header a{
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:hover{
	text-decoration: none;
	color: #FF0000;
	}

td.topBar {
	width: 797px;
	clear: both;
	background-color: #1C3764;
	height: 15px;
	vertical-align: middle;
	}

#topBarLeft {
	float: left;
	width: 395px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 3px;
	}

#topBarRight {
	float: right;
	width: 395px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 3px;
	}

td.banner {
	text-align: center;
	width: 797px;
	height: 100px;
	background-color: #1C3764;
	}

td.bottomBar {
	background-color: #1C3764;
	width: 797px;
	height: 10px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
}

#bottomBarMenu {
	align: center;
	text-align: center;
	font-size: 11px;
	padding-left: 3px;
}

/* Side Content Section */

#leftMenu {
	width: auto;
	text-align: left;
	font-size: 11px;
	border-top:#FFF 1px solid;
	padding-left:3px;
	color:#FFFFFF;
	font-family: arial, verdana, helevetica;
	font-weight: bold;
	}
	
#leftMenuHeader {
	width:auto;
	height:auto;
	text-align: center;
	font-size: 11px;
	color:#FFFFFF;
	font-family: arial, verdana, helevetica;
	font-weight: bold;
	text-decoration:underline;
	padding-bottom: 2px;
	}	

#leftMenu a{
	text-decoration: none;
	color: #FFFFFF;
	}
	
#leftMenu a:hover{
	text-decoration: none;
	color: #FF0000;
	}

/* Footer */

#footer {
	font-family: arial, verdana, helevetica;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
	text-align: center;
	}

/* End Borders CSS */