body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;

	color: #333333;
	 margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
	background-image:url(../images/back.png);
	background-repeat:repeat;
}
img{
	 border:0;
}
.invisible{
	visibility:hidden;

}
a:hover{
	
	text-decoration: none;	
}
a:visited, a:link{
	text-decoration: none;	
	color:#333333;
	padding:0px;
	margin:0px;
}
.highlight{
	font-size:16px;
	color:#FF3333;
}
.red{
	color:#FF3333;
}
/* BODY ONLY */
#body_main {
	position:relative;
	width: 512px;
	top:20px;
	clear: both;
	background-color: white;
	float: left;

}
.indent {
	padding-left: 25px;
}
.header_body {
	width: 450px;
}



/* NAV ONLY */
#nav {
	width: 205px;
	font-size:14px;
	float: left;
	position: absolute;
	left: 29px;
	top: 193px;
	background-color: white;
	
}
.nav_heading{
	padding-bottom:5px
}
.nav_heading, .nav_heading a:visited, .nav_heading a:link{
	color:#FF3333;
}

.nav_subtext, .nav_subtext_red{
	padding-left: 20px;
}

.nav_subtext_red, .nav_subtext_red a:link, .nav_subtext_red a:visited{
	color:#FF3333;
}

.nav_body{
	padding-top:5px;
	
}
.nav_body_hidden{
	padding-top:5px;
	display:none;
}

#outside{
	background-image:url(../images/back_fade.png);
	background-repeat:repeat-x;
	height: 100%;
	width: 100%;
}

#boss{
	position: relative; /* container positioning */
	margin-left: auto;
	margin-right: auto;
	width: 1028px;
	text-align: justify; /* to realign your text */
	height: 100%;
}

#site {
	background-color: #FFFFFF;
	width: 784px;
	height: 1024px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	
}
#splash{
	width:783px;
	background-image: url(../images/splash_bottom.jpg);
	background-repeat: repeat;
	position: relative;
	height: 1000px;
}

#header {
	height: 84px;
	width: 783px;
	position: relative;
}

#top_nav{
	background-image:url(../images/topnav_back.png);
	background-repeat:repeat-x;
	width: 783px;
	height: 58px;
	position: relative;
}

#navbuttons {
	position: relative;
	top: 18px;
	left: 469px;
	width: 294px;

}

#body_outer {
	position: absolute;
	width: 514px;
	background-color: white;
	left: 245px;
	top: 193px;
	
}

#body_header{
	height: 163px;
	width: 512px;
	float: left;
	clear: both;
}

#left_border{
	background-image:url(../images/left_back.png);
	background-repeat:repeat-y;
	background-position:right;
}

.bottom_padded{
	margin-bottom:10px;
}
#right_border {
	background-image:url(../images/right_back.png);
	background-repeat:repeat-y;
}
.equal_height_peripherals tr {
	height: 180px;
}
.form_request tr {
	padding-bottom: 10px;
	text-align: right;
}
.highlighted_area {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

