/* CSS Document */
/* 	#BDD3EB light blue */
/* 	#800000 dark red */
/* All associated graphics copyright 2005, Piet Zwetsloot */

BODY
{
    FONT-SIZE: 10pt;
	color: #000000;
	background-color: #800000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-color: #efede5;
	
	scrollbar-face-color:#bfbfbf;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#f7f7f7;
	scrollbar-shadow-color:'#dfdfdf';
	scrollbar-highlight-color:'#ffffff';
	scrollbar-3dlight-color:'#ffffff';
	scrollbar-darkshadow-Color:'#7f7f7f';
	/*overflow-y: scroll;*/
}

#header{
	background-color: #BDD3EB;
	margin: 0 auto;
	text-align: center;
}

.container {
	position: relative;
	border-left: 25px solid #800000;
	border-right: 25px solid #800000;
	margin: 0px auto;
	padding: 0px;
	text-align: left; /* For IE, see above */
	width: 882px !important;
	/*width : 750px;*/
	/*background: #ffffff url(graphics/background_content.gif) repeat-y;*/
	/*background-color: #ffffff;*/
}
	
.leftnavigation{
	font-size: 85%;
	list-style-type:none;
	line-height: 2em;
}

.navigation {
	background-color: #efede5;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-size: 85%;
	text-align: center;
	word-spacing: 10px;
	vertical-align: middle;
} 

.navigation img{
	vertical-align: middle;
	padding: 1px 5px 1px 5px; 
}

#footer {
	background-color: #efede5;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	font-size: 85%;
	padding: 2px 10px 4px 10px;
	text-align: left;
}

#leftColumn {
	width: 165px;
	background-color: #efede5;
	border-right: 1px solid #b2b2b2;
	vertical-align: top;
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	height: 400px;
	
}

#leftColumn p {
	font-size: 77%;
	line-height: 1.3em;
}

#leftColumn img {
	border: 0px solid #656565;
}

#leftColumn form {
	margin: 0;
}

#centerColumn {
	padding: 10px 50px 10px 50px;
	vertical-align: top;
	width: 717px;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

#footerNav {
	font-size: 85%;
}

.separator {
	clear: both;
	height: 0px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font: bold 108% Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	text-transform: uppercase;
}

h2 {
	margin-top: 0;
	margin-bottom: 3px;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #656565;
	clear: right;
}

p {
	margin-top: 0;
	margin-bottom: 10;
}

ul.plainList li {
	list-style-image:url(images/bullet3.gif);
	list-style-type:none;
	font-size: 100%;
	margin: 0;
	padding:3px 3px 3px 10px;
	line-height: 150%;
}

.textarea{
	font-family 		: Verdana, Helvetica, Arial, sans-serif;
	font-size 		: 11px;
	color 			: #000000;
	background-color 	: #efede5;
	border-color 		: #b2b2b2;
	border-style 		: solid;
	border-width 		: 1px;
	width 			: 500px;
	height			: 140px;
    }
	
.form  {
	font-family 		: Verdana, Helvetica, Arial, sans-serif;
	font-size 		: 11px;
	color 			: #000000;
	background-color 	: #efede5;
	border-color 		: #b2b2b2;
	border-style 		: solid;
	border-width 		: 1px;
	width 			: 360px;
}
	
.button {
	font-family         	: Verdana, Helvetica, Arial, sans-serif;
	font-size           	: 11px;
	color              	: #000000;
	background-color    	: #efede5;
	border-color        	: #b2b2b2;
	border-style        	: solid;
	border-width        	: 1px;
	text-align          	: center;
	cursor              	: hand;
	width 			: 125px;
	height			: 20px;
}

.visitcard{
	font-family			: Trebuchet MS;
	font-size           : 11px;
	letter-spacing		:  0.2222em;
	}
	
.visitcard img{
	text-align:center;
	vertical-align:top;
}

.colorbackground{
	background-color: #efede5;
}
.nocolorbackground{
	background-color: #ffffff;
}
.sidebar{
	background-color: #800000;
}