/* Body Background & Border around body tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(imgs/p_background.jpg);
	text-align: center;
}
.banner_bttm {
	color: #38240A;
	text-align: center;
	vertical-align: text-top;
	width: 100%;
	font-variant: small-caps;
	height: 100px;
	background-image: url(imgs/bttm_background.jpg);
}
.hpo {
	font-size: 0.9em;
	margin: 0.5em;
	float: right;
	color: #FFFFFF;
}
.hpo a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.hpo a:active {
	color: #999999;
	font-weight: bold;
}
.hpo a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.hpo a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.0em;
}
/*Outside Table Mainly to change look*/
.outTable {
	border: 2px solid #0066FF;
	width: 754px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #006699;
}
/* Main Inside Table that holds Text and Graphics*/
.mainTable {
	background-color: #333333;
	padding: 0px;
	margin: 0px;
}
.mainTable td {
	margin: 0px;
	padding: 0px;
}
/* Page Heading */
h3 {
	font-size: 1.4em;
	color: #FF0000;
	text-indent: .5em;
	font-weight: normal;
}
/* Labels on Forms */
.formtext {
	font-weight: bold;
	color: #000033;
	font-size: 0.7em;
}
/* Data Fields on Forms */
.formTextBox {
	font-size: .8em;
	color: #006699;
	border: 1px solid #003399;
}
/* Important remarks such as required fields on forms */
.remark {
	font-size: .8em;
	font-variant: small-caps;
	color: #990000;
}
/* Paragraph Headings */
h4 {
	font-size: 1em;
	color: #000099;
}
/* Top banner background */
.banner_top {
	background-color: #000066;
}
/* Page Text and content; This determines the actual text size on pages!! */
.content_page {
	font-size: .8em;
	color: #000000;
	text-align: left;
	padding-top: 0.5em;
	padding-right: 6em;
	padding-bottom: 2em;
	padding-left: 6em;
	background-color: #FFFFFF;
}
/* If enabled; Language Bar */
.lang_bar {
	color: #333333;
	font-size: 0.8em;
	float: right;
}
/* Main NavBar on top */
.navbar {
	text-align: center;
	background-color: #0000FF;
	font-size: .8em;
	margin: 0em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
}
/* Main Navbar button 'square' */
.navbar td {
	width: 105px;
	background-image: url(imgs/navbar_td_background_link.jpg);
	height: 30px;
	vertical-align: middle;
}
/* Links on Main NavBar */
.navbar a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
/* Visited links on Main NavBar */
.navbar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
/* Hover effect on Main NavBar */
.navbar a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	background-image: url(imgs/navbar_td_background_hover.jpg);
	height: 28px;
	width: 101px;
	border: 1px groove #000000;
}
/* Bottom text navbar */
.bttm_navbar {
	text-align: center;
	width: 100%;
	margin: 0em;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	background-color: #000000;
}
/* Bottm text NavBar 'square' */
.bttm_navbar td {
	font-size: .8em;
	width: 105px;
}
/* Links on Bottom NavBar */
.bttm_navbar a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* Visited links on Bottom NavBar */
.bttm_navbar a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* Hover effect on Bottom NavBar */
.bttm_navbar a:hover {
	font-weight: bold;
	color: #0099FF;
	width: 100%;
	text-decoration: none;
}
/* Images Border */
img {
	border: 2px ridge #006699;
}
/* Website Link decoration throught text in site */
a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
/* Text with Border to highlight importance */
.highlight {
	padding: 5px;
	width: 90%;
	border: 1px double #FF0000;
}
.img_noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
