
body {
	margin: 0;
	background-color: #F0F0F0;
	font-family : verdana, helvetica, tahoma, sans-serif, arial;
}

span.title {
	font-size: 3em;
	font-weight: 700;
	color: #9498bc;
	padding-left: 50px;
}


#header {
	padding: 0;
	margin-bottom: 0;
	background-color: #330099;
}

#container {
	background-color: #F0F0F0;
	width: 100%;
}


#line {
	padding: 0;
	margin-bottom: 0;
	text-align: right;
	color: #FFFFFF;
	background-color: #000066;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	padding-right: 0.5em;
	font-size: 90%;
}

.bgpic {
	background-image:url(background.jpg);
	background-repeat:no-repeat;
}

.ipic, .rpic {
	float:right;
	border:1px ridge #999999;
}

.lpic { float:left;
	padding-right: 0.5em;
}

#line a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.footline {
	clear: both;
	margin-top: 0;
	color: #000000;
	background-color: #330099;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #003300;
	text-align: right;
	vertical-align: bottom;
	padding-right: 0.3em;
	font-weight: bold;
	font-size: 75%;
}

#content {
	padding: 20px;
	margin-left: 160px;
	margin-right: 160px;
	background-color: #FFFFFF;
	border: 1px dashed #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
	min-height:700px;
}

#left {
	float: left;
	width: 149px;
	vertical-align: top;
	font-size: 90%;
	padding-left: 5px;
	padding-top: 15px;
}

#left ul {
	list-style: none;
	padding: 0;
}
#left li {
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

#right {
	float: right;
	width: 149px;
	vertical-align: top;
	font-size: 80%;
	padding-right: 5px;
	padding-top: 15px;
}

#footer {
	clear: both;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: top;
	padding: 0.3em;
	font-size: 85%;
	line-height: 1.25em;
	text-align: right;
}

.fl {
	float : left;
	text-align: left;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #000066;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px dashed #000066;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}

h4,h5,h6 {
	color: #000066;
}


.navhead {
	font-weight: bold;
	color: #000000;
}

.nav {
	color: #000000;
	font-weight: bold;
	margin-top: 25px;
}

a:link, a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover
{
    color:#F0F0F0;
    background-color:#000066;
}


#content p {
	font-size: 95%;
	padding-left: 20px;
}
acronym,abbr {
	border-bottom: 1px dashed #000000;
	cursor: help;
}

li {
	font-size: 90%;
	list-style: disc;
}

