body{
	background-color: #D5D5D5;
	background-image: url(../../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	font-family: "trebuchet MS", arial;
	color: #084C8D;
	font-size: 12px;
}
h1{
	padding:0px;
	margin:0px;
	font-size:24px;
}
h2{
	padding:0px;
	margin:0px;
	font-size: 21px;
}
h3{
	padding:0px;
	margin:0px;
	font-size:18px;
}
h4{
	padding:0px;
	margin:0px;
	font-size:16px;
	color: #005232;
}
h5{
	padding:0px;
	margin:0px;
	font-size:16px;
	color: #FF3300;
}
h6{
	padding:0px;
	margin:0px;
	font-size:16px;
	color: #084C8D;
}
/*///////////////////////////////
/////// INFOBAR /////////////////
///////////////////////////////*/
/* Top Bar with "Quick" links */
#infoBar {
	background-image: url(../../images/youth/infobar_bg.gif);
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	vertical-align: middle;
	font-family: "trebuchet MS", arial;
	font-size: 11px;
	color: #FFFFFF;
}
#infoBarLogo{
	float: left;
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
}
#infoBarNav {
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
#infoBar a:link, #infoBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#infoBar a:hover{
	color: #FFF284;
	text-decoration: underline;
}
/*///////////////////////////////
/////// HEADER BAR //////////////
///////////////////////////////*/
#header {
	background-image: url(../../images/youth/header_bg.jpg);
	height: 79px;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 257px;
	float: left;
	background-image: url(../../images/youth/logo.jpg);
	height: 79px;
}
#sectionTitle{
	text-align:right;
	margin:35px 20px 0px 0px;
	background-image: url(../../images/youth/sectionTitle.gif);
	background-repeat:no-repeat;
	height: 19px;
	width: 125px;
	float:right;
}
#menu {
	background-image: url(../../images/youth/navBarLine.jpg);
	background-position: bottom;
	height: 29px;
	background-repeat: repeat-x;
}
/*///////////////////////////////
////// Input Fields /////////////
///////////////////////////////*/
input.button{
	background-color: #084C8D;
	font-family: "trebuchet MS", arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
input.text{
	border: 1px solid #084C8D;
	height: 16px;
	font-family: "trebuchet MS", arial;
	font-size: 11px;
	color: #084C8D;
	padding:0px 3px 0px 3px;
}
/*///////////////////////////////
////// FOOTER ///////////////////
///////////////////////////////*/
#footer {
	background-image: url(../../images/youth/footer_bg.gif);
	clear: both;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 6px;
	background-color: #084C8D;
	height: 16px;
	text-align: center;
}
#footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFE831;
	text-decoration: underline;
}
#copyright{
	background-image: url(../../images/youth/footerRedBar.gif);
	width: 748px;
	clear: both;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 5px;
	background-color: #084C8D;
	height: 22px;
	text-align: center;
}
#addressInfo{
	background-image: url(../../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
	width: 436px;
	height: 64px;
	text-align: left;
	padding-left: 190px;
	padding-top: 23px;
	margin-right: auto;
	margin-left: auto;
}
#addressInfo a:link, #addressInfo a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#addressInfo a:hover{
	color: #FFE831;
	text-decoration: underline;
}
#leftSide {
	width: 589px;
	float: left;
}
.hideMe{
	display: none;
}
form{
	margin:0px;
	padding:0px;
}
