/* CSS Document */

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: black;
	color: black;
}

.error {
	color: #990000;
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #dc1028;
}

#menu img, div, table, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.leftpic {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

img.rightpic {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

p {
	font-size: 14px;
}

h1 {
	font-size: 18px;
	font-weight: 500;
}

a {
	color: #0000ee;
	text-decoration: none;
}

a:hover {
	color: #3333ff;
	text-decoration: underline;
}

/* MAIN FRAME */

#container {
	margin: 0 auto;
	width: 860px;
	background-color: white;
}

#footer {
	margin: 10px;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
}

/* HEADER */

#header {
	text-align: center;
	margin: 0 auto;
	position: relative;
	background-color: #e2e4a5;
}

#headtext {
	width: 250px;
	position: absolute;
	left: 22px;
	top: 30px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}

#emailtext {
	width: 70px;
	position: absolute;
	right: 134px;
	top: 68px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}

#emailtext a {
	color: #d023c6;
}

#emailtext a:hover {
	color: #d71129;
}

#homepic {
	margin-left: 320px;
	margin-right: 185px
}

#headerpic {
	margin-left: 320px;
	margin-right: 105px
}

/* NAVIGATION */

#nav {  
	border-top: 1px solid black;  
	border-bottom: 1px solid black;  
	padding: 1px 0;
}

#nav table td {
	background-color: black;
}

#topnav {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
}

#topnav p {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#topnav a {
	font-weight: bold;
	padding: 0 10px;
	color: black;
}

#topnav a:hover {
	color: #999999;
	text-decoration: none;
}

#topnav a.active {
	color: red;
}

#nav a {  
	color: white;  
	text-decoration:none;  
	margin: 0;
	font-size: 14px;
	padding: 10px;
	display: block;
}  
  
#nav a:hover {  
	background-color: #666666; 
}

#nav a.active {
	background-color: #dc1028;
}


/* CONTENT */

table#main {
	width: 100%;
}

table#main td {
	font-family: "Times New Roman", Times, serif;
}

td.topleft, td.topright, td.topcenter, td.sidebar {
	width: 25%;
	padding: 0 15px;
}

td.topcenter {
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
}

td.sidebar {
	border-left: 1px solid black;
}

td.contact, td.content {
	border-top: 1px solid black;
	text-align: left;
	padding: 0 15px;
}

td.sidebar img {
	margin-top: 15px;
}