/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	background-color: #F0E7D6;
}

	
.bk1 {
	background-color: #FFFFFF;
	background-image: url(imgs/top_bckg1.gif);
	background-repeat: repeat-x;
}
.bk2 {
	background-image: url(imgs/top_bckg2.gif);
	background-repeat: repeat-x;
	background-color: #F0E7D6;
}
#wrapper {
	text-align: left;
	padding: 0px;
	border:0;
	width: 769px;
	background-image: url(imgs/bckgmain.gif);
	background-repeat: repeat-y;
	clear: both;
	margin: 0 auto;
}

#header {
	background-image: url(imgs/bckgmain.gif);
	height: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#side-a {
	float: left;
	width: 129px;
}

#side-b {
	float: left;
	width: 211px;
	margin: 0px;
}

#content {
	float: left;
	width: 400px;
	background-color: #8F8F8F;
	margin: 0px;
	padding-right: 12px;
	padding-left: 17px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	height: 1300px;
}
#content p {
	padding-bottom: 8px;
}


#footer {
	clear: both;
	background: #A2A2A2;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F1BA94;
	padding-top: 30px;
	padding-bottom: 20px;
}
h2 {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
#content a {
	color: #FFF4DF;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}

/* subnavs */
#navcontainer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 8px;
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #707070;
	text-decoration: none;
	border: 1px solid #515151;
}

#navlist a:hover {
	color: #FFFFFF;
	background-color: #BBBBBB;
	text-decoration: none;
}
#navcontainer #active {
	color: #CCCCCC;
	background-color: #4F4F4F;
	text-decoration: none;
}

.suhdr {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC99;
	border-bottom: 1px solid #FFCC99;
	line-height: 11px;
}
.smltxtright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 4px;
	padding-right: 12px;
}
#content #listtype ul {
	padding: 12px;
	list-style-position: inherit;
}
#content #listtype li {
	padding-bottom: 6px;
	line-height: 13px;
	list-style-position: inherit;
	list-style-type: square;
	margin-left: 20px;
}
#content .underli {
	text-decoration: underline;
}
