@charset "UTF-8";
/* CSS Document */

/***** html tag styles *****/

/* format all the body text: font, size, & color || set a tiled background image */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #333;
	margin-left: 30px;
}

/* make all headings the same style (italic), color, remove the bottom margin, and underline it */	  
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	color: #000;
	padding-top: 5px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

				   
/* format the sizes of the heading */
h1 {
	font-size: 20px;
	margin-top: 10px;
}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}				   

/* style links within the body copy of the page */
a {
	color: #bf1e2e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-style: italic;
}


/***** IDs *****/

/* div to wrap around all of the site */
#wrapper {
	width: 902px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/* div containing the header logo image & text entry of location info */
#header {
	background-image: url(images/IntForm_logobar.jpg);
	height: 92px;
	width: 900px;
}

/* div containing top half of the black bar */
#blackbar {
	background-image: url(images/IntForm_blackbar.jpg);
	background-repeat: repeat-x;
	width: 900px;
	height: 22px;
}

/* divs containing bottom of black bar and drop shadow and spot for photo */

#leftaccent {
	background-image: url(images/left_accent.jpg);
	width: 36px;
	float: left;
	height: 675px;
	background-repeat: no-repeat;
}

#navigation {
	background-image: url(images/navigation.jpg);
	float: left;
	width: 180px;
	height: 675px;
	background-color: dcceab;
	background-repeat: no-repeat;
	padding-top: 15px;
}

#photobox {
	float: left;
	height: 175px;
	width: 684px;
}

/* div containing main content */
#content {
	float: left;
	height: 480px;
	width: 610px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

/* div containing right accent bar */
#rightaccent {
	background-color: bf1e2e;
	height: 500px;
	width: 40px;
	float: left;
	background-image: url(images/right_accent.jpg);
	background-repeat: repeat-y;
}

/* div containing footer */
#footer {
	width: 900px;
	text-align: center;
	border-top: 1px solid #000000;
	clear: both;
	color: #FFF;
	background-color: #000;
	height: 60px;
	font-size: 12px;
	line-height: 16px;
	vertical-align: top;
	text-decoration: none;
}
}
