body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#cccccc;
	font:normal 10px helvetica, Palatino, serif;
	color:#666666;
	}


form {margin:0;padding:0;font-size:9px;display:block;}
input, textarea, option, select {font-family:arial, verdana, serif;font-size:9px;background-color:#fff;}


a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:hover {color:#222;text-decoration:none;}
a:active {color:#990000;text-decoration:none;}
a.none {
  background-color: transparent;
}
#header{
	padding: 5px 15px 5px 0px;
	margin-left: 0px;
	font-size:1.1em;
}

#header a:link {color:#666;text-decoration:none;}
#header a:visited {color:#666;text-decoration:none;}
#header a:hover {color:#333;text-decoration:none;background:#eee;}
#header a:active {color:#333;text-decoration:none;}
#header a.active {color:#333;text-decoration:none;}

img {border:0;}

#one {
	margin:10px auto;
	padding:64px 0 0 0;
	width:740px;
	background:transparent url(top.gif) top center no-repeat;
	}
	
#two {
	margin:0 auto;
	width:740px;
	background:transparent url(side.gif) center repeat-y;
	}
	
#three {
	margin:0 auto;
	width:740px;
	background:transparent;
	}
	
#four {
	padding:0 0 65px 0;
	width:740px;
	background:transparent url(bottom.gif) bottom center no-repeat;
	}

#five {
	margin:0 auto;
	width:600px;
	background:transparent;
	}

#wrapper {
	width:600px;
	margin:0 auto;
	padding:20px 0;
	text-align:left;
	position:relative;
	font-size:1.1em;
}

#header-img {
	clear:both;
	height:200px;
	background:#fff url() top center no-repeat;
	}

#flash-header{
	clear:both;
	height:200px;
	background:#fff top center;
}


#left-column {
	float: left;
	position:relative;
	width:120px;
	height:150px;
	background:transparent;
	margin:0 0 20px 0;
	padding-right:15px;
	border-right: 0px dotted #ccc;
	}

#right-column {
	float: right;
	width:450px;
	height:150px;
	position:absolute;
	top:20px; right:0;
	margin:0 0 20px 0;
	left:420px; 
	/*padding:5px;*/
	}

#footer {
	margin:0px auto;
	padding: 10px 0 0 0;
	clear:both;
	width:600px;
	text-align:center;
	background:transparent;
	border-top: 1px dotted #ccc;
}

h1, h2, h3 {
	font-family:helvetica, serif;
	}
	
h4 {
	font-family:helvetica;
	font-size:12px;
	color: #999999
 	
	}	

	
h1 {
 	font-size:14px;
 	font-weight:bold;	
	color: #990000
}

h2 {
	font-size:12px;
}


/* IMGs */
.imgFloatL {float:left;margin:2px 6px 2px 0px;border: 1px solid #ccc;padding: 3px;}
.imgFloatR {float:right;margin:2px 0px 6px 6px;;border: 1px solid #ccc;padding: 3px;}
.imgFloatR {text-align:right;}
.nofloat {margin:2px 6px 2px 0px;border: 1px solid #ccc;padding: 4px;}
.cred {
	font:normal 9px Georgia, Palatino, serif;
	color:#555;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #ff0000; border-style: none none dotted; }


