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

body {
	background-color: #C4CFEA;
	background-image: url(/images/bkg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.header {
	margin: 0 auto;
	padding: 0px;
	width: 915px;
}

#content {
	margin: 0 auto;
	width: 915px;
}

.middle {
	position: relative;
    width: 915px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383527;
	border-right-color: #383527;
	border-bottom-color: #383527;
	border-left-color: #383527;
	background-color: #F7F6F0;
}

#main {
	position: relative;
    width: 903px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #383527;
	border-right-color: #383527;
	border-bottom-color: #383527;
	border-left-color: #383527;
	background-color: #F7F6F0;
	font-size: smaller;
}

#leftcontent {
	margin-left: 20px;
	width: 565px;
	float: left;
}

/* IE6 Only */
* html #leftcontent {
	margin-left: 5px;
}

#leftcontentsub {
	margin-left: 20px;
	width: 863px;
	float: left;
}

/* IE6 Only */
* html #leftcontentsub {
	margin-left: 5px;
}

#leftcontent h1, #leftcontentsub h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#rightcontentHome {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
	/*padding-top: 6px;*/
	width: 290px;
	float: right;
}

#rightcontentHome table {
	padding-bottom: 6px;
}

#fullcontent {
	margin-left: 20px;
	width: 870px;
	float: left;
}

/* IE6 Only */
* html #fullcontent {
	margin-left: 5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 18pt;
	color: #FFFFFF;
}

.padding10 {
    padding-left: 10px;
}
