body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3b3317;
}

body {
	background-color: #685a29;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.hidden {
	display: none;
}

a {
	font-size: 10pt;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
}

a:visited {
	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
	color: #ADAA85;
}

a:active {
	text-decoration: none;
}


/*  MENU CLASS  */
a.menu:link {
	text-decoration: none;
}

a.menu:visited{
	color: white;
}

a.menu:hover {
	text-decoration: underline;
	color: #ADAA85;
}

/* INTERNAL LINK CLASS  */
a.internal_link {
	color: #3B3317;
}

a.internal_link:link {
	text-decoration: underline;
}

a.internal_link:visited{
	color: #3B3317;
}
a.internal_link:hover{
	text-decoration: none;
	color: #685A29;
}

#bg_wrap {
        width: 1024px;
        height: 768px;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -512px;
        background-image: url(images/content_bg.gif);
        background-repeat: no-repeat;
        z-index: 10;
}

#wrapper {
	width:800px;
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
        z-index: 100;
}

#header {
	position: relative;
}

#menu {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14pt;
	height: 35px;
}

#content_wrapper {
	background-color: #CEBCA4;
	width: 800px;
}

#left_column {
	float: left;
	background-image: url('images/left_content_bg.png');
	background-repeat: no-repeat;
	width: 520px;
}

#right_column {
	float: right;
	background-image: url('images/right_content_bg.png');
	background-repeat: no-repeat;
	background-color: #CEBCA4;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
}

.clearing {
  height: 0;
  clear: both;
}

#footer {
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

.bullet{
	font-size: 12pt;
}
