/* colors
9e306b mauve
6184bf country blue
*/
/***** TYPOGRAPHY AND LINKS *****/
body, address, dd, dl, hr, p, form { 
font-family: Verdana, Tahoma, Helvetica, "Times New Roman", Georgia, Geneva, Arial, serif; 
margin: 0; 
padding: 0; 
}
h1 {
	color: #9e306b; /* mauve */
	padding: 0;
	margin: 5px 0;
	font-variant:small-caps;
	font-size:24px;
	line-height: 1.5em;	
}
h2 {
	color: #6184bf; /* country blue */
	font-variant:small-caps;
	font-size:20px;
	line-height: 1.5em;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}
h3 {
	color: #6184bf; /* country blue */
	padding: 0;
	margin: 5px 0;
	font-variant:small-caps;
	font-size:16px;
	line-height: 1.5em;	
}
h4 {
	color: #1b660f;  /*green*/
	font-variant:small-caps;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}
h5 { 	
	color: #9e306b; /* mauve */
	font-variant:normal;
	font-size:14px;
	line-height: 1.2em;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}
h6 { 
	color: #9e306b;  /* mauve */
	font-variant:small-caps;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 10px 0;
}
h7 { 
	color: #6184bf; /* country blue */
	font-variant:small-caps;
	font-size:16px;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}
a:link, a:visited { 
text-decoration: none; 
color:#6184bf; /* country blue */
}
a:active, a:hover { 
text-decoration: underline; 
color: #1b660f;  /*green*/
}
p { 
text-indent:25px;
margin: 0 0 10px 0;
line-height: 1.5em;
}

/***** MAIN CONTENT *****/
body, html { 
margin: 0 auto; 
font-size: 13px; 
text-align: center; 
vertical-align: top;
background-image: url(../Images/bodyBkgdRepeat.jpg);
background-repeat: repeat; 
color: #000;
line-height:1.5em;
}

#container { 
margin: 10px auto; 
width: 980px;
height: auto;
text-align: left;
border: 4px double #6184bf; /* country blue */
background-image:url(../Images/checkbar.jpg);
background-repeat:repeat;
z-index: 1;
}
#content {
	background-color:#FFF;
	vertical-align: top;
	width: 930px;
	margin: 20px 20px 10px 20px;
	padding: 0;
	z-index: 2;
	position: relative;
	border: 4px double #6184bf; /* country blue */
}
#banner {
	float: none;
	margin: 20px 10px 10px 10px; 
	padding: 5px;
	width: 920px;
	z-index: 20;
	position: relative;
}
#logo {
	position:relative;
	float:left;
	margin: 0;
	padding: 10px;
	width:400px;
}
.title {
	margin: 0 10px 10px 10px;
	padding: 20px 0 10px 30px;
	text-align:center;
}
#main { 
	width: 880px; 
	margin: 15px 5px 0 5px; 
	padding: 0 20px 20px 20px;
}
.nav {
	padding: 5px 10px 5px 15px;
	text-align:left;
}
.nav a:link, .nav a:visited {
	color: #6184bf; /* country blue */
	text-decoration: none;
	font-size: 16px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
}
.nav a:hover, .nav a:active  {
	color: #1b660f;  /*green*/
}
.special {
	color:#9e306b;  /* mauve */
	font-variant:small-caps;
}
.noindent {
	text-indent: 0;
}
.nopad {
	padding: 0;
	margin: 0;
}
.bold {
	font-weight: bold;
	padding: 10px 0;
	font-size: 14px;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.hr {
	text-align: center;
	padding: 0;
	margin: 10px 0;
	width: 100%;
	border: 2px double #6184bf; /* country blue */
}
.imgRight {
	margin: 10px 10px 10px 20px;
	float: right;
}
/***** FOOTER *****/
#footer { 
	margin: 0 10px 10px 10px;
	padding: 15px;
	height: 60px;
	background-color: #fff;
	border: 4px double #6184bf; /* country blue */
	text-align: center;
	text-indent: 0;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.footer a:link, .footer a:visited {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #1b660f;  /*green*/
}
.footer a:active, .footer a:hover {
	text-decoration: underline; 
	color: #6184bf; /* country blue */
}
.copyright a:link, .copyright a:visited { 
	text-indent: 0;
	line-height: 15px;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #1b660f;  /*green*/
}
.copyright a:active, .copyright a:hover {
	text-decoration: underline; 
	color: #6184bf; /* country blue */
}

