/***********************************************************************
**************************** Main Sections *****************************
***********************************************************************/

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 800px;
}

#topBar {
	width: 800px;
	height: 29px;
	color: #000000;
	margin-bottom: 2px;

}

#header {
	background-color: #FFFFFF;
	float: left;
	width: 614px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 15px;	
}

#content {
	width: auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.2pc;
}

#contentright {
	background-color: #FFFFFF;
	margin-top: 2px;
	float: right;
	border-left: solid #b4985a 1px;
	width: 159px;
	height: auto;
	color: #FFFFFF;
	line-height: normal;
}
#contentFull {
	background-color: #FFFFFF;
	width: auto;
	color: #000000;
	line-height: 1.2pc;
}

#contentleft {
	background-color: #FFFFFF;
	width: 616px;
	float: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2pc;
}

#bottomBar {
	height: auto;
	font-weight: normal;
	color: #b4985a;
	font-size: small;
	text-align: center;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#contentClear{
	clear: both;
}

/***********************************************************************
****************************     Links     *****************************
***********************************************************************/

#topBar a {
	width: 800px;
	height: 29px;
	color: #000000;
}
#topBar a:hover {
	height: 29px;
	width: 800px;
	color: #000000;
}

#content a {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2pc;
}

#content a:hover{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2pc;
}

#contentright a {
	background-color: #FFFFFF;
	height: auto;
	color: #000000;
}

#contentright a:hover {
	background-color: #FFFFFF;
	height: auto;
	color: #000000;
}

#contentFull a {
	background-color: #FFFFFF;
	width: auto;
	color: #000000;
}

#contentFull a: hover {
	background-color: #FFFFFF;
	width: auto;
	color: #000000;
}

#contentleft a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#contentleft a:hover {
	color: #e31b23;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}

#bottomBar a {
	height: auto;
	font-weight: normal;
	color: #b4985a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	font-variant: normal;
}

#bottomBar a:hover {
	height: auto;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	font-variant: normal;
}

/***********************************************************************
****************************    Headings    ****************************
***********************************************************************/

h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #E95157;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}

body {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
