﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	background:white;
	font-family: Franklin Gothic Book, Calibri, Arial, Helvetica, sans-serif;	
}

h1, h2, h3 
{
    margin: 10px 0px 0px 0px;
}

body a {
	text-decoration:none;
	color:#336699
}

body a:hover 
{
    text-decoration:underline;
}

body a:visited {}

#page {
	min-width: 600px;
	min-height: 650px;
}

#logo {
	position:absolute;
	text-align:center;
	top:0px;
	left:0px;
}

#search 
{
    position:absolute;
    top: 15px;
    right: 10px;
}

#header {
	background:#eeeeee;
	padding-left:250px;
	vertical-align:middle;
}

#header a:hover {
	text-decoration:underline;
}

#header_menu_left {
	padding-top:5px;
	float:left;
	clear:right;
}

#header_menu_right {
	font-size:small;
	text-align:right;
 	padding: 10px 10px 15px 10px;
}

#status_update_header {
	border-bottom: thin #990000 dotted;
	font-size: x-small;
	color:#990000;
	background:#ffffff;
	margin-top:5px;
	margin-left:250px;
}


#twitter_update_list {
	margin-top:5px;
	margin-left:250px;
	list-style: none;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: small;
	height: 32px;
	max-height: 32px;
	color:#990000;
	background:#ffffff;
	font-style: italic;
	display:block;
	overflow: hidden
}

#main {
	min-width: 600px;
}

.left_col {
	float:left;
	clear:both;
	width: 235px;
	font-size:small;
	margin: 25px 0px 0px 15px;
}

.left_col a
{
	text-decoration: none;
	display: block;
}

.left_col a:hover {
	background: #6699cc;
	color:#eeeeee;
	display:block;
	text-decoration:none
}

#main_content {
	margin-left: 250px;
	margin-right:10px;
	padding-top:15px;
}

#footer {
	margin-left: 250px;
	margin-right: 10px;
	font-style:italic;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size:small;
	text-align:right;
}


.left_col_section {
	margin-bottom:20px;	
	padding-right:25px;
}

.left_col_section_title {
	border-bottom:thin navy dotted
}

.left_col_section_title a
{
	display:inline;
}
.left_col_section_title a:hover
{
	display:inline;
}

.left_col_section_content {

}


