@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #666666;
	background-color:#ffffff;
}

/* FORMATTING */
#wrapper {
	/*text-align: center;*/
	width: 100%;
	height: 100%;
}

#wrapper #main {
	width: 714px;
	margin: auto;
	text-align:left;
}

#wrapper #main #nav {
	height: 70px;
	width: 714px;
}

#wrapper #main #content {
	clear: left;
	height: 250px;
	width: 714px;
}

#wrapper #main #content #left {
	float: left;
	width: 240px;
	vertical-align:top;
}

#wrapper #main #content #main {
	float: left;
	width: 348px;
	background-color:#F8FBFB;
}

#wrapper #main #content #right {
	float: left;
	width: 126px;
	vertical-align:top;
}


#subdiv {
	width: 328px;
}

#container {
	width: 159px;
}


/* FORMATTING */

.font_small {
	font-size: 11px;
	line-height: 15px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-size-adjust: 0.58;
	line-height: 30px;
	font-variant: small-caps;
	font-weight: normal;
	color: #e08519;
	
}

h2 {
	font-size: 16px;
	line-height: 18px;
	font-size-adjust: 0.58;
	font-variant:small-caps;
	font-weight:normal;
	color: #e08519;
}

h3 {
	font-size:	1.27em;
	line-height: 1.3em;
	font-variant:small-caps;
	font-weight:normal;
	color: #e08519;
}

h5 {
	font-size: 14px;;
	line-height: 14px;;
	font-variant:small-caps;
	font-weight:normal;
	color: #e08519;
}


img { border: 0px; }


a:link {
	color: #444444;
	text-decoration: none;
	}
	
a:visited {
	color: #444444;
	text-decoration: none;
	}
	
a:hover {
	color: #e08519;
	text-decoration: none;
	}


/* FORCE CONTAINER DIVS TO HEIGHT OF FLOATED DIVS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


