/* Global Styles */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000066;
	}
	
.whitebkng {
	background-color: #FFFFFF;
	border: thick inset #990000;
}
	
.bluebkng {
	background-color: #000066;
	border: thin solid #FFFFFF;
}
.BkgnLightBlue {
	background-color: #6CA8F4;
}

	
/* ID Styles */

	
#navigation a{
	background-color: #C69B07;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	font-size: small;
	letter-spacing: 0.15em;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #000066;
	padding-left: 5px;
}

#navigation a:hover {

	background-color: #000066;
	display: block;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	font-variant: small-caps;
	font-size: small;
	letter-spacing: 0.15em;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*border: thick ridge #006600;*/
}

#navigation p {margin:0px; padding:0px;}


/* Class Styles */

.border {
	border-top: thin groove #000066;
}
.xxszWhite {
	font-size: xx-small;
	color: #FFFFFF;
}

.logo {
	font:18px times new roman;
	color: #000066;
	letter-spacing:0.3em;
	font-weight:bold;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader a {
	background-color: #993300;
	color: #FFFFCC;
	font-family: "Palatino Linotype";
	font-size: large;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	border: 10px outset #330033;
	}

	
.subHeader a:hover {
	color: #FFFF99;
	background-color: #663333;
	border: 10px groove #330033;
}
	
	
	
.borderLeft {
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #000066;
	padding-right: 20px;
	padding-left: 20px;
}
	
.cntr {
	text-align: center;
}

.vtop {
	vertical-align: top;
}

h1 {
	margin: 0px;
	padding: 0px;
}

.green {
	color: #006600;
}

.padding {
	padding-right: 20px;
	padding-left: 20px;
}

.HEADING {

	font:georgia;
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
}
.imagepadding {
	padding: 8px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #990000;
	font-weight: bold;
}

