

/*<group=Structure (DIVs, etc.)>*/

body {
	font-family: "Trebuchet MS", "Century Gothic", "Lucida Grande";
	margin: 0;
	padding: 0;
	color: #333333;
	background: #ffffff none no-repeat fixed -55px bottom;
}

.overlay {
	margin: 0;
	padding: 0;
	background: none
}

/* overlay is intended for a screen over the background */

.container {
	background: #ffffff;
	margin: auto;
	border: 1px none #999999;
	border-top-style: none;
	width: 800px;
	min-width: 800px;
}

.header {
	background: none repeat;
	border-bottom: 5px solid #000080;
}

.navigation {
	position: absolute;
	top: 48px;
	right: 0;
}

.content {
	clear: both;
	float: left;
	width: 580px;
}

.left-column {
	
}

.right-column {
	float: right;
	width: 200px;
	background: #00008b url(images/backgrounds/Nav-Gradient.png) repeat-x bottom;
	color: #ffffff;
	border: 1px none #999999;
	padding-bottom: 50px;
}

.right-column h3 {
	padding: 2px;
}

.right-column p {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 0;
	margin-left: 0;
	margin: 0 0 10px;
	color: #cccccc;
}

.right-column strong {
	color: #ffffff;
}

/* left-colum and right-column = optional */

.footer {
	background: #000080 url(images/backgrounds/Banner-Background.jpg) repeat-x bottom;
	margin: 0;
	padding: 10px;
	text-align: center;
	border-top: 5px solid #cccccc;
	font-size: small;
	color: #ffffff;
	clear: both;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color: #ffffff;
}
	
/*</group>*/

/*<group=Paragraphs>*/

.quote {
	font-size: large;
	color: #000080;
}

p {
	text-align: justify;
}

.intro p {
	
}

.footer p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.note p {
	
}
	
/*</group>*/

/*<group=Links>*/

a, a:link, a:visited, a:active {
	color: #000080;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000080;
}

.footer a:hover {
	background: #ffffff;
	color: #000080;
}
	
/*</group>*/

/*<group=Headers>*/

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
	font-size: medium;
	color: #7f7f7f;
	padding-bottom: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
	line-height: 20px;
	text-transform: uppercase;
}

h3 {
	text-align: center;
	color: #666666;
	background: #e6e6e6 none repeat;
	padding: 2px;
	border: 1px;
	border-bottom: 1px solid #cccccc;
	font: normal x-large Georgia;
	margin-bottom: 5px;
}

h4 {
}

h5 {
	
}
	
/*</group>*/

/*<group=Images>*/

img {
	
}

img:a, img:a:link, img:a:visited, img:a:active {
	
}

img:a:hover {
	
}
	
/*</group>*/

/*<group=Lists (incuding navigation)>*/

/*<group=Sidebar Navigation>*/

.right-column ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.right-column li {
	border-right: 1px none #cccccc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: normal;
}

.right-column a, .right-column a:link, .right-column a:visited, .right-column a:active {
	background: repeat-x center top;
	text-decoration: none;
	padding: 5px;
	border: 1px none #000080;
	color: #ffffff;
	display: block;
	border-bottom: 1px none #ffffff;
}

.right-column a:hover {
	background: #000080 url(images/backgrounds/Blue-Tab-Alt.png) repeat-x center center;
	color: #ffffff;
	border-width: 1px;
	border-color: #000080;
	text-decoration: underline;
	border-bottom: 1px none #000080;
}
	
/*</group>*/

ul {
	
}

li {
	
}

/*<group=Navigation>*/

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	border-right: 1px none #cccccc;
}

.navigation li a, .navigation li a:link, .navigation li a:visited, .navigation li a:active {
	background: #ffffff url(images/backgrounds/Light-Tab.png) repeat-x center top;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #cccccc;
	border-collapse: separate;
	border-bottom: 5px none #000080;
}

.navigation li a:hover {
	background: #000080 url(images/backgrounds/Blue-Tab-Alt.png) repeat-x center center;
	color: #ffffff;
	border-width: 1px;
	border-color: #000080;
	border-bottom: 5px solid #0080ff;
}
	
/*</group>*/
	
/*</group>*/
