@charset "utf-8";
/* CSS Document */

html
{
	background-color: #F3F4F5;
	font-size: .90em;
	font-family: serif;
	text-align: left;
}

#menu
{
	background-image: url('../images/header_navbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 50px;
	display: block;

}


#menu li
{
	color: white;
	font-weight: bold;
	float: left;
	padding: 2px 6px 0px 7px;
}

#menu li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover
{
	color: yellow;
}

#spacer
{
	background-image: url('../images/header_spacer.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	float: left;
	display: block;
	height: 25px;
}

table
{
	margin: auto;
	width: 75%;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

tr.grey
{
	color: #666666;
	size: 1em;
	font-weight: bold;
}

.blue
{
	color: #006699;
	size: 1em;
	font-weight: bold;
}

#container
{
	background-image: url('../images/bg.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #F3F4F5;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

#header
{
	width: 610px;
	display: inline;
	clear: both;
}

#header_middle
{
	float: left;
	display: inherit;
	height: 147px;
}


#edge
{
	float:left;
}

#wrapper
{
	margin-top: 25px;
	width: 660px;
}

#menu img
{
	float: left;
	display: block;
}

#content
{
	background-image: url('../images/content.jpg');
	background-repeat: repeat-y;
	display: block;
	width: 610px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#content p h1
{	
	display: block;
}

#content p
{
	text-align: justify;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content li
{
	list-style-image: url('../images/arrow.png');
	list-style-position: inside;
}

#content ul
{
	padding-bottom: 5px;
}

#content h1
{	
	color: #0068A0;
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
}

#footer
{
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	display: block;
	width: 640px;
	height: 50px;
}

#copyright
{
	clear: both;
	background-color: #F3F4F5;
	font-size: .75em;
	text-align: center;
}

#slideshow
{
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

img.large
{
	clear:both;
	margin-left: 5px;
	margin-right: 5px;
}

img.smallleft
{
	clear: left;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

img.smallright
{
	clear: right;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}