.tight {
display: inline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5B29F;
	padding-bottom: 10px;
	letter-spacing: 2pt;
	font-variant: small-caps;
	text-transform: uppercase;
}

p {
text-align: justify;
margin-right: 50px;
}

#footer p {
text-align: center;
}

.bg01 {
	background-image:url(images/columns.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/************** Redefined Tags *****************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #262626;
	text-align: center;
} 

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 18px;
}

/************** Layout *****************/

#container {
	width: 800px;
	border: 1px solid #FFF;
	background-color: #F4F2DE;
	margin: 0px auto;
	text-align: left;
}

#bodycontent {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #343331;
	margin-top: 35px;
	margin-right: 10px;
	padding-left: 250px;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #63645C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B5B29F;
	line-height: 20px;
	text-align: center;
}

#sidebox {
	width: 250px;
	left: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: left;
	padding-top: 400px;
}

/************** General Styles **************/


.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

/************** Link Styles *****************/
a { 
	color: #D50B0B; 
	text-decoration: none; 
	font-weight: normal;
} 
	
a:link { 
	color: #D50B0B; 
	text-decoration: none; 
	font-weight: normal;
} 
	
a:visited { 
	color: #D50B0B; 
	font-weight: normal;
} 
	
a:active {
	font-weight: normal;
	color: #000000;
} 
	
a:hover {
	font-weight: normal;
	color: #000000;
} 
.buttonOppt {
	width: 100px;
}

/************** Suckerfish menu *****************/
#topMenu {
	width: 800px;
}

#topMenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#nav li {
	float: left;
	position: relative;
	width: 159px;
	border-right: none;
}

html>body #nav li {
width: 160px;
}

#nav ul > li {
	width: 160px;
}

#nav a {
	color: #fff;
	background-color: #383838;
	border-bottom: 1px solid #5c5c5c;
	border-left: 1px solid #5c5c5c;
	border-top: 1px solid #5c5c5c;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

#nav li.first {
	width: 159px;
}

#nav a:hover {
	background-color: #161616;
}

#nav li.first a {
	border-left: none;
}

#nav li ul {
	display: none;
	position: absolute;
}

#nav li ul li a {
	border-top: none;
	border-right: 1px solid #5c5c5c;
}


#nav li:hover ul, #nav li.over ul, #nav li.sfhover ul {
	display: block;
}


#table {
width: 400px;
padding-bottom: 20px;
border: 1px solid #B5B29F;
}

#table h2 {
padding-top: 5px;
padding-bottom: 25px;
padding-left: 25px;
padding-right: 20px;
}

h2 {
text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #63645C;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -10px;
}

h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #63645C;
	font-weight: bold;
	margin-bottom: -5px;
}

.sideboxline {
	padding: 5px 3px 5px 5px;
	width: 175px;
	color: #555651;
	border-right: 1px solid #B5B29F;
}

.border {
	border: 1px solid #B5B29F;
}

.top {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5B29F;
	border-bottom-color: #B5B29F;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}
.textbox {
	padding: 8px 12px;
	width: 150px;
	color: #000000;
	float: right;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #B5B29F;
	background-color: #E8E7D8;
	margin-top: 0px;

}

.textbox p {
text-align: left;
margin-right: 0px;
}

.textsm {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
