body
{
	background-color: #0080a0;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	line-height: 1.5em;
	font-family: Trebuchet MS, Arial, san-serif;
	font-size: 12pt;
	text-align : justify;
	text-justify: newspaper;
}

#container
{
	width : 799px;
	margin : auto;
}

#buttonbar
{
	margin-left : 670px;
	text-align : right;
	background-color : red;
	
}

#buttonbar a
{
	display : block;
	float : left;
	width : 30px;
	height : 30px;
	line-height : 30px;
	
}

#page_top
{
	height : 316px;
	overflow : hidden;
	background-color : #ffffff;
	clear : both;
	border : 1px solid #ffffff;
}



#main
{
	clear : both;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #333333;
}


#header
{
	width : 797px;
	height : 245px;
	position : relative;
	z-index : 5;
	top : -310px;
	padding : 30px 0px 0px 0px;
}


#mainbody
{
	background-image: url(../images/pinstripes/356.png);
	background-repeat: repeat-y;
	background-position: 25px top;
}

#content
{
	width : 544px;
	margin-left : 242px;
	padding-right : 5px;
	padding-bottom : 10px;
}

#content h2
{
	font-size : 18pt;
	font-style : bold;
}

#content a { color : #0080a0; text-decoration : none; font-weight : bold; }
#content a:hover {color : #c10000;}


#menu
{
	width : 234px;
	height : 353px;
	font: 10pt Eurostile, Trebuchet MS, Arial, sans-serif;
	background-color: transparent;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	position: fixed;
	top: 245px;
	right: auto;
}

#menu-items
{
	width : 217px;
	margin-top : 20px;
	font-style : bold;
	font-size : 12pt;
	position : relative;
	z-index : 500;
	
}

#menu-items ul
{
	margin: 0;/*removes indent IE and Opera*/
	padding: 0;/*removes indent Mozilla and NN7*/
	list-style-type: none;/*turns off display of bullet*/
}

#menu-items ul li a
{
	display: block;
	height: 25px;
	padding: 2px 0px 2px 15px;
	border: none;
	background-color: transparent;
	color: #e6b734;
	line-height: 25px;/* this value must match the height in order to center vertically the text*/
	text-decoration: none;
}

#menu-items ul li a:hover
{
	background-color : #e6b734;
	color : #333333;
}

.subtitle
{
	font: 20pt Eurostile, Trebuchet MS, Arial, sans-serif;
	font-weight : bold;
	color : #0080a0;
	display : block;
	margin : 9px;
	margin-left : 0px;
}

.subtitle_2
{
	font : 12pt Trebuchet MS, Arial, sans-serif;
	font-weight : bold;
}


.copyright
{
	clear : both;
	font : 7pt Trebuchet MS, Arial, Helvetica, sans-serif;
	color : #666666;
	padding : 15px;
	width : 780px;
	margin : auto;
}

		.copyright a { color : #c10000; text-decoration : none }

		.copyright a:visited { color : #666666; text-decoration : none }

		.copyright a:hover { color : #e6b734; text-decoration : none }

