/* DEFAULTS */
body {
	background-color: #FFFFFF;
	color: #007194;
	text-align: center;
	margin-top: 0px;

}
p {
	padding:0px 5px 5px 0;
	font-size: 100%;
	#007194;
}
h1 {
	color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}
h2 {
	font:normal 12px Georgia, serif;
	color: #FFFFFF;
	margin-top: 0px;
}
h3 {
	font:normal 140% Georgia, serif;
	color: #069400;
	margin-bottom: 0px;
}
h4 {
	font-family: Georgia, serif;
	color: #069400;
	margin-bottom: 2px;
	font-size: 110%;
	font-weight: normal;
}
h5, h6 {
	font-family: Georgia, serif;
	color: #069400;
	}

ul li {
	margin-left:30px;
	font-size: 100%;
	padding-bottom: 5px;
	color: #007194;
}
ol li {margin-left:30px;}
a:link, a:visited { color: #069400; text-decoration:underline; }
a:hover { color: #09D400; text-decoration:underline; }
a:active {color: #00A1D4;}
td {font-size:90%;}


/* STRUCTURE */
#container {
	margin:15px auto 0px;
	width:900px;
	text-align:center;
	background-image: url(./images/interface/page-bg-3.jpg);
	background-repeat: repeat;
}
#page {
	background:#FFFFFF;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#header {
	height:100px;
}
#logo {float: left;}
#login_area {
	font-size: 90%;
	float: right;
	padding-top: 10px;
	position: relative;
	right: 30px;
	height: 40px;
	width: 300px;
	text-align: right;
}
#top_nav { 
	width: 942px; 
	height: 53px; 
	text-align: 
	center; }
    
#navbar { 
	height: auto; 
	text-align: center; 
	float: right; 
	padding-left: 27px; 
	padding-right: 0px; 
	color: #336633; 
	font-weight: normal; 
	width: 210px; 
	position: relative }
#content {background:#FFFFFF;}
.plain_full {  min-height:200px; padding:15px; }
.imgPadLeft {
	padding-left: 20px;
	padding-bottom: 10px;
}

.wide_column {
	float:left;
	width:700px;
	margin-top:0px;
	padding-top: 25px;
	background-image: url(./images/interface/branches.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 176px;
}
.right_nav {
	float:left;
	width: 175px;

}
.column { float:left; width:300px; margin-left:12px; margin-top:10px;padding-right:8px; }
#footer{
	color: #FFFFFF; /* footer_txt_color */
	background: #00A7D4;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #3366CC;
}
.copyright {
	font-size: 90%;
	color: #999999;
}
.zero {
	margin-top: 0px;
	margin-bottom: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}
/* Forms */

/* NEW */
form {
	font-size: 12px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: left;
}

/* Nav */
#sidebar
{
	font-size: 14px;
}

#sidebar .menu_title
{
	font-family: Georgia, serif;
	/* font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif; */
	font-weight: normal;
	margin-left: 10px;
	margin-top: 7px;
}

#sidebar .menu_title, #sidebar .menu_body a, #sidebar .menu_body a:visited
{
	text-decoration: none;
	font-size: 14px;
}
#sidebar .menu_body a:hover
{
	text-decoration:underline;
	font-size: 14px;
	color: #09D400;
}

#sidebar .menu_body 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;

}
.zero-top
{
	margin-top: 0px;
}
