body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #06062B;
	margin-top : 0;
	margin-left : 0;
	-moz-user-select: none;	
}
#wrapper {
	background-color: #756755;
	width: 768px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topMenu {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 17px;
	text-align:center;
	padding:10px;
}

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topMenu li {
	display: inline;
	margin: 5px 1px;
	padding-left:15px;
}
#topMenu li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
}
#topMenu li a:hover {
	color:#CCBEAA;
}
#border {
	background-color: #ccbeaa;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(images/left_Background.gif);
	background-repeat: repeat-y;
}
#botMenu {
	background-image: url(images/menu_footer_bg.gif);
	background-repeat: repeat-x;
	height: 29px;
	text-align:center;
	padding:10px;
}

#botMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #1111FF;
	}
#botMenu li {
	display: inline;
	margin:5px;
	padding:7px 10px;
}
#botMenu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	text-transform:capitalize;
	padding:5px 5px;
}
#botMenu li a:hover {
	color:#CCBEAA;
}
#footer {
	background-color: #675B4B;
	height: 75px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #CCBEAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top:25px;
}
#leftColumn {
	float: left;
	width: 227px;
}

/* LEFT MENU STYLE */
/* remove all the bullets, borders and padding from the default list styling */
#menuLeft ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* position relative so that you can position the sub levels */
#menuLeft li {
	position:relative;
        margin-bottom:1px;
}

/* get rid of the table */
#menuLeft table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the links */
#menuLeft a, #menuLeft a:visited {
	display: block;
	color: #FFF;
	background-color: #a29276;
	font-size:13px;
	font-weight:bold;
	width: 197px;
	padding: .8em 2em .8em .1em;
	text-decoration: none;
	text-align:right;
	background-image: url(images/pipe.gif);
	background-repeat: no-repeat;
	background-position: 210px 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#menuLeft ul a, #menuLeft ul a:visited {
	height:auto;
}

/* style the link hover */
#menuLeft a:hover{
	background-color:#e0ceb2;
	color:#06062B;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menuLeft ul ul {
	visibility:hidden;
	position:absolute;
	top:6px;
	left:223px;
	background-color:#e3d5c1;
}
#menuLeft ul ul  a{
	text-align:left;
	background-image: url(images/pipe.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding: 5px 20px;
	font-size:12px;
	width: 160px;
}

/* make the second level visible when hover on first level list OR link */
#menuLeft ul :hover ul{
	visibility:visible;
}
/* END Left Menu Style */

#leftColumn form {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftColumn input.field, textarea.field {
	width: 190px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow: auto;
}
#contentColumn {
	float: right;
	width: 510px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
        font-weight:bold;
	color: #333333;
}
hr {
	color: #000000;
}
.disclaimer {
	font-size: 12px;
	font-style: italic;
	color: #333333;
}

