/* ##### Common Styles ##### */

body {
color: #000000;
background-color: #5c7a96;
background-image: url(images/background_body.png);
background-repeat: repeat-x;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 14px;
margin: 0 auto;
padding: 0;
width: auto;
}

img
	{
	border: none;
	}

.doNotDisplay {
display: none !important;
}


.smallCaps {
font-size: 18px;
font-variant: small-caps;
}


/* ##### Header ##### */

#header {
color: inherit;
background-color: #D1EAAE;
width: auto;
height: 200px;
}

.headerTitle {
margin: 0;
padding: 5px;
}

.headerTitle a {
color: #000000;
background-color: transparent;
text-decoration: none;
font-weight: bold;
font-style: italic;
}

.subHeader {
color: #ffffff;
background-color: #F09C00;
font-size: 14px;
text-align: center;
margin: 0;
padding: 5px 0;
}

.subHeader a {
color: #ffffff;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin: 0;
padding: 0 5px;
}

.subHeader a:hover {
color: #AD5305;
background-color: transparent;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
width: 200px;
float: left;
background-color: #eeeeee;
}

.leftSideBar .sideBarTitle {
color: #777777;
background-color: transparent;
font-weight: bold;
margin: 0;
}

.centered
	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

.leftSideBar ul {
list-style-type: none;
list-style-position: outside;
margin: 0 0 10px 0;
padding: 0;
}

.leftSideBar li {
font-size: 12px;
margin: 10px;
padding: 0px;
}

.leftSideBar a {
color: #A58E52;
background-color: transparent;
text-decoration: none;
}

.leftSideBar a:hover {
color: #777777;
background-color: transparent;
text-decoration: none;
}

.leftSideBar .sideBarText {
color: #A58E52;
font-size: 12px;
background-color: transparent;
line-height: 22px;
padding: 0;
display: block;
}

.leftSideBar .sideBarText a {
text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
text-decoration: none;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
width: 190px;
margin: 5px;
padding: 0;
float: right;
border: 1px solid #D8D2C3;
}


.rightSideBar .sideBarTitleTop {
color: #000000;
background-color: #ffffff;
font-weight: bold;
margin: 0px;
padding: 5px;
}

.rightSideBar .sideBarTitle {
color: #000000;
background-color: #ffffff;
font-weight: bold;
margin: 0px;
padding: 5px;
margin-top: 20px;
}

.rightSideBar a {
color: #A68C53;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

.rightSideBar a:hover {
text-decoration: none;
}

.textLink
	{
	margin-left: 20px;
	display: block;
	}

.rightSideBar .sideBarText {
font-size: 11px;
line-height: 14px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}

.rightSideBar .more {
text-decoration: none;
text-align: right;
margin: 0px;
padding: 0px;
display: block;
}

.rightSideBar .more:hover {
text-decoration: underline;
}

#presentationFrame
	{
	border: none;
	margin-left: 20px;
	}

.leftColumnBox
	{
	background-color: #ffffff;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url(images/background_left_column_box.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	}

/* ##### Main Copy ##### */
#container
{
	width: 990px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background_container.png);
	background-repeat: repeat-y;
}
#main-copy {
color: #000000;
background-color: #ffffff;
margin-left: 220px;
text-align: justify;
line-height: 20px;
}

#main-copy h1 {
color: #a68c53;
background-color: transparent;
background-image: url(images/h1_underline.png);
background-position: bottom left;
background-repeat: no-repeat;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
font-style: italic;
text-align: left;
margin: 30px 0px 15px 0px;
padding: 0px 0px 3px 0px;
}

#main-copy a {
color: #A88C53;
background-color: transparent;
text-decoration: underline;
}

#main-copy a:hover {
text-decoration: none;
}

#main-copy p {
margin: 10px 230px 10px 0px;
padding: 0;
}

.newsCell
	{
	float: left;
	width: 225px;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	background-color: #CEEBA5;
	margin: 0px;
	}

.newsCell p
	{
	margin: 0px;
	}

/* ##### Footer ##### */

#footer {
color: #000000;
background-color: #E6DFCF;
font-size: 12px;
text-align: center;
line-height: 20px;
margin: 0;
padding: 5px;
clear: both;
width: 100%;
}

#footer div {
margin: 0;
padding: 5px;
}

#footer a {
color: #000000;
background-color: transparent;
text-decoration: underline;
font-weight: bold;
}

#footer a:hover {
text-decoration: none;
}