@charset "UTF-8";
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background: url(../images/bodybg.png) repeat-x top #fff;
	font-size: 12px;
	}
	
/* ========== Main Body Sections ========== */	
	
#bodycontainer {
	width: 475px;
	margin: 0 auto;
	}

#brief {
	text-align: justify;
	color: #fff;
	margin-bottom: 30px;
	}
		
#footer {
	font-size: 10px;
	color: #7C7878;
	padding: 0 10px;
	}
	
.addresses {
	width: 49%;
	float: left;
	}
	
.footnotes {
	width: 49%;
	float: right;
	text-align: right;
	}
	

	
/* ========== Image Replacements ========== */

.logo {
	display: block;
	width: 473px;
	height: 387px;
	text-indent: -10000px;
	background: url(../images/logo.jpg) no-repeat;
	margin: 57px 0 80px 0px;
}

.logosprite {
	background: url(../images/logosprite.png) no-repeat 0 bottom;
	text-indent: -10000px;
	display: inline-block;
	width: 47px;
	height: 10px;
	}
	
.footnotes .logosprite {
	text-align: left;
	}

/* ========== Link, Heading and Text Styles ========== */	

a:link, a:visited, a:active {
	text-decoration: none;
	color: #C8DB25;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#footer a {
	font-weight: bold;
	}
	
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align:left;
	}
	
h2 a:link, h2 a:visited, h2 a:active {
	font-size: inherit;
	font-weight: normal;
	}
	
.synopsis {
	color: #C8DB25;
	font-weight: bold;
	}
	
.strong {
	font-weight: bold;
	}
	
p.breakafter {
	margin-bottom: 10px;
	}