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;
	}

.left { float: left; }
.right { float: right; }
.blue {
	color: #394150;
	}
.red {
	color: #cc0000;
	}

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

#header {
	background-color: #ffffff;
	height: 100px;
	margin: 0;
	padding: 0;
	}

#header .box { padding: 14px 16px; margin: 0; }
#header h2 { 
	font-weight: normal;
	font-size: 24px;
	color: #929db5;
	margin: 0;
	}
#header h3 {
	font-weight: normal;
	font-size: 18px;
	color: #CCCCCC;
	margin: 0;
	}

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

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

#topShadow {
	background-image: url("img/content_shadow.png");
	height: 29px;
	margin: 0;
	padding: 0;
	}
	
div.navi {
	float: right; 
	height: 32px;
	width: 113px;
	margin: 0;
	padding: 0;
	background: url("img/nav_link.png");
	background-position: 0 -32px;
	border-left: 1px solid #2d333f;
	}

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

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

#content {
	line-height: 20px;
	word-spacing: 2px;
	//text-align: justify;
	width: 810px;
	float: left;
	position: relative;
//	margin-bottom: 2px;
	background-color: #ffffff;
	}

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

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

#content p.quote {
	padding-right: 40px;
	padding-left: 40px;
color: #394150;
	}

#content table {
	border-collapse: collapse;
	font-size: 85%;
	table-layout: fixed;
	}
	
#content td {
	border: 1px solid #000000;
	padding: 5px 15px 5px 0px;
	text-align:left;
	}

#content h2 {
	font-size: 16px;
	font-weight: bold;
/*	color: #929db5; */
	color: #394150;
	margin: 0 10px 0 0;
	}

#content h2 a { text-decoration: none; font-weight: bold; }
	
#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #888888;
	margin: 20px 10px 5px 0;
	}
.title {
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
text-align: center;
	}

#content a { color: #394150; text-decoration: none; }
#content a:hover { color: #929db5; }
#content a.red { color: #cc0000; text-decoration: none; }
#content a.red:hover { color: #999999; }
#content img.border { padding: 1px; background-color: #6d6d6d; border: 1px solid #3e3e3e; margin-left: 0px; margin-right: 0px; }
img.right_pad {padding-right: 15px; float: left;}
.right_pad {padding-right: 15px; float: left;}

#content p.form {
	padding:2px 0px 2px 20px;
}
#content p.error {
	color:#990000;
        font-size:100%;
	font-weight:bold;
	padding:0 0 0 20px;
}
#content p.thankyou {
	color:#990000;
        font-size:140%;
	font-weight:700;
	padding:10px 0 0 20px;
}
#content textarea, input, select {
        background: #ffffff;
        border: 1px solid #555555;
        color: #000000;
        padding: 1px;
}
#content input:focus, textarea:focus, label:focus, select:focus {
        background: #f1f1f1;
        border: 1px solid #394150;
}
#content li.adjust_right { margin-left: 15px; }
#content ul.inside { list-style-position: inside; }
#content ul.inside_red { list-style-position: inside; color: #cc0000; }

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

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

#sidebar h3 {
	font-size: 13px;
	font-weight: bold;
	color: #838ea3;
	margin: 0 0 16px 0;
	}

#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0 5px 5px 0;
	font-style: italic;
	line-height: 150%;
	}

#sidebar p {
	font-size: 11px;
	line-height: 20px;
	word-spacing: 1px;
	color: #F0F0F0;
	text-align: center;
	}

#sidebar img { margin: 0px 0px 11px 0px; padding: 1px; background-color: #556076; border: 1px solid #394150; }
#sidebar img:hover { border: 1px solid #ffffff; }
#sidebar ul { padding: 0; margin: 0; }
#sidebar li { list-style-type: none; padding-left: 16px; padding-top: 7px; }
#sidebar a { color: #a1adc5; text-decoration: none; }
#sidebar a:hover { text-decoration: underline; }

/*===================================*/
	
#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: 32px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	}

#footer .box {
	text-align: center;
	margin: auto;
	padding-top: 4px;
	font-size: 10px;
	font-style: italic;
	}

#footer a {	color: #a1adc5; font-size: 9px;}

