
body {
	margin: 0 0 0 0;	
	background-image: url(/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #01213a;
	font-family: Arial, Helvetica, sans-serif;

}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}


p {
	font-size: 12pt;
}

a {
	color:#0000cc;
}

a:hover {
	color:#0000ff;
	background: #da6e28;
	text-decoration: none;
}

h1 {
	margin: .1em 0 .4em 0;
}

img {

}


/* MAIN CELLS */
.main {
	background-image: url(/bg-main.png);
	padding: 4px 16px 8px 20px;
}

.sidebar {
	background-image: url(/bg-sidebar.png);
}

.sidebar p {
	color: #FFFFFF;
	margin: 0;
}

.sidebar a:hover {
	background: transparent;
}

.right {
	background-image: url(/bg-right.png);
}

.form p {
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */
}

.extra {
	display:none;
}

.footer p {
	color: #3577b5;
	font-size: 14pt;
}

.footer a {
	color: #3577b5;
}

.footer a:hover {
	color:#ffff00;
	background: #000000;
	text-decoration: none;
}

.cyberangler p {
	font-size: 10pt;
}


/* Photo Gallery Styles */

.frapg h1 {
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */
}

.frapg p {
	margin: 0 0 0 0;	/* Used this to get ridd of extra space above and below each row of text within table */
}

.reports img {
	
	vertical-align: text-top;
	
	/*
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 200%;
	*/


}


/* Medium Color BG */
.gpn_tborder {
	color: #CCCCCC; 
	background: #999999; 
	border: 1px solid #000000;
}

/* Dark Color BG */
.gpn_control {
	font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #FFFFFF; 
	background: #333333; 
	padding: 3px 6px 3px 6px; 
	white-space: nowrap;
}

/* Light Color BG */
.gpn_inactive {
	color: #000000;	
	background: #cccccc; 
	text-decoration: none;
}

/* Medium Color BG */
.gpn_active {
	color: #666666;
	background: #999999; 
}

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

.photogallery img {
	border: 1px solid;
}

.photogallery a img {
	border-color: #663300;
}

.photogallery a:hover img {
	border-color: #ecd4a4;
}

.photogallery a {
	background-color: transparent;
}

