img.thumb {
	border: 8px solid white;
}

h1 {
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;

	font-size: 1.5em;
	line-height: 1.2;

	color: #cc6600;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;

	line-height: 1.2em;

	font-family: Georgia, serif;
}

.title {
	font-family: Georgia, serif;
	font-style: italic;
}

.more {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4em;

	text-transform: uppercase;
	text-decoration: none;

}

div#content p {
	margin-top: 12px;
}

a {
	color: #000033;
	text-decoration: underline;
}

a.back {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

/* Main Structure */
body {
	background-color: #cccc99;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div#frame {

	width: 1024px;
	min-width: 1024px;
	min-height: 799px;
	margin: 0px auto 0px auto;

	background: #999966 url(/img/background-2-col.gif) repeat-y 50% 0;
}

div#rightCol {
	width: 424px;
}

div#leftCol {
	background-color: #FFFFCC;
	width: 600px;
	min-height: 500px;
}

div#content {
	margin: 20px 25px 0px 25px;
}

div#columnContent {
	margin: 20px 0px 0px 15px;
}

img#enewsSignupIcon {
	margin-top: -3px;
}

div#logo {
	height: 250px;
	width: 424px;
}

/* Main Navigation */
div#navigation {
	height: 100px;
	width: 600px;
	font-family: Georgia, serif;
}

ul#nav li {
	list-style-type: none;
	text-align: center;

	height: 22px;
}

ul#nav li a.title {
	color: #000000;

	font-weight: bold;
	font-size: 1.3em;
	line-height: 18px;

	text-decoration: none;
}

ul#nav li ul li a {
	height: auto;
}

ul#nav li ul {
	position: absolute;
	top: -999px;
	z-index: 1000;

	padding: 5px 0px;

	background-color: #000033;
}


ul#nav li ul li {
	background-color: #000033;
	text-align: center;
}

ul#nav li.sfHover ul {
	top: 100px;
}

ul#nav li ul li.last a {
	border-bottom: 0px none;
	margin-bottom: 0px;
}

ul#nav li ul li a {
	display: block;
	text-align: center;
	margin: 4px auto;

	font-style: italic;

	vertical-align: middle;

	line-height: 1.7em;
	font-size: 1.1em;

	color: #ffffff;
	text-decoration: none;
	font-weight: normal;

	border-bottom: 1px solid #ffffcc;
}

ul#nav li ul li.sfHover a {
	color: #66ccff;
}

/* Bottom Navigation */
ul#bottomNav li {
	float: left;
	padding-right: 8px;
	padding-left: 8px;

	list-style-type: none;
}

ul#bottomNav li a, div#sideBlueBar a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffcc;
}

ul#bottomNav li a.siteSwitch, div#sideBlueBar a {
	color: #66ccff;
}

ul#bottomNav li a:hover, div#sideBlueBar a:hover {
	text-decoration: underline;
}

/* Blue Bar */
div#sideBlueBar {
	text-align: right;
	padding-right: 20px;;

	color: #ffffff;
	line-height: 2.3em;
}

div#sideBlueBar a {
	line-height: 1.4em;
}

div#bottomBlueBar {
	height: 30px;
	padding-left: 25px;

	line-height: 1.8em;
}

div.blueBar {
	height: 30px;
	padding-top: 10px;

	background: #000033 url(/img/dropshadow.png) repeat-x top;
}

div#ieHome div.blueBar {
	background: #000033;
}