#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:#FFFFFF;
	background-image:url(../images/bg_body.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#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;
	float:left;
	text-align:left;
	background-image:url(../images/bg_main.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#head_container {
	width:750px;
	padding:0;/*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:151px;/*Will be determined by the graphic*/
	background-image:url(../images/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu1 { /*all other menu styles should be on the menu style sheet*/
	width:750px;
	padding:0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
}

#menu_head { /*all other menu styles should be on the menu style sheet*/
	width:750px;
	padding:0 0 3px 0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
}

#menu_head1 {
	width:455px;
	padding:5px 0 0px 0;
	margin:0;
	float:left;
	text-align:center;
}

#menu_head2 {
	width:295px;
	padding:5px 0 0px 0;
	margin:0;
	float:left;
	text-align:center;
}

#menu2 { /*all other menu styles should be on the menu style sheet*/
	width:750px;
	height:28px;
	padding:0 0 0 0;/*This positions the menu horizontally within the header div. This should not exceed the height of the div.*/
	margin:0;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
}

#main_left {
	width:599px;
	padding:0;
	margin:0;
	float:left;
	min-height:500px;
}

#content_left {
	width:177px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:500px;
	height:500px;
}

#left_text {
	width:152px;
	padding:0 0 25px 25px;
	margin:0;
}

#content_main {
	width:422px;
	padding:0;
	margin:0;
	float:left;
}

#main_text {
	width:400px;
	padding:11px;
	margin:0;
}

#main_right {
	width:151px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/bg_right_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#content_right {
	width:151px;
	padding:0;
	margin:0;
	background-image:url(../images/bg_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:500px;
	height:500px;
}

#right_text {
	width:130px;
	padding:15px 14px 5px 7px;
	margin:0;
	font-size:11px;
}

#full-header{
	float:left;
	width:380px;
	padding:0 0 0 20px;
}

#left-title{
	float:left;
	width:220px;
	padding:25px 0 0 50px;	
}

#right-title{
	float:left;
	width:110px;
	padding:0 20px 0 0;	
}

#left-contact{
	float:left;
	width:150px;
	padding:0 0 0 50px;	
}

#right-contact{
	float:left;
	width:160px;
	padding:0 0 0 40px;	
}

.clr {
	clear:both;
}

#footer {
	width:750px;
	padding:0;/*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;
	background-image:url(../images/bg_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
}

#footer_content {
	width:750px;
	padding:5px 0 0 0;/*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;
	text-align:center;
	font-size:11px;
}

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

p {
	padding:6px 0 12px 0;
}

h1 {
	padding:0 0 12px 0;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

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

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

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

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

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

#right_text h2 {
	color:#D1D1D1;
	font-size:15px;
	padding:0;
}

 hr {
  border: 0;  
  width: 360px;
  text-align:center;
  color: #D31245;
  background-color: #D31245;
  height: 5px;
  margin-bottom:10px;
}

 
a {
	color:#0000FF;
}

a:hover {
	color:#FF0000;
}

#right_text input {
	margin:0 0 10px 0;
	padding:0;
	font-size:11px;
	text-align:center;
}

div#login {
	text-align:center;
}


ol li {
	padding:0 0 8px 0;
	margin:0;
	
}


ul li {
	padding:0 0 12px 0;
	margin:0;
	
}

p.question{

	font-weight:bold;

}
