﻿@import url("user-styles.css");
/* Layout Styles */
/*Test*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-color: #DDE7F1;
	background-position: center top;
}
#wrapper {
	width: 760px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#masthead {
	height: 125px;
	background-repeat: no-repeat;
	background-image: url('../images/mh-bg.jpg');
}
#navigation {
	height:33px;
	background-image: url('../images/nav-bg.gif');
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 9px;
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3677B1;
	padding-bottom: 8px;
}
#navigation ul li a {
	font-weight: bold;
	color: #D5E7FD;
}
#navigation ul li a:hover {
	color: #FFFFFF;
}
#content-area {
	padding-bottom: 25px;
}
#crumb-trail {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #666666;
}
#left-column {
	width: 500px;
	float: left;
}
#crumb-trail a {
	color: #999999;
}

#left-column .padding {
	padding-left: 10px;
	padding-right: 5px;
}
#right-column {
	width: 260px;
	float: right;
}
#right-column .padding {
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 36px;
}
#footer {
	background-image: url('../images/footer-bg.gif');
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
	font-size: 10px;
	height: 20px;
	padding-top: 10px;
}
/* utilities */
.clear-both {
	font-family: monotype;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* Type Styles */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #195992;
	line-height: 100%;
}
a:hover {
	color: #5885AB;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h6 {
}
h5 {
}
h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5F8DBC;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5F8DBC;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5F8DBC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	color: #4682B8;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4480B6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 90%;
	margin-top: 10px;
}
table {
}
ul {
}
ol {
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}
dl {
	margin: 0px 0px 10px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
th {
}
.feature h2 {

	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.sidebar-box h2 {


	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
