/* ---------------------------------
	Strata styles 
--------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #005288;
	text-align: left;
}

/* ---------------------------------
	link styles
--------------------------------- */
a, a:link, a:active, a:visited {
	color: #afbc22;
	text-decoration: none;
}
a:hover {
	color: #B2CBDB;
	text-decoration: none;
}
a.fixedNav, a.fixedNav:link, a.fixedNav:active, a.fixedNav:visited {
	color: #fff;
	text-decoration: none;
}
a.fixedNav:hover {
	color: #ccc;
	text-decoration: none;
}


/* --------------------------------------------
	nav styles
-------------------------------------------- */
#nav {
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #E1E2DD;
	width: 99px;
	height: auto;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
#nav a {
	color: #666;
	background: #E1E2DD;  
	display: block;
  	width: 99px;
	margin: 0px;
	padding: 0.5em 0 0.5em 1em;
	text-decoration: none;
	border-bottom: 1px solid #000;
	/* fixes an ie5 bug */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 103px;
}
#nav a:hover {
	color: #fff;
	background: #353E1B;
	border-bottom: 1px solid #000;
}
/* ---------------------------------
	form styles
--------------------------------- */
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 3px;
	border: 1px solid #000;
	background: #fff;
}

/* ---------------------------------
	table styles
--------------------------------- */
table, td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	border-collapse: collapse;
}
table.border, td.border {
	border: 1px solid #000;
}
td.cellPadding {
	padding: 5px;
}
td.cellPaddingLarge {
	padding: 20px;
}


/* ---------------------------------
	misc styles
--------------------------------- */
h1, h2, h3, h4 {
	margin: 0 0 2px 0;
	padding: 0;
	color: #afbc22;
}
.footer, .footer a, .footer a:link .footer a:active, .footer a:visited {
	color: #fff;
	background: #353E1B;
	padding: 5px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.menuBg {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat; 
	background-position: bottom;
}
.rightColumnBg {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat; 
	background-position: bottom;
}
