@charset "utf-8";

* { margin:0; padding:0;}
img { border: none;}
a img { text-decoration: none;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a { text-decoration: none;} a:hover { text-decoration:underline;}
p { padding-bottom: 10px;}

h1 { font-size: 30px; color:#000; padding-bottom: 5px;}

hr { border: none; height: 1px; background-color:#cfae43; margin-bottom: 5px;}

body {
	background-color: #669999;
	background-image: url(../images/backdrop.gif);
	background-repeat:repeat-y;
	background-position:left;}

#container {
	width: 875px;

	}
#leftcol {	
	width: 150px;
	padding: 20px 0 0 25px;
	}
#rightcol {	
	width: 675px;
	padding: 20px 0 0 25px;
	}
	#rightcol table { padding-top: 10px;}
	#rightcol table a { text-decoration: none;}
	#rightcol table td {
		padding: 0 20px 20px 0;
		}
	#rightcol table img {
		border: 2px solid #cfae43;
		margin-bottom: 5px;
		}
	#rightcol table a { color: #FFFFFF;}
	#rightcol a { color: #003366;}


.right { float:right;}
.left { float:left;}
.clear { clear:both;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
