﻿@import url("layout.css");
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	background-image: url("../images/bg_slice.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 730px;
	margin: 0 auto;
	padding: 10px;
	background-image: url("../images/top_bg.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;

}
#head {
	text-align: center;
	width: 734px;
	height: 105px;
}
#topnav {
	position: relative;
	width: 734px;
	height: 33px;
}
#content {
	position: relative;
	width: 705px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#footer {
	position: relative;
	text-align: center;
	width: 724px;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #FFFFFF;

}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}


/* Navigation Styles */
#topnav a {
	color: #0a2b47;
	text-decoration: none;
}
#topnav a:hover {
	color: #fff;
}

.subnav {
	text-align: right;
	height: 20px;
	margin-top: 2px;
	margin-right: 12px;
	font-size:9pt;
}
.subnav a {
	color: #0a2b47;
	text-decoration: none;
}
.subnav a:hover {
	color: #165B94;
}


/* Footer Styles */
#footer p {
	color: #fff;
}

.sectitle {
	font-size: large;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px #fff dotted;"
}