﻿@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#search{background-image: url('images/search_bg.png'); background-repeat: no-repeat; background-position: left top; height: 60px; width: 300px; padding-top: 20px;}

#search_content{font-size: 11px;color: #333333;background-color: #FFFFFF;border: 1px ridge #CCCCCC;padding-top: 1px;padding-right: 3px;padding-bottom: 1px;padding-left: 3px;margin-left: 60px;margin-right: 58px;}

.flash_buff{height: 40px;background-image: url(images/main_buff_flash_top.jpg);background-repeat: no-repeat;background-position: left;}

.main_buff{height: 40px;background-image: url(images/main_buff.jpg);background-repeat: no-repeat;background-position: left;}

.flash_cell{background-color: #000000;width: 750px;}

.left_column{
	width: 250px;
	vertical-align: top;
}
.sidebar{
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: top;
}
.right_column{
	padding-left: 20px;
	vertical-align: top;
}

.footer{
	height: 100px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 42px;
	vertical-align: top;
}

a:link, a:visited {
	font-family: Courier New, Courier, monospace;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
}

a:link.pangea, a:visited.pangea {color: #666666;text-decoration: none;}
a:hover.pangea {color: #FF0000; text-decoration: none;}

h2{
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 22px;
}
h3{}
p{
	line-height: 20px;
}
b{
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 14px;
}
.hilite1{font-family: "Courier New", Courier, monospace;font-size: 22px;font-weight: bold;color: #FFFFFF;}
.hilite2{}
.hilite3{}
.footnote{font-style: italic;font-size: 10px;color: #999999;}

li{line-height: 20px;list-style-type: circle;}


.testimonialimg {width: 120px; float: left; text-align: left;}
.testimonialtext {float: left; text-align: left; font-size: 14px; width: 500px;}
.testimonialsig {color: #FFCC00; font-size: 12px; padding-top: 8px;}
.testimonialclear {clear: both;}

.bamfimgL { border: 2px solid #DD0000; margin-right: 12px; margin-bottom: 8px; }
.bamfimgR { border: 2px solid #DD0000; margin-left: 12px; margin-bottom: 8px; }