body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #121212;
}
body {
	background-color: #272727;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #313B42;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #775458;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: 22px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

h1 {
	font-size: 30px;
	color: #493d3d;
	line-height: 32px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Garamond, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-size: 24px;
	line-height: 30px;
	color: #959191;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Garamond, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}


/******************************************************************************
* Div element Definitions                       *
******************************************************************************/

div#site {
	width: 982px;
}

div#content {
	width: auto;
	clear:left;
	background-image: url(../images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 30px;
}

div#headermain {
	width: 507px;
	height: 338px;
	float:left;
}

div#headermain-divider {
	width: 72px;
	height: 338px;
	float:left;
	background-image: url(../images/home_text_divider.jpg);
	background-repeat: no-repeat;
}


div#headersub {
	width: 507px;
	height: 188px;
	float:left;
}

div#headersub-divider {
	width: 72px;
	height: 188px;
	float:left;
	background-image: url(../images/sub_text_divider.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#logo {
	height: 188px;
	width: 276px;
}

div#columna {
	width: 276px;
	float:left;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #272727;
}

div#columnb {
	width: 579px;
	float:left;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #272727;
}

div#columnc {
	width: 127px;
	float:left;
}

/******************************************************************************
* Defines styles for images                       *
******************************************************************************/

div#placeholder {
	float: left;
	width: auto;
	height: auto;
	clear: left;
	padding-bottom: 4px;
	padding-right: 12px;
	margin-top: 6px;
}


/******************************************************************************
* Defines styles for the Main Navigation                       *
******************************************************************************/

div#navmain {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 10px;
	text-transform:uppercase;
	font-family: Garamond, "Times New Roman", Times, serif;
	width: auto;
	padding-right: 20px;
	text-align: right;
	padding-bottom: 10px;
}

div#navmain p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}

div#navmain ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#navmain li {
	float: left;
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
	list-style:none;
	position:relative;	
}


div#navmain a:link, div#navmain a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

div#navmain a:hover {
	color: #ffffff;
	text-decoration: none;
}
.return {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	text-align: right;
	padding-right: 75px;
	margin-top: 5px;
	margin-bottom: 10px;
}
