/*******************************/
/*                             */            
/*	      Global Reset    	   */
/*                             */
/*******************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight: 100; }
q:before, q:after { content:''}

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/*******************************/
/*                             */            
/*	       Main Styles    	   */
/*                             */
/*******************************/

body {
	background-color: #1b1b1b;
	font-family: "Lucida Grande";
	color: #FFFFFF;
}

a {
	color: #d2d2d2;
	text-decoration: none;
}

#MainWrap {
	width: 760px;
	height: auto;
	margin: auto;
	margin-top: 20px;
}

#Message {
	width: 760px;
	height: auto;
	color: #000000;
	font-size: 0.80em;
	float: left;
	text-align: center;
	background-color: #c4c4bc;
	margin: 0px 10px 10px 0px;
	padding: 7px 7px 7px 7px;
}

#Message a {
	color: #222222!important;
}

#LogoWrap {
	width: 620px;
	height: auto;
	margin: auto;
}

#IntroWrap {
	width: 430px;
	height: auto;
	float: left;
	text-align: center;
	background-color: #6a8b87;
	margin: 15px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
}

#LeftCol {
	width: 320px;
	height: auto;
	float: left;
	margin-right: 5px;
}

.LeftColPic {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#RightCol {
	width: 430px;
	height: auto;
	float: right;
	font-size: 0.90em;
}

.InfoSection {
	width: 300px;
	height: auto;
	font-size: 0.90em;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}

.InfoSection h2 {
	width: auto;
	height: auto;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 5px;
}

.InfoSection ul {
	float: left;
}

.InfoSection li {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.InfoSection a {
	color: #FFFFFF;
}

#FooterWrap {
	width: 680px;
	height: auto;
	font-size: 0.80em;
	float: left;
	background-color: #6a8b87;
	margin: 15px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
}
