/* CSS Document */




/* ------- Global settings */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	}
	
body {
	background: url(images/bg_color.gif) repeat;
	}
	


/* ------- DIV settings */

#container {
	width: 845px;
	height: auto;
	margin: 10px auto;
	background: url(images/bg_body.gif) repeat-y;
	}
	
#header {
	width: 100%;
	height: 158px;
	background: url(images/bg_header.gif) no-repeat;
	}
	
#nav {
	width: 100%;
	height: 25px;
	background: url(images/bg_nav.gif) no-repeat;
	overflow: hidden;
	}
	
#footer {
	width: 100%;
	height: 40px;
	background: url(images/bg_footer.gif) no-repeat;
	}
	
.leftColumn {
	width: 500px;
	height: auto;
	float: left;
	}
	
.rightColumn {
	width: 330px;
	height: auto;
	float: right;
	}
	
.fullPage {
	width: 845px;
	height: auto;
	}
	
.clear {
	width: 100%;
	clear: both;
	}
	
	
	
/* ------- Text settings */

/* Headers */

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #0066CC;
	margin: 10px 10px 0 10px;
	}
	
/* Text */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
	margin: 0 20px 10px 10px;
	}
	
#footer p {
	font-weight: bold;
	color: #000000;
	}
	
a {
	text-decoration: none;
	color: #006600;
	border-bottom: 1px dotted #006600;
	}
	
a:hover, a:active {
	color: #33CC00;
	}
	
/* ------- Image settings */

.picstyle1 {
	margin: 10px 0 10px 0;
	}
	
/*------- Navigation settings */

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#nav a:hover, a:active {
	color: #33FFFF;
	}
	
	
	