* {
	margin:0;
	padding:0;
	}

html {
overflow:auto;
}

body,html {
	min-height:101%;
	}
	
body {
	background: #CCCCCC;
	color: #545454;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:1000px;
	margin:0 auto;
	font-size:0.7em;
	background:;
	background: #FFF url(b.gif);
    background-repeat: repeat-x;
	margin-top: 40px;
	border:1px solid #656565;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#leftcol {
	width:750px;
	padding-right:15px;
	padding-left:15px;
	}
	
#rightcol {
	width:200px;
	padding-right:15px;
	padding-left:0px;
	}
	
#leftcol, #rightcol, #flashcol {
	padding-top:20px;
	float:left;
	padding-bottom: 10px;
	}	
	
#flashcol {
    width: 750px;
	padding-right:15px;
	padding-left:15px;
	}

/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
/* Content */


#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
.rightcol {
	color: #f79433;
	text-decoration:none;
	letter-spacing:-0.03em;
	font: Arial, sans-serif;
	text-transform:uppercase;
	font-size: 20px;
	}	
		
.rightcol a:link, a:visited {
	color: #989898;
	text-decoration:none;
	letter-spacing:-0.03em;
	font: Arial, sans-serif;
	text-transform:uppercase;
	font-size: 20px;
	}	
	
.rightcol img {
border: 0px;
padding: 0px 0px 30px 0px;
margin: 0px;
}

.rightcol a:hover, a:active {
	color: #f58233;
	text-decoration:none;
	font: Arial, sans-serif;
	text-transform:uppercase;
	font-size: 20px;
	}	
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#FFF;
	}

#footer a {
	color:#d3d1d1;
	}