body {
	font:12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size:15px;
	font-style:italic;
}
h2, h3 {
	font-size:12px;
	font-style:italic;
}
.header {
	background:#0280BF;
	height:20px;
	width:100%;
}
.container {
	margin:0px auto;
	width:750px;
}
.branding {
	border-bottom:1px solid #CCCCCC;
	height:121px;
}
.branding img {
	float:left;
}
.logo {
	margin:25px 0px 0px 0px;
}
.header_image_1 {
	margin:12px 0px 0px 75px;
}
.header_image_2, .header_image_3 {
	margin:12px 0px 0px 12px;
}
.menu {
	background:#EEEEEE;
	float:left;
	font-size:11px;
	padding:0px 10px;
	width:175px;
}
.menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu li {
	float:left;
	margin:0px;
}
.menu li a {
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	float:left;
	height:30px;
	line-height:30px;
	text-decoration:none;
	width:175px;
}
.menu li a:hover {
	background:white;
}
.menu div {
	background:url(../images/gradient.gif) repeat-x;
	clear:left;
	height:100px;
	margin:0px 0px 0px -10px;
	width:195px;
}
.content {
	color:#666666;
	float:left;
	padding:30px;
	width:495px;
}
.content ul {
	margin-left:50px;
}
.footer {
	background:url(../images/footer.gif) repeat-x;
	clear:left;
	text-align:center;
	width:100%;
}
.footer_text {
	font-size:10px;
	margin:10px 0px 0px;
}
.footer_text a {
	color:#000000;
}