* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/Webpages/BKGGreen-01.jpg);
}

#sitebox {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}

#sitebox #TopBanner {
	height: 242px;
	width: 1200px;
	background-image: url(../images/Webpages/Banners/01.jpg);
	background-repeat: no-repeat;
}

#sitebox #TopBar {
	height: 76px;
	width: 1200px;
	background-image: url(../images/Webpages/TopBar.jpg);
	background-repeat: no-repeat;
}

#sitebox #NavBar {
	float: left;
	height: 50px;
	width: 819px;
	text-align: center;
	font-size: 19px;
	background-image: url("../images/Webpages/Menu/Menu-BKG.jpg");
}

ul#MenuBar{
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 50px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	background: transparent url("../images/Webpages/Menu/bgOFF.jpg") repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#MenuBar li{
	display: block;
	float: left;
	margin: 0;
	pading: 0;
}

ul#MenuBar li a{
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
	height: 35px;
	background: transparent url("../images/Webpages/Menu/bgDIVIDER.jpg") no-repeat top right;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

ul#MenuBar li a:hover{
	background-color: transparent;
	background-image: url("../images/Webpages/Menu/bgHOVER.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

ul#MenuBar li a.current,ul#MenuBar li a.current:hover{
	color: #fff;
	background: transparent url("../images/Webpages/Menu/bgON.jpg") no-repeat top right;
}

#sitebox #SMBar {
	background-image: url(../images/Webpages/Menu/SM-BKG.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 381px;
	float: right;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#sitebox #SMIcons {
	padding-left: 20px;	
	
}

#sitebox #Content {
	background-image: url(../images/Webpages/BKGGreen-01.jpg);
	background-repeat: repeat-x;
	width: 1200px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#sitebox #Content #Box {
	width: 1150px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
}

#sitebox #BottomBar {
	height: 115px;
	width: 1200px;
	background-image: url(../images/Webpages/BottomBar.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	
}

.GrayText {
	color: #CCC;
	font-size: 0.875em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.Link {
	color: #0F9;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.Bold {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


.BigBold {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
}

.Caption {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.Menu {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align: text-bottom;
}
