/* 

mint-green: D8E1A5

orange: e08519
orange2: cc7206

sky blue: #B4C0DA
logo blue: #2E4D7A
dark blue: #002D7E
logo red: #E82E2F
dark red: #a12021

*/

/* General body definitions */

body {
padding: 0;
margin: 0;
font: 0.9em tahoma, verdana, sans-serif;
background: #e0e0e0;
background: #e0e0e0 url(images/plain-bg-tile.png) top repeat-y;

color: #303030;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
	text-decoration: underline;
}

#container {
margin: 0 auto 15px auto;
width: 760px;
padding: 5px 20px 20px 20px;
/*background: #B4C0DA;
*/}

/* Header */
#logo {
margin: 15px 0 0 0;
}
#logo h1 a {
color: #303030;
}
#logo h1 a:hover {
text-decoration: none;
}
#headerImagesContainer {
	position: absolute;
}
#headerImages {
height: 200px;
left: 319px;
}
#logo .logoImg {
	width: 100%;
	position: relative;
}
#logo img {
	position: absolute;
	left: 660px;
}


/* Navigation tabs */
#navitabs {
clear: both;
}
a.navitab {
	color: #fff;
}
#desc a:hover {
	text-decoration: underline;
	color: #B4C0DA;
}

.navitab {
padding: 4px 8px 4px 8px;
margin: 0 0 4px 0;
text-decoration: none;
/*letter-spacing: 1px;
*/
background: #2E4D7A url(images/corner-blue.gif) top right no-repeat;
border-bottom: 1px solid black;
border-left: 1px solid black;
}
.navitab:hover {
text-decoration: none;
background: #1b2d48 url(images/corner-blue.gif) top right no-repeat;
}
.activenavitab {
padding: 4px 8px 5px 8px;
color: #ffffff;
margin: 0 0 5px 0;
text-decoration: none;
background: #505050 url(images/corner-blue.gif) top right no-repeat;
border-left: 1px solid black;
}
.activenavitab:hover {
text-decoration: none;
background: #1b2d48 url(images/corner-blue.gif) top right no-repeat;

}


/* Top Description */
#desc_container {
	width: 759px;
	border: 1px solid black;
	margin: 0;
	margin: 4px 0 0 0;
}
#desc {
height: 200px;
color: #ffffff;
padding: 0;
background: #505050 url(images/front.jpg) top left no-repeat;
clear: both;
margin: 0;
}
#desc p {
width: 280px;
font-size: 1.2em;
line-height: 1.3em;
padding: 0 0 0 15px;
}
#desc h2 {
	font-size: 1.8em;
padding: 15px 15px 0 15px;
color: #ffffff;
}
#desc a {
color: #ffffff;
text-decoration: underline;
}

/* Empty Desc */
#empty_desc {
	width: 759px;
	height: 0px;
	border: 0;
	margin: 0;
	margin: 4px 0 0 0;
}
	


/* Body definition */

#main_container {
	width: 759px;
/*	background: #B4C0DA;
*/	background: #fff;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#main {
width: 747px;
padding: 0 0 0 10px;
color: #000;
background: #fff;
border: 1px solid #999;
padding-bottom: 20px;
}

#main p, #main h1, #main h2, #main h3 {
padding-right: 10px;
}


/* sidebar */
div#sidebar {
width:150px;
float:right;
background: #761718;
padding: 0 10px 0 10px;
border-left: 1px solid #600;
border-bottom: 1px solid #600;
border-right: 1px solid #600;
color: #fff;
margin: 0;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 0px;
}
#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}
#sidebar a {
	color: white;
	text-decoration: underline;
}
#sidebar a:hover {
	color: black;
	text-decoration: underline;
}

.sidelink {
text-align: left;
display: block;
width: 120px;
background: #f0f0f0 url(images/corner-blue.gif) top right no-repeat;
padding: 3px 4px 3px 8px;
margin: 5px 10px 5px 0;
}
.sidelink:hover {
background: #e0e0e0 url(images/corner-blue.gif) top right no-repeat;
text-decoration: none;
}


/* footer */
#footer {
clear: both;
background: #2E4D7A;
color: #ddd;
font-size: 0.9em;
padding: 8px 0 8px 0;
border: 1px solid #000;
text-align: center;
width: 759px;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
font-size: 0.8em;
}


/* other body definitions */
.block {
background: #f0f0f0;
padding: 15px;
}


h1 {
margin: 0 0 20px 0;
font-size: 3.4em;
font-weight: normal;
}

h2 {
margin: 0 0 20px 0;
font-size: 2.0em;
font-weight: normal;
}

h3 {
margin: 20px 0 10px 0;
font-size: 1.4em;
font-weight: normal;
}

h4 {
font-size: 1.2em;
font-weight: bold;
}

p {
margin: 0 0 15px 0;
line-height: 1.5em;
text-align: left;
}

.right {
text-align: right;
}

a img {
border: 0;
}

.hide {
display: none;
}



/* registration table */
table.registration {
	padding: 8px 0px;
}
table.registration td {
	border: 1px solid #ddd;
	padding: 4px 8px;
}
table.registration th {
	background-color: #002D7E;
	color: white;
	font-weight: bold;
	
	padding: 4px 8px;
}

