@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

A:link, A:visited, A:active {
	color: #A64300;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#header {
	width: 950px;
	padding-top: 3px;
	margin: auto;
	height:26px;
}

#titleWrapper {
	float: left;
	width: 475px;
}

#siteTitle,
#siteTitle A:link,
#siteTitle A:active,
#siteTitle A:visited,
#siteTitle A:hover {
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}


#navigationWrapper {
	float:right;
	width: 475px;
}


#navigationTop {
	margin: 0px;
	padding-top: 14px;
	text-align: right;
}

#navigationTop li {
	display: inline;
	text-align: right;
	list-style-type: none;
	text-align: right;
	color: #CCC;
	padding-left: 5px;
}

#navigationTop li A:link,
#navigationTop li A:visited,
#navigationTop li A:active {
	color: #CCC;
	text-decoration: none;
}

#navigationTop li A:hover {
	color: Orange;
	text-decoration: underline;
}

#logo {
	width: 100%;
	height: 128px;
	margin-top: 10px;
	background-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-image: url(../images/logo_background2.jpg);
	background-repeat:repeat-x;
}

/*#siteTagline,
#siteTagline A:link,
#siteTagline A:active,
#siteTagline A:visited,
#siteTagline A:hover {
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
*/

#main {
	width: 100%;
	/*background-color: #A64300;*/
	background-color: #99AEBB;
}

#colContainer {
	margin: auto;
	width: 950px;

}

#leftCol {
	float: left;
	width: 710px;

}

#rightCol {
	float: right;
	width: 240px;
	padding-bottom: 10px;
}

#content {
	width: 710px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sideBox {
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
}

#tweet ul {
	padding-left: 0px;
	margin-left: 0px;
}
#tweet ul li{
	list-style-type: none;
	padding-bottom: 8px;
	font-size: 12px;
}

.headerBox {
	color: #006957;
	font-size: 16px;
	font-weight: bold;	
}

#footer {
	width: 100%;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
	background-color: black;
}

#footer A:link,
#footer A:active,
#footer A:hover,
#footer A:visited {
	color: #CCC;
	text-decoration: none;
}

#copyright {
	margin: auto;
	width: 950px;
	text-align: right;
	color: #CCC;
}

.clear {
	clear:both;
}