/*
 Main stylesheet
 For accordion menu styles, see "menu_style.css"
*/

/* layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #999999 url(images/bkgrnd.jpg) repeat-x;
	margin: 10px 0px 5px;
	color: #333333;
}

#outer_container {
	width:890px;
	background: #FFFFFF;
	border: double #000099;
	padding: 10px;
	text-align: left;
}

#left_side {
	position: static;
	width:186px;
	overflow: hidden;
	float: left;
}

#right_side {
	position: static;
	width:704px;	/* cannot use % (like 74%) or content will shift upon browser resize */
	overflow: hidden;
	float: right;	/* required for IE6 */
}

#footer {
	position: static;
	width:100%;
	overflow: hidden;
	background: url(images/footer_bkgrnd.gif) repeat-x;
	height: 45px;
}

/* content layout */

#left_col_upper {
	position: static;
	width:186px;
	height: 455px;
	background: url(images/left_col_bkgrnd.gif) no-repeat;
}

#left_col_lower {
	position: static;
	width:186px;
	padding: 0px;
	/*border-width:1px;		// apply styles to each page as needed.
	border-style:solid;*/
	margin-top: 15px;
}

#right_upper_menu {
	position: static;
	height: 48px;
	width: 100%;
}

#right_banner	{
	position: static;
	background: url(images/header_bkgrnd.jpg) no-repeat;
	height: 205px;
}

/*
#right_content {
	position: static;		// apply styles to each page as needed.
	width: 100%;
}
*/

/* content */

div.date_time {
	position: absolute;
	width:180px;
	top: 334px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	overflow: hidden;
	padding: 11px;
}

div.upper_menu {
	position: static;
	width:95px;
	height: 34px;
	font-size: 15px;
	font-weight: bold;
	color: #000099;
	overflow: visible;	/* for FF text resizing; otherwise menu text disappears */
	text-align: center;
	margin-right: 20px;
	float: right;
	margin-top: 3px;
}

div.footer_text	{
	padding-left:40px;
	padding-top:22px;
	font-size: 10px;
	font-weight: bold;
}

/* links and text formatting */

a		{
	text-decoration: none;
	padding: 1px;
	color: #000099;
	font-weight: bold;
}

a:visitied	{
	color: #000099;
	text-decoration: none;
}

a:hover		{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
	padding: 1px;
}

h1		{
	font-size: 19px;
	font-weight: bolder;
	color: #000099;
	/*line-height: 5px;*/
	display: block;
}

h2		{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

p, ul, td, blockquote	{
	font-size: 12px;
}

.caption	{
	font-size: 10px;
	color: #666666;
}

.left_col	{
	font-size: 11px;
	color: #000099;
	/*font-style: italic;*/
	font-weight: bold;
}
