/* CSS Document */

/********* GENERAL STYLES **********/

body {
	background-image: url(tile3.gif);
	font-family: Arial,san-serif;
	color: #000000;
	line-height: 1.166;
	text-align: center;

}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	bottom: auto;
	top: auto;
	border-color: #000066;
	border-width: 3px;
	border-style: solid;
}

#masthead{
	height: 180px;
	background: url(banner.jpg) no-repeat 0 0;
}

#topNav{
	background-color: #cccccc;
	border-bottom-color: #670000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content{
	background-color: #ffffff;
}

#inlineImage{
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 2px solid #000000;
}

#bottom{
	background-color: #909091;
	border-top: 1px solid #000066; 
}

/********* TEXT STYLES **********/

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
	font-size: 2em;
	color: #000067;
	font-weight: bold;
	padding: 10px 0px 0px 20px;
}

h2 {
	font-size: 114%;
	color: #660000;
	padding: 0px 0px 0px 20px;
}

h3 {
	font-size: 114%;
	color: #660000;
}

h4 {
	font-size: 75%;
}
.mainTxt {
	padding: 5px 20px 10px 20px;
	text-align:left;
	text-size: 85%;
}

.mainNav{
	padding: 5px 0px 0px 0px;
	font-size: 90%;
}

.btm {
	font-size: 0.8em;
	padding: 1px 0px 2px 0px;
	color: #cccccc;
}


/********* LINK STYLES **********/

#topNav a:link,
#topNav a:visited {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#topNav a:hover {
	font-size: 130%;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.btm a:link,
.btm a:visited 
{
	color: #cccccc;
	text-decoration: none;
}

.btm a:hover 
{
	color: #ffffff;
	text-decoration: none;
}