body {
text-align: center;
margin: 0 auto;
font-family: Arial, sans-serif;
font-size: 12px;
color: #333;
/*background: #EDEDED url('../images/flagbackground.jpg') no-repeat top center;*/
background: #EFEFEF url('../images/background.png') repeat-x;
}

#siteframe {
width: 960px;
margin: 0 auto;
}

div#header { background: transparent url('../images/header-bg.png') no-repeat; height: 199px; position: relative;}

#content {
width: 960px;
margin: 0 auto;
padding: 0px 0 15px 0;
}

#main ul li {
padding: 0;
margin-left: -10px;
list-style-image: url(/images/ico-check.png);
vertical-align: middle;
}

/*------------------------------------------ thank you */

#thankyou{
	height: 35px;
	background-color: #999999;
	padding: 5px;
}
#thankyou img{
	padding: 5px 0 5px 0;
}

#whitebackground {
background-color: white;
min-height: 500px;
}

#full {
padding: 20px 20px 0 20px;
text-align: left;
}

#home-left {
width: 47%;
padding: 20px 0 20px 20px;
float: left;
text-align: left;
}

#home-right {
width: 47%;
padding: 20px 20px 20px 0;
float: right;
text-align: left;
}

#main {
width: 700px;
text-align: left;
padding: 20px;
}

#sidebar {
width: 200px;
text-align: left;
float: right;
padding: 20px 20px 20px 0;
}

#sidebar h1 {
margin: 10px 0 0 0;
font-size: 20px;
color: #000;
font-weight: normal;
}

.linebreak {border-top: 1px #CCC dashed; margin: 8px 0 2px 0;}

img {border: 0;}

img.right {float: right; padding: 0 0 10px 10px;}

/*------------------------------------------ footer */
#footer {
padding: 15px 0 0 0;
color: #999;
font-size: 11px;
}

#footer a:link, #footer a:visited {color: #666; text-decoration: none; font-weight: normal;}
#footer a:hover {color: #333;}

/*------------------------------------------ links, p, h1-h4, ul, ol */
a:link, a:visited {color: #990000; text-decoration: none; font-weight: normal;}
a:hover {color: #000;}

p {
line-height: 170%;
margin: 0 0 10px 0;
padding: 0;
}

h1 {
margin: 0 0 10px 0;
font-size: 28px;
color: #990000;
font-weight: normal;
}

h2 {
margin: 0 0 10px 0;
padding: 0 0 10px 0;
font-size: 18px;
color: #999;
font-weight: normal;
line-height: 22px;
border-bottom:1px solid #F2F2F2;
}

h3 {
margin: 10px 0 0 0;
font-size: 18px;
color: #404E14;
font-weight: normal;
}
/*
h2, h3, h4{
border-bottom:1px solid #F2F2F2;
color:#37404C;
font-weight:normal;
letter-spacing:-0.035em;
margin-bottom:20px;
padding-bottom:9px;
}
*/

.quoteBox {
background: #EDEEEE url('/images/quote-top.gif') no-repeat top center;
width: 340px;
margin: 0 auto;
color: #666;
font-size: 12px;
}

.quoteBoxBottom {
background: transparent url('/images/quote-bottom.gif') no-repeat top center;
width: 340px;
height: 44px;
}

p.quote {
padding: 28px 18px 0 18px;
margin: 0 auto;
text-align: left;
color: #666;
font-size: 12px;
font-family: 'Georgia', serif;
}

p.credit {
padding: 0 18px 0 18px;
text-align: center;
color: #999;
font-style: italic;
font-size: 11px;
line-height: 14px;
}

/****************** MAIN NAVIGATION ******************/

#mainNav {
/*background: #223B8A url("../images/navbackground.jpg") repeat-x;*/
position: absolute;
width: 880px;
top: 159px;
left: 20px;
height: 40px;
padding: 0px;
margin: 0 auto;
}

ul#nav, ul#nav li {
float: left;
list-style: none;
margin: 0 auto;
padding: 0;
}

ul#nav {
font-size: 13px;
text-align: center;
font-weight: bold;
}

ul#nav a, ul#nav a:visited {
color: #969D81;
text-decoration: none;
display: block;
margin: 4px 2px 0 2px;
padding: 10px 12px 10px 12px;
font-weight: bold;
}

ul#nav a:hover {
color: #FFF;
text-decoration: none;
display: block;
font-weight: bold;
}

#nav li.selected a, #nav li.active a, #nav li.default a {
/*background-color: white;*/
color: #FFF; /*#566422;*/
text-decoration: none;
display: block;
}

#nav a.active {
/* background-color: white; */
color: #FFF; /*#566422;*/
text-decoration: none;
display: block;
}