﻿body {
	font-family: Veranda, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	background: #E7EFF4;
	background-image: url('../images/bg-light-blue.jpg');
	background-repeat: repeat-x;
}
#container {
	text-align:left;
	margin: 0pt auto;
	width: 900px;
	height: 100%;
}
#masthead {
	width: 896px;
	height: 70px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #555353;
	border-right-width: 1px;
	border-right-color: #555353;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #555353;
	border-top-style: solid;
}
#masthead p {
	text-align: right;
	margin: 0px 15px 0px 0px;
	color: #000;
	font-family: Veranda, Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}
#masthead a {
	color: #000;
	text-decoration: none;
	font-family: Veranda, Arial;
}
#masthead a:hover {
	text-decoration: none;
	color: #5096BB;
}
#content {
	border: 1px solid #555353;
	width: 896px;
	clear: both;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#nav-menu {
	height: 45px;
	width: 896px;
	font-family: Veranda, Arial;
	font-weight: normal;
	letter-spacing: 1px;
	background: url(../images/nav-bg-silver-2.gif) center center repeat-x;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #555353;
	border-right-width: 1px;
	border-right-color: #555353;
	border-right-style: solid;
	border-top-width: 1px;
	border-top-color: #555353;
	border-top-style: solid;
}
#nav-menu:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	font-family: Veranda, Arial; 
	display: block; 
	height: 45px; 
	clear: both; 
	visibility: hidden;
}
#column_l {
	position: relative;
	float: left;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	width: 407px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
#column_l p {
	margin-top: 0px;
	font-family: Veranda, Arial, Trebuchet MS;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	font-weight: normal;
}
#column_r {
	position: relative;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	float: right;
	width: 407px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
#column_r p {
	margin-top: 0px;
	font-family: Veranda, Arial;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	font-weight: normal;
	background-color: #fff;
}
#column_c {
	position: relative;
	float: left;
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	width: 856px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}
#column_c p {
	margin-top: 0px;
	font-family: Veranda, Arial;
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	font-weight: normal;
}
#footer {
	width: 896px;
	text-align: center;
	clear: both;
	overflow: hidden;
	background-color: #a0a0a0;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #555353;
	border-right-color: #555353;
	border-bottom-color: #555353;
	background: url(../images/nav-bg-silver-2.gif) center center repeat-x;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 2px;
	margin: 4px 0px 4px 0px;
}
#footer a {
	color: #000;
	text-decoration: none;
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
/* Styles for Content */
h1 {
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #000099;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-family: Veranda, Arial;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	color: #000099;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 {
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	font-variant: small-caps;
	color: #000099;
	font-weight: bold;
	clear: both;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4 {
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #000099;
	font-weight: bold;
	clear: both;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
h5 {
	font-family: Veranda, Arial, Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	color: #5096BB;
	font-weight: normal;
	clear: both;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
}
hr {
	margin: 10px 0px 10px 0px;
	color: #000099;
	padding: 0px;
}
/* Link Styles */
#content a {
	color: #5096BB;
	text-decoration: none;
}
#content a:hover {
	color: #FF9900;
	text-decoration: none;
}
#content ul {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	font-weight: normal;
}
#content ol {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	font-weight: normal;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


