#center { /*This is what makes the website center in the window*/
	width:750px; /*This needs to be the maximum width of the website. This is determined by the graphic.*/
	margin:0 auto;
	padding:0;
}

body {
	margin:0;/*This adds spacing around the entire website. If the design calls for there to be no spacing above the website the margin can be set at 0 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#B3B9D8;
}

#header_container {
	width:750px;
  padding:0px;
	height:129px;
	background-color:#B3B9D8;		
	background-image:url(../images/bg-header.jpg);	
	background-position:top left;
	background-repeat:no-repeat;		
}

#header_content {
	width:740px;
	padding:77px 10px 0 0;
	margin:0;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:right;
	font-weight:bold;
}

#menu { /*all other menu styles should be on the menu style sheet*/
	width:630px;
	float:left;
	padding:13px 0px 0px 120px;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;		
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;	
}

#main {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;	
	background-color:#FFFFFF;	
	text-align:left;
	background-image:url(../images/bg-repeat.jpg);	
	background-position:top left;
	background-repeat:repeat-y;	
	float:left;
}

#main_bg {/*To add an expanding background for the whole site, even if it is just solid colors, add a repeating image to this div*/
	width:750px;
	padding:0;
	margin:0;
	float:left;
}

#main_content {/*This is the container that holds the left and middle divs. I used this to make positioning easier. If this were a two column layout we wouldn't need this.*/
	width:750px;
	padding:0px;/*Change for positioning. Remember to adjust width accordingly.*/
	margin:0;
	float:left;	
	min-height:542px;
	background-image:url(../images/bg-content.jpg);	
	background-position:top left;
	background-repeat:no-repeat;
}

#content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:495px;
	float:left;
	padding:0 15px 0 40px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;	
}

#right_content_container {/*The width, padding, margin, and border should equal the width of the middle container div.*/
	width:200px;
	float:left;
	padding:0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
}

#right_content_text {
	width:165px;
	float:left;
	padding:0px 10px 0 25px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	font-weight:bold;
	font-size:11px;	
}

#right_flash{
width:165px;
	padding:12px 0px 0px 0;
	margin:0px 0 30px 0;
}

.clr {
	clear:both;
}

#footer {
	width:750px;
	padding:0px;/*If you need to have more padding on the left or right remember to adjust the the width accordingly. (Subtract both left and right padding from width.*/
	margin:0;
	height:17px;
	background-color:#FF0024;
}

#footer_content {
	width:750px;
	padding:1px 0 0 0;
	margin:0;
	text-align:center;
	font-size:11px;
}

/*General Styles*/
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}

p {
	padding:9px 0;
}

h1 {
	padding:20px 0 12px 0;
	font-size:24px;
	font-weight:bold;
	color:#717CB6;
}

h2 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	font-style:italic;
	
}

h3 {
	padding:12px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	
}

h3.top-home {
	padding:25px 0 9px 0;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	
}

h4 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	
}

h4.home {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:center;
	
}

h5 {
	padding:12px 0 6px 0;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	
}

h6 {
	padding:12px 0 3px 0;
	font-style:italic;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}

a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

ul {
	list-style-type:disc;
	margin-top:0;
	padding-top:0;
}

li {
	padding-bottom:6px;
}

object {
	padding:0;
	margin:0;
}
