@charset "UTF-8";

body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000 url(../images/bg_body.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}
#flag {
	padding: 0px;
	height: 193px;
	width: 960px;
} 
#logo {
	padding: 0px 0 0;
	height: 136px;
	width: 960px;
	background: url(../images/bg_logo.png) no-repeat;
} 
#logo img {
	float: left;
	margin: 0px;
}
#mainNav {
	padding: 0px 0px 0px 35px;
	height: 35px;
	width: 925px;
	background: url(../images/bg_mainNav.png) no-repeat;
} 
#flagNav {
	padding: 0px 240px 0px 0px;
	height: 22px;
	width: 720px;
	background: url(../images/bg_flagNav.png) no-repeat;
	text-align: right;
} 
#content {
	width: 960px;
	background: url(../images/bg_content.png) repeat-y;
}
#sidebar {
	float: right;
	width: 240px;
	padding: 0px 0px 36px;
}
#mainContent {
	margin: 0;
	float: left;
	width: 680px;
	padding-top: 5px;
	padding-bottom: 36px;
	padding-left: 35px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #000000;
} 
#mainContent .photoHole {
	width: 680px;
}
#mainContent .textArea {
	width: 530px;
	margin-left: 49px;
	padding-left: 50px;
	border-left: 1px solid #000000;
	margin-top: 24px;
}
#mainContent h1 {
	font: bold 18px Verdana, Geneva, sans-serif;
	color: #000000;
}
#mainContent h2 {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #3C5BB0;
}
#mainContent h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}
#mainContent h4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px dotted #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 4px;
}
#mainContent h5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #000000;
}
#mainContent h6 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #7F6242;
}
#mainContent p {
	line-height: 18px;
}
#mainContent p.caption {
	font-size: 11px;
	font-style: italic;
	text-indent: 24px;
}
#mainContent p.disclaimer {
	font-size: 10px;
	font-style: italic;
}
#mainContent a {
	color: #2F4693;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent p.teasers {
	font-size: 11px;
	font-style: italic;
}
#footer {
	width: 960px;
	margin: 0px;
	padding: 6px 0px 0px;
	background: url(../images/bg_foot.png) no-repeat top;
	height: 94px;
	vertical-align: top;
} 
#footer #footerLeft {
	color: #FFFFFF;
	padding: 60px 0px 0px 35px;
	height: 34px;
	width: 685px;
	float: left;
	font-size: 11px;
	vertical-align: top;
}
#footer #footerRight {
	padding: 0px;
	height: 94px;
	width: 240px;
	float: right;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
}
#footer a:hover {
	text-decoration: underline;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.drawdots {
	width: 100%;
	border-bottom: 1px dotted #000000;
}
img.drawdashes {
	width: 100%;
	border-bottom: 1px dashed #000000;
}
img.drawline {
	width: 100%;
	border-bottom: 1px solid #000000;
}
img.pix {
	border: 1px solid #000000;
}
img.mug {
	margin-right: 6px;
	border: 1px solid #000000;
}
ul.spread li {
	margin-bottom: 9px;
}
ul.acrobat li, li.acrobat {
	list-style: url(../images/icons/icon_pdf.gif) outside;
}
ul.word li, li.word {
	list-style: url(../images/icons/icon_doc.gif) outside;
}
ul.excel li, li.excel {
	list-style: url(../images/icons/icon_xls.gif) outside;
}
ul.powerpoint li, li.powerpoint {
	list-style: url(../images/icons/icon_ppt.gif) outside;
}


.formbutton {
	border-bottom: 1px solid #73B200;
	border-right: 1px solid #73B200;
	border-left: 1px solid #9DC94C;
	border-top:1px solid #9DC94C;
	background: #FFEA1A;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.formselect {
	font-family:arial;
	font-size:11px;
	border:1 solid #73B200;
	background: #FFEA1A;
}


/*  NEWSBOX  */

#newsBox {
	width: 240px;
}
#newsBox .eventContainer {
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
}
#newsBox .date {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	width: 36px;
}
#newsBox .storyline {
	color: #000000;
	display: inline;
}
#newsBox .headline {
	font: bold 12px Verdana, Geneva, sans-serif;
}
#newsBox a {
	color: #FFFFFF;
	text-decoration: none;
}
#newsBox a:hover {
	text-decoration: underline;
}
#newsBox img.seeAll {
	margin-top: 10px;
}
