/* CSS Document */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
margin:0;
padding:0;
text-align:center;

}

a{
color:#ee1919;
text-decoration:underline;

}

a:hover{
color:#ee1919;
text-decoration:none;

}

	#frame{
	width:942px;
	margin:0 auto;
	text-align:left;
	
	}
	
	#header{
	width:942px;
	height:152px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	
	}
	
	h1{
	font-weight:normal;
	font-size:28pt;
	margin-bottom:10px;
	color:#ee1919;
	
	}
	
		.h1-highlight{color:#e77;}
	
	h2{
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	color:#87e;
	
	}
	
		.h2-highlight{color:#1919ee;}
		
	#content{
	width:611px;
	margin-right:30px;
	float:left;
	
	}
	
		.box{
		width:611px;
		height:231px;
		margin-bottom:30px;
		background-image:url(images/box-background.gif);
		background-repeat:no-repeat;
		background-position:top;
		border-top:1px solid #fff;
		
		}
		
		h3{
		font-size:16pt;
		font-weight:normal;
		color:#ee1919;
		margin:18px 20px 0 20px;
		border-bottom:1px solid #ee1919;
		
		}
		
			.h3-highlight{
			font-size:14pt;
			
			}
			
		p{
		margin:20px;
		
		}
		
		.box img{
		float:left;
		margin:0 20px 0 0;
		
		}
	
	#right-bar{
	float:left;
	width:300px;
	margin-top:30px;
	
	}
	
	#footer{
	width:942px;
	border-top:1px solid #ee1919;
	
	}
	
		#footer p{
		text-align:center;
		
		}