@charset "utf-8";
/* CSS Document */

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

bold, strong { font-weight: bold;}
i, em { font-style: italic;}

/* Basic CSS */

body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(../images/page_bg.jpg) top repeat-x;
}

h1,h2,h3,h4,h5,h6 {
	color: #7e8e97;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0.2em 1.4em;
}

h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	padding: 0.2em 0.7em;
}

p {
	font-size: 1em;
	padding: 0.5em 2em;
}
p.image img {padding: 0.2em; border: 1px solid #ccc; margin: 0.5em; background: #fff;}
a {	text-decoration: none; 	color: #33649C;}
a:hover { text-decoration: underline;}

ul {
	font-size: 1em;
	margin: 0 2em;
}


/* Layout Divs */

#container {
	width: 960px;
	margin: 0 auto;
}

#award {
	width: 900px;
	margin: 0 auto;
	
}
#colsingle {
	width: 960px;
	margin: 0 auto;
	float:none;
}
	#header {
		background: url(../images/header_bg.jpg) top no-repeat;
		height: 385px;
		position: relative;
	}
	
		#flashBit {
			width: 480px;
			float: right;
		}
	
	#content {
		width: 100%;
		overflow: hidden;
		padding: 1em 0;
	}
	
		
		#colLeft {
			width: 48%;
			float: left;
		}
		
		
		#colRight {
			width: 48%;
			float: right;
			padding-top: 1em;
		}
		
			#news {
				font-size: 0.8em;
				list-style: none;
				margin: 0;
			}
			
				#news li a {
					padding: 10px;
					clear: left;
					display: block;
					height: 100px;
					color: #555;
					border-bottom: 1px dotted #ccc;
				}
				
				#news li a img {
					float: left;
					padding: 0.2em;
					border: 1px solid #ccc;
					margin: 0 10px 10px 0
				}
				
				#news li a span.newsTitle {
					width: 300px;
					display: block;
					font-weight: bold;
				}
				
				#news li a:hover {
					background: #7E8E97;
					color: #fff;
					text-decoration: none;
				}
		
	#footer {
		clear: both;
		margin: 1em 0;
		font-size: 0.8em;
		letter-spacing: 0.2em;
		text-align: center;
	}
