@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #0c4b52;
	background: url(../images/background_tan.gif);
	background-repeat: repeat;
	color: #e4ecd9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 1008px;
	background: #0f6061;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px dotted #b14831;
	text-align: left; /* this overrides the text-align: center on the body element. */

	font: 14px/20px Verdana, Helvetica, sans-serif;
}

#header {
	width: 1008px;
	height: 170px;
	background: #ede0be;
	background-image:url(../images/header_logo.jpg);
	background-repeat: no-repeat;
}

#menuTop {
	float: left;
	width:1008px;
	height:44px;
	color: #aec68e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
    background:#003842;
	}

#menuTop ul {
	list-style-type: none;
}

#menuTop li {
	display: inline;
}

#menuTop li a {
	color: #aec68e;
	text-decoration: none;
	padding: 7px 15px;
}

#menuTop li a:hover {
	background-color: #aec68e;
	color: #0a434a;
}

#menuTop li a.current {
	background: url(../images/nav_bg.gif) no-repeat 0 center;
	color: white;
}

#menuTop li a:hover.current {
	background-color: transparent;
	color: white;
}

	
/* mainContent */

#mainContent {
	clear: both;
	padding: 10px 40px; 
	background: #0f6061;
	border: 1px dotted #c46839;
}

#mainContent h1 { 
	font-family:"Comic Sans MS", Verdana, sans-serif;
	color: #aec68e;
	}
	
#mainContent h2 {
	color: #e1b350;
}


#mainContent img {
        float: left;
        padding-right: 20px;
}

#mainContent a:link, 
#mainContent a:visited {
	color:#e1b350;
	text-decoration: none;
}
#mainContent a:hover {
font-weight: bold;
border-bottom: 1px dotted #e1b350;
}

/*  sidebarRight */

#sidebarRight {
	float: right;
	width: 198px;
	background-color: #9e3c1d;
	border: 1px solid #edc959;
	margin-top: 20px;
	}
	
#sidebarRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #efdfd9;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
	}
#sidebarRight .change {
	color: #edc959;
}
#sidebarRight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ef7b33;
	padding: 0 10px;
	}

#footer {
	clear: both;
	width: 1008px;
	height: 44px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EDC959;
	background-color: #003842;
	text-align: center;
	border-top: 1px dotted #fff;
}

#footer a:link, #footer a:visited {
	color: #EDC959;
        text-decoration: none;
}

#footer a:hover {
font-weight: bold;
border-bottom: 1px dotted #EDC959;
}

/* TYPROGRAPHY */
p, ul, li, td {
	font-family: Arial, Helvetica, sans-serif;
	}
em {
	color: #E1C959;
	font-weight: bold;
}

