html { height: 100%; }

body {
	height: 100%;
	background-color: #75767a;
	background-image: url("img/background_main.png");
	background-position: top center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 75%;
	background-repeat: repeat-y;
	margin: 0px;
	color: #000000;	
}

#mainContainer {
	border: 1px solid #3d3d3d;
	background-image: url("img/content_main.png");
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	text-align: left;
	}

.clearer {clear: both;}
.left { float: left; }
.right { float: right; }
.right2 { float: right;
         margin-top: 50px; }
.fineborder {
	border: 1px solid #000000;
        width: 640px;
        height: 480px;
}
.fineborder2 {
	border: 1px solid #000000;
        width: 185px;
        height: 139px;
}

/*===================================*/

#header {
	background: #75767a url("img/banner.gif");
	height: 163px;
        width: 1000px;
	margin: 0;
	padding: 0;
	}

#header .box { padding: 30px 16px 0 25px; margin: 0; }
#header .tagline { padding: 15px 16px 56px 28px; margin: 0;}
#header h2 {
        font-family: 'Times New Roman', Times, serif; 
	font-weight: bold;
	font-size: 22px;
	color: #EB5E66;
	margin: 0;
	}
#header h3 {
        font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin: 0;
	}
#header h4 {
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	margin: 0;
	}
.stripes {
	background: #333 url("img/stripe.gif");
	height: 11px;
        position: relative;
}
.stripes2 {
	background: #333 url("img/stripe2.gif");
	height: 10px;
	border-top: 1px solid #202020;
        position: relative;
}
.stripes3 {
	background: #333 url("img/stripe3.gif");
	height: 7px;
        position: relative;
}
/*===================================*/

#navigation {
	background-color: #47526a;
	background-image: url("img/navigation_main.png");
	height: 27px;
        margin: 0;
	padding: 0;
	}

#topShadow {
	background-image: url("content_bShadow.png");
	height: 27px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
	}
	
div.navi {
	float: right;
        width: 100px;
	height: 27px;
        margin: 0;
	padding: 0;
	background: url("img/nav_link.png");
	background-position: 0 -27px;
	border-left: 1px solid #2d333f;
	}

#navigation a {
	display: block;
	height: 20px;
	color: #a1adc5;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
        margin: 0;
	padding-top: 6px;
	background: url("img/nav_link.png");
	background-position: 0 0;
	}
	
#navigation a:hover { background-image: none;
        color: #FFCB35;
        }

.act { background-image: none;
        color: #FFCB35;
        }

/*===================================*/

#topImage {
	background-image: url("img/history.jpg");
        float: right;
	height: 232px;
        width: 819px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	}

#topImage2 {
	background-image: url("img/contact2.jpg");
        float: right;
	height: 232px;
        width: 819px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000000;
	}

#content {
	line-height: 20px;
	word-spacing: 2px;
	text-align: left;
	width: 819px;
	float: right;
	position: relative;
        margin-top: -27px;
	}

#content2 {
	line-height: 20px;
	word-spacing: 2px;
	text-align: justify;
	width: 819px;
	float: right;
	position: relative;
	}

#content .box, #content2 .box { padding: 0 16px; margin-bottom: 1px; }

#content .spacer, #content2 .spacer {
	background-image: url("img/content_spacer.png");
	height: 29px;
	margin: 0;
	padding: 0;
}


#content h2, #content2 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #cb151e;
	margin: 0 10px 0 0;
	}

#content h2 a, #content2 h2 a { text-decoration: none; font-weight: bold; }
	
#content h3, #content2 h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0 10px 0 0;
	}

#content a { color: #000000; text-decoration: none; }
#content a:hover { color: #cb151e; }
#content img.border { padding: 1px; background-color: #6d6d6d; border: 1px solid #3e3e3e; margin-left: 8px; margin-right: 8px; }



/*===================================*/
	
#sidebar {
	width: 181px;
	float: right;
	position: relative;
	}
	
#sidebar .box { padding: 0 10px; }

#sidebar .spacer {
	background-image: url("img/sidebar_spacer.png");
	height: 29px;
	margin: 0;
	padding: 0;
	}

#sidebar h3 {
	font-size: 13px;
	font-weight: bold;
	color: #F2BC00;
	margin: 0 7px 16px 5px;
        text-align: center;
	}

#sidebar p {
	font-size: 11px;
	line-height: 20px;
	word-spacing: 1px;
	color: #ffffff;
	margin: 0 7px 0 5px;
        text-align: center;
	}

#sidebar img { margin: 0; padding: 1px; background-color: #556076; border: 1px solid #394150; }
#sidebar ul { padding: 0; margin: 0; }
#sidebar li { list-style-type: none; padding-left: 16px;  padding-top: 10px; }
#sidebar a { color: #a1adc5; text-decoration: none; font-weight: bold;}
#sidebar a:hover { text-decoration: none; font-weight: bold; color: #FFCB35;}
#sidebar a:active { text-decoration: none; font-weight: bold; color: #FFCB35;}

/*===================================*/
	
#bottomShadow {
	background-image: url("img/content_bShadow.png");
	height: 29px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	}

#footer {
	background-image: url("img/footer_main.png");
	height: 29px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	}

#footer .box {
	text-align: center;
	padding-top: 7px;
	font-size: 11px;
        font-weight: bold;
	color: #cb151e;
	}

#footer a { color: #a1adc5; text-decoration: none; font-weight: bold; }

#footer a:hover { color: #ffcb35; text-decoration: none; font-weight: bold; }

#footer2 {
	height: 29px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	}

#footer2 .box {
	text-align: center;
	padding-top: 10px;
        padding-bottom: 10px;
	font-size: 10px;
	color: #ffffff;
	}

#footer2 a { color: #ffcb35; text-decoration: none; }

#footer2 a:hover { color: #cb151e; text-decoration: none; }
