@charset "utf-8";
/* CSS Document */
body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	margin: 0px;
}
h1 {
	color:#3333CC;
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
a {
	color:#3333CC;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#container {
	width: 956px;
	background-image: url(/images/pageBG.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#topBar {
	width: 956px;
	height: 169px;
}
#topBarLogo {
	float: left;
	width: 177px;
	height: 169px;
}
#topBarMain {
	float: left;
	width: 779px;
	height: 169px;
	background-image: url(/images/topBar.jpg);
	text-align:center;
}


/* MAIN MENU */
.mainMenuClear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.mainMenu {
	height: 23px;
	margin: 95px 0px 0px 4px;
	padding: 0;
	background: transparent url(/images/bgMenu.gif) top left repeat-x;
}
.mainMenuContainer {
	width: 766px;
}
.mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.mainMenu ul li a {
	display: block;
	height: 23px;
	padding-left: 30px;
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 19px;
	padding-top: 5px;
	padding-right: 30px;
	background: transparent url(/images/menuSeparator.gif) top right no-repeat; /*Separator*/
	cursor: pointer;
}
.mainMenu ul li a span.menu_ar-end {
	display: block;
	float: left;
	height: 19px;
	padding-top: 5px;
	padding-right: 50px;
	cursor: pointer;
	background: url(images/rss.png) center right no-repeat;
}
.mainMenu.highlight ul li a:hover {
	background: transparent url(/images/menuBGOver.gif) top left repeat-x;
}
.mainMenu.highlight ul li a:hover span.menu_ar {
	background: transparent url(/images/menuSeparatorOver.gif) top right no-repeat;  /*Separator mouseover*/
}
/* END MAIN MENU */


#leftColumn {
	float:left;
	width:177px;
	text-align:center;
	padding-bottom:15px;
}
#rightColumn {
	float:left;
	width:743px;
	padding: 0px 15px 15px 15px;
	font-size:14px;
}
#pageBottom {
	width: 956px;
	height: 7px;
	background-image: url(/images/pageBottom.gif);
}
#bottomLinks {
	background-color: #FFF;
	padding:10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #505050;
	text-decoration:none;
}
#bottomLinks a {
	margin:0px 15px 0px 15px;
	font-size: 11px;
	color: #505050;
	text-decoration:none;
}
#bottomLinks a:hover {
	text-decoration:underline;
}
.clearBoth {
	clear:both;
}
img.magnusWheatley {
	margin-top:35px;
}
#handGrenade {
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	color:#383838;
}
#previousPage {
	float:left;
	padding-top:10px;
	font-weight:bold;
}
#nextPage {
	float:right;
	padding-top:10px;
	font-weight:bold;
}
.blogTitle {
	float:left;
	margin-bottom:10px;
}
.blogTitle h2, .blogTitle a {
	color:#FF0000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.blogTitle a:hover {
	text-decoration:underline;
}
.blogDate {
	float:right;
	font-weight:bold;
	font-size:12px;
}
.blogBody {
	clear:both;
}
.blogBottomLinks {
	clear:both;
	margin-top:10px;
}
a.blogBottomRSS {
	background:url(/images/blogBottomRSS.png) center left no-repeat;
	padding-left:23px;
}
a.whatIsRSS {
	font-size:10px;
}
.blogSeparator {
	height: 4px;
	margin:10px 0px 10px 0px;
	background-color:#d4d4ff;
}
.blogImage {
	border:1px solid #E1E1F7;
}
form {margin:0px;padding:0px;}

.pageTitle {
	color:#3333CC;
	font-size:18px;
	font-weight:bold;
}
.errorMessage {
	color:#FF0000;
	font-weight:bold;
}
img.rssSubscribe {
	float:left;
	padding-right:5px;
	margin-top:-1px;
}

.yearList {
	margin:0px 0px 8px 0px;
}

#archiveDateColumn {
	float:left;
	padding:10px 30px 10px 10px;
	margin-right:30px;
	background:url(/images/archColSeparator.gif) right repeat-y;
}
#archiveArticleColumn {
	float:left;
	padding-top:10px;
}

/*Styles in FreeTextBox drop down*/
.black14 {
	color:#000000;
	font-weight:normal;
	font-size:14px;
}
.red14 {
	color:#FF0000;
	font-weight:normal;
	font-size:14px;
}
.blue14 {
	color:#3333CC;
	font-weight:normal;
	font-size:14px;
}
.black16 {
	color:#000000;
	font-weight:normal;
	font-size:16px;
}
.red16 {
	color:#FF0000;
	font-weight:normal;
	font-size:16px;
}
.blue16 {
	color:#3333CC;
	font-weight:normal;
	font-size:16px;
}
/*End styles in FreeTextBox drop down*/
