.color1, a, h1 {
	color: #BB2C15;
}
a:hover, a{
	text-decoration: underline;
	color: #BB2C15;
}

.color2, h2, h3 {
	color: #2F6197;
}

h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
}

.white {
 color:#ffffff;
}
body {
	background-color: #0F2846;
	background-image: url('../images/bg-main.jpg');
	background-repeat: repeat-x;
}

.background2 {
	margin: auto;
	width: 1024px;
	background-image: url('../images/background_shadow.png');
	background-position: ;
	background-repeat: repeat-y;
}

div#masthead {
	background-color: #ffffff;
	background-image:url("../images/header.jpg");
	height: 132px;
}
div#container {
	padding: 0 15px 0 15px;
	background: #ffffff;
}
div#subhead {
background-color:#999999;
line-height:25px;
height: 25px;
margin-bottom: 30px;
}
td#leftSidebar {
width: 161px;
padding-right: 15px;
}
td#middleCol {
	padding: 0;
}



div.button {
	/*background-image:url('images/orange_button.gif');*/
	background: #2F6197;
	/*border:1px solid #003F74;*/
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-top:10px;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:100px;
}

div.button2{
	/*background-image:url('images/orange_button.gif');*/
	background: #A30030;
	/*border:1px solid #003F74;*/
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin-top:10px;
	padding:2px;
	text-align:center;
	text-decoration:none;
	width:100px;
}

#copy h3, #copy p {
	color: #333333;
	font-size:1.1em;
	font-weight:normal;
	padding:0 0 15px;
}

#copy h3 strong {
	color:#F05023;
	text-transform:uppercase;
}

div#featured {
	background: #A0431D url('images/featured_bg.jpg') no-repeat;
	padding: 0px 0px 0px 0px;
	height:200px;
}
div#featured img.white_border{
	border: 2px solid #ffffff;
}
div#featured td.padded{
	padding: 18px 18px 18px 18px;
}

div.right_callout{
	padding: 15px;
	width: ;
	height: 400px;
	background: #BF4F21;
	
}
	div.right_callout h1{
		color: #ECD6B3;
		font-size: 14px;
		font-weight: bold;
	}
	div.right_callout p{
		color: #ffffff;
		font-size: 11px;
		line-height: 17px;
	}






	#sponsors {
clear:both;
margin:5px 0 10px;
}
#sponsors h3 {
color:#5A5858;
font-size:2em;
margin:0 5px;
}
#sponsors .box {
background-color:#F7F7F7;
}
#sponsors .box {
padding:10px 10px 2px;
}
#sponsors ul {
border:1px solid #3A3737;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 10px;
padding:5px 13px 2px;
}
#sponsors ul li {
display:inline;
margin:0;
padding:0 5px;
}
#sponsors ul li img {
border:1px solid #DAD7D8;
margin:5px 0;
}
#organizations {
clear:both;
margin:5px 0 10px;
}
#organizations h3 {
color:#5A5858;
font-size:2em;
margin:0 5px;
}
#organizations .box {
background-color:#F7F7F7;
}
#organizations .box {
padding:10px;
}
#organizations ul {
border:1px solid #3A3737;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px 13px 2px;
}
#organizations ul li {
display:inline;
margin:0;
padding:0 5px;
}
#organizations ul li img {
border:1px solid #DAD7D8;
margin:5px 0;
}
td.spright.spleft h1 {
	font-size: 18px;
}
span.required{
color: #CC0000;
}