body {
	background-color: #003663;
}
h1,h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -.02em;
	color: #036;
}

hr {
	background: #003663; 
	color: #003663;
	clear: both; 
	float: none; 
	width: 100%; 
	height: 2px;
	margin: 0 0 1.4em 0;
	border: none; 
}
th {
	border-bottom: none;
}
td {
	border-bottom: none;
}
em,dfn {
	font-style: italic;
	background: none;
}

.container {
	border: 2px solid #fff;
	background-color: #fff;
}


#elect h3 {
	color: #003663;
}


/* -------------- Header -------------- */

#header {
	height: 150px;
	padding-bottom: 2px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
#header .countdown {
	height: 40px;
	width: 600px;
	color: #FFFF00;
	float: right;
	margin: 30px 20px 0 0;
	text-align: right;
	vertical-align: top;
	font-size: 1.3em;
	font-weight: bold;
	}
	
#announcement div {
  background-color: #003663;
  color:#FFF;
}

/* -------------- End Header -------------- */




/* -------------- Navigation -------------- */

#navigation ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #fff;
	background-color: #ED1C24;
	color: #fff;
	float: left;
	width: 100%;
}

#navigation ul li { display: inline; }

#navigation ul li a {
	padding: 0.4em 1.2em;
	background-color: #ED1C24;
	color: #fff;
	float: left;
	border-right: 2px solid #fff;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: #003663;
	color: #fff;
}

/* -------------- End Navigation -------------- */


/* -------------- Home -------------- */

#homerecord {
	float: left;
	width: 650px;
	background-image: url(../images/record.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#homerecord .box {
	float: left;
	background: none;
	margin: 14em 4em 0 0;
}
#homerecord .box a, #homerecord .box a:link, #homerecord .box a:visited, #homerecord .box a:active  {
	color: #ED1C24;
}
# #homerecord .box a:hover {
	color: #036;
	text-decoration: none;
}

.movie {
	border: 2px solid #ED1C24;
	float: right;
	top: 250px;
	right: 400px;
	width: 240px;
	height:180px;
	margin: 0 0 1.5em 2em;
	background-image: url(images/flagbkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* -------------- End Home -------------- */


/* -------------- Middle -------------- */

#middle {
	background-color: #fff;
	background-image: url(../images/flagbkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content .box {
	list-style-image: url(../images/bluebullet.gif);
	background-color: transparent;
}
#content a, a:link, a:visited, a:active  {
	color: #ED1C24;
}
#content a:hover {
	color: #036;
	text-decoration: none;
}
#content hr {
	background: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
}
#sidebar .box {
	background-color: #ED1C24;
	margin: 1.5em 1.5em 1.5em 0;
	color: #fff;
	list-style-image: url(../images/whitebullet.gif);
}
#sidebar a, a:link, a:visited, a:active  {
	color: #fff;
	text-decoration: underline;
}
#sidebar a:hover  {
	color: #003663;
	text-decoration: none;
}
#sidebar h2 {
	color: #fff;
}

#pageimage {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}

/* -------------- End Middle -------------- */



/* -------------- Footer -------------- */

#footer {
	background: #ED1C24;
	text-align: center;
	color: #fff;
  	padding: 1em 0 1em 0; 
}
#footer a, a:link, a:visited, a:active  {
	color: #fff;
}
#footer a:hover  {
	color: #003663;
}

/* -------------- End Footer -------------- */



/* -------------- Unique Styles ----------- */

#donate{
        margin: 30px 0;
}

a.donate_btn, a:link.donate_btn, a:visited.donate_btn, a:active.donate_btn  {
	color: white;
        background-color: #FFF;
        padding: 18px;
        text-decoration: none;
        font-weight: bold;
        margin-right:10px;
        border: 1px solid #FF6600;
        font-size: 15px;
}
a:hover.donate_btn  {
        color: white;
	border: 1px solid #003663;
        font-weight:bold;
        margin-right: 10px;
}



/* -------------- End Unique Styles ------- */