/* CSS Document */

body
{
	background-color: #666666;
	text-align: center;
	margin: 0px;
	color: #110E0D;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.headline
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.boldcategory
{
	font-size: 14px;
	font-weight: bold;
	color: #110E0D;
}

.portlinks
{
	font-size: 13px;
}

.directory
{
	font-size: 18px;
}

.navbarsize
{
	line-height: 1.25em;
	font-size: 22px;
}

.bold
{
	font-weight: bold;
}

a img
{
	border: none;
}

a:link
{
	text-decoration: none;
	color:#a18178;
}

a:visited
{
	text-decoration: none;
	color:#a18178;
}

a:hover
{
	font-weight: bold;
}

a:active
{
	font-weight: bold;
}

#container
{
	width: 870px;
	text-align: left;
	padding: 0px;
	margin:0px auto;
	margin-top: 5px;
	padding-bottom: 20px;
}

#header
{
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 150px;
}

#header h1
{
background-image: url(images/indexbg.jpg);
background-repeat: no-repeat;
height: 150px;
margin: 0px;
padding: 0px;
}

#header h1 span
{
	display: none;
}

#navbar
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	width: 115px;
	height: auto;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
}

#leftinfo
{
	width: 500px;
	height: auto;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 5px;
}

#leftcontent
{
	width: 490px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#prev
{
	float: left;
	padding-top: 5px;
}

#next
{
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#caption
{
	width: 490px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

#footer
{
	font-size: 9px;
	text-align: center;
	color: #333333;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
/* CSS Document 
#footer a:link
{
	text-decoration: none;
	color:#333333;
}

#footer a:visited
{
	text-decoration: none;
	color:#333333;
}

#footer a:hover
{
	font-weight: bold;
}

#footer a:active
{
	font-weight: bold;
}
*/
#rightinfo
{
	width: 230px;
	height: auto;
	float: left;
	padding-top: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	margin-left: 5px;
}

#rightcontent
{
	text-align: left;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}

