@charset "utf-8";
/* CSS Document */

/* Body & Divs */

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

#content {
	background: #fbf2dd;
}

#header {
	background: url(../images/top_bg.gif) center top;
	height: 200px;
}

#menu {
	background: url(../images/menu_bg.gif) center top;
	height: 40px;
	text-align: center;
}

#footer {
	background: #ffffff url(../images/footer_bg.gif) center top repeat-x;
	height: 124px;
	text-align: right;
	padding-top: 6px;
	clear: both;
}

.container {
	margin: 0px auto;
	width: 750px;
}

/* Headings & Paragraphs */

h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

h1 {
	width: 750px;
	height: 200px;
	background: url(../images/header.gif);
}

h2 {
	font-size: 1.5em;
	color: #d20000;
	padding: 0px;
}

h2.power {
	width: 750px;
	background: url(../images/h2.gif) top no-repeat;
}

p {
	padding: 6px 0px;
	line-height: 20px;
}

/* Menus */

#top_menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#top_menu li {
	float: left;
	width: 100px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}

#bottom_menu {
	list-style: none;
	float: right;
}

#bottom_menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

/* Misc Classes */

.hidden {
	visibility: hidden;
}

.firefox {
	clear: both;
	height: 0px;
}

.highlight {
	color: #ff0000;
	font-weight: bold;
}

.logos {
	width: 130px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.pics {
	width: 150px;
	float: left;
}

.pics2 {
	width: 150px;
	float: right;
}


.bold {
	font-weight: bold;
}

.caption {
	text-align: center;
	font-size: 0.8em;
}

.notice {
	color: #cc0000;
	font-size: 1.2em;
	text-align: center;
}

/* Links */

a:link, a:visited, a:link .caption, a:visited .caption {
	color: #3366FF;
	text-decoration: none;
}

a:hover, a:hover .caption {
	color: #0000FF;
}

a img {
	border: none;
}

/* Floats */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Tables */

#contact {
	border: 1px solid #5aa9d6;
}

#contact th {
	padding: 5px;
	background: #a1d1ec;
}

#contact td {
	padding: 5px;
	background: #daecf7;
}