/* CSS Document */

body {
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#eaeaea;
	font-size: 12px;
	color: #DDDDDD;
	font-family: "Courier New", Courier, monospace;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 780px; 
}

a {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:visited {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #EEEEEE;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #DDDDDD;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.centered {
	position: relative;
	top: 0;
	right: 0;
	background-color:#006699;
	margin: 0 auto;
	width: 780px;
	height: inherit;
}

.header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 247px;
	width: 780px;
	background-color:#006699;
}

.headerhome {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 385px;
	width: 780px;
	background-color:#006699;
}

.content {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 780px;
	height: auto;
	text-align: left;
}

.specscolumn {
	position: absolute;
	top: 73px;
	left: 0px;
	width: 170px;
  	background-color: #006699;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.main {
	margin-left: 190px;
	padding: 1em;
	width: 530px;
	background-color:#006699;
	text-align: justify;
}

.footer {
	position: relative;
	top: 0;
	right: 0;
	background-color:#006699;
	margin: 0 auto;
	width: 780px;
	height: inherit;
}

.footerfont {
	font-size: 10px;
	color: #999999;
	font-family: "Georgia";
	line-height: 10px;
	text-align: centre;
}

.footer a {
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}
.footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #006699;
}

.footer a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#navcontainer { width: 170px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: "Courier New", Courier, monospace;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #006699;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffffff;
color: #006699;
font-weight:bold;
}

.floatpic {
	float: left;
	margin-right: 10px;
}
