html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E5E5E5;
	height:100%;
	margin: 0 0 0 0;
	padding:0;
	text-align: center;
}

a {
	font-size: 14px;	
}

a#menu {
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}

a#sub {
	font-size: 12px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #000000;
}

table td {
	font-size: 12px;
}

table#main {
	height: 100%;
	width: 960px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse: separate;
	empty-cells: show;	
}

#menu_free {
   height: 25px; 
   /* background-color: #BFBFBF; */
   vertical-align: top;
   text-align: center;
}

#head1 {
   height: 239px;
}

#head2 {
   height: 45px;
}

#phead {
   height: 150px;
   vertical-align: top;
}

#pcontent {
   vertical-align: top;
   text-align: center;
}

#pbottom {
   height: 30px;
   text-align: center;
 }

.fbold {
   font-weight: bold;
}

.red {
   color: #FF0000;
}

/* TEMP */
.red1 {
   color: #CC0000;
}

#potd {
	background-color: #E5E5E5;
	border-collapse: separate;
	empty-cells: show;
	height: 100%;
}

.tborder {
	background: #AAAAAA;
	color: #000000;
	border: 0px solid #0B198C;
}

.thead {
	background: #BFBFBF;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.alt1 {
	background: #F2F2F2;
	color: #000000;
}

li {
	padding: 3px 0 3px 0;
}

/* >> main content */
div#content {
	padding: 15px;
	text-align: center;
}

font#header {	
	font-size: large;
	font-weight: bold;
	color: #000000;
}

font#label {	
	font-size: 13px;
	font-weight: bold;
	color: #000000;	
}
/* << main content */


/* >> contact us page */
table#contact {
	width: 100%;
	border: 0px;
	text-align: center;
	vertical-align: top;
}

table#contact td#label {
	text-align: right;
	font-weight: bold;
}

table#contact td#span {
	padding: 10px;
	text-align: center;
}
table#contact td {
	text-align: left;
}
/* << contact us page */

div#mail {
	padding: 10px;
	text-align: center;
	color: blue;
}

/* >> main page table */
table#site {		
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 100%;
}

table#site td#image{	
	width: 175px;
	text-align: center;
}
/* << main page table */

.smallfont {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}