/********************  Basic HTML Styles ********************/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background: url(../images/wood-texture-background.jpg) repeat fixed;
}
/******************** Form Properties ********************/
fieldset{
	border: 1px dotted #de7c00;
	color: #883100;
	font-weight: bold;
}
label{
	font-family: "Book Antiqua", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #883100;
}
input{
	margin-top: 3px;
	margin-bottom: 3px;
}
.invalid{
	border: 1px solid #ff0000;
}
textarea{
	height: 116px;
	margin-top: 2px;
}
/*********************** Link Styles ***********************/
a:link {
	color: #883100;
	text-decoration: none;
}

a:active {
	color: #de7c00;
	text-decoration: none;
}

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

a:visited {
	color: #883100;
	text-decoration: none;
}
/*********************** Text Styles ***********************/
h1 {
	font-family: Papyrus, "Book Antiqua", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #883100;
	margin-bottom: -6px;
}

h2 {
	font-family: Papyrus, "Book Antiqua", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #883100;
	margin-bottom: -6px;
}

h3 {
	font-family: Papyrus, "Book Antiqua", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #883100;
	margin-bottom: -6px;
}

h4 {
	font-family: "Book Antiqua", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #883100;
	border-bottom: 1px dotted #883100;
	width: 90%;
}

h4{
	font-family: "Book Antiqua", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #883100;
	margin-bottom: -7px;
}
h5{
	color: #333333;
	margin-top: 5px;
	margin-bottom: 0px;
}
/********************** Other HTML Styles **********************/
hr{
	border-bottom: 1px dotted #883100;
	height: 1px;
}

ol{
	color: #883100;
	font-size: 13px;
}

ul {
	color: #883100;
 	font-size: 13px;	
	list-style-type: square;
}

li{
	margin-left: -20px;

}
/************************* Div Styles **************************/
div#wrapper {
	width: 700px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #ffffff;
	position: relative;
	border-left: 10px solid #de7c00;
	border-right: 10px solid #de7c00;
}

div#header {
	width: 700px;
	height: 229px;
	background: url('../images/header.jpg') #ffffff;
}

div#top_nav {
	text-align: center;
	background: #FFFFFF;
	width: 700px;
	height: 23px;
	border-bottom: 2px solid #de7c00;
	padding-top: 3px;
}

div#content{
	background: #fbfcb9 url(../images/sidebar_bg.gif) repeat-y;
	overflow: hidden;
	min-height: 280px;
}

div#leftColumn{
	clear: left;
	float: left;
	width: 456px;
	min-height: 280px;
	border-right: 1px dotted #de7c00;
	padding: 20px;
}
div#rightColumn{
	clear: right;
	float: right;
	width: 176px;
	padding: 10px;
	padding-top: 20px;
	background: #edb874;
}

div#footer {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #de7c00;
	clear: both;
	float: none;
	font-size: 11px;
	font-weight: bold;
	color: #883100;
	text-align: center;
	background: #FFFFFF;
}
/*********************** Form Div Styles ***********************/
div#leftBox{
	clear: left;
	float: left;
}

div#rightBox{
	clear: right;
	float: right;
}

div#clear{
	clear: both;
	float: none;
	text-align: center;
}
/********************** Special Classes ***********************/
div.curvePic{
 	margin: 0px;
  	padding: 0px;
}
div.curveLine{
	float: left;
	clear: left;
	height:20px;
}