﻿/* CSS Document */

body {
	background-image:url(../images/bgimage.gif);
	background-repeat:repeat;
	background-attachement:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
	text-align:center;
	margin-top: 10px;
	min-height: 100%
}

.content {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
	-webkit-box-shadow: -10px 2px 12px 0px rgba(61,61,60,0.7);
		-moz-box-shadow: -10px 2px 12px 0px rgba(61,61,60,0.7);
		box-shadow: -10px 2px 12px 0px rgba(61,61,60,0.7);
	padding-top: 15px;
	background: #FFFFFF repeat-y;
	min-height: 100%
	
}

.footer {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align:center;
	background-color:#4A6F69;
	
	padding-top: 15px;
	min-height: 100%
}

.bodytext {
margin-top: 40px;
padding: 40px 15px 0px 15px;
text-align:left;
background: #FFFFFF;
}

p {
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}

h1 {
font-size:1.3em;
}

h2 {
font-size:1.1em;
color:#262626;
}

h3 {
font-size:1.1em;
color:#999;
}

.copyright {
font-size: .7em;
color: #262626;
text-align: center;
margin-top: 1px;
}

.backtotop {
font-size:.6em;
text-decoration:none;}

a {
color: #669966;
text-decoration: none;
}

a:hover {
color:#262626;
}

a:visited {
color:#669966;
text-decoration: none;
}

.h3clone {
font-size:.9em;
color:#000;
font-weight: bold;
}
.portpics {
text-align:center;
}

.ul {
font-size:.9em;
color:#000000;
padding:0 10px 0 10px;
margin-top:-10px;
}

.headertxt {
margin-bottom: 175px;
}