/* CSS Document */

body
{
	background-color: #a5c3da;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
}

#container
{
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

#header
{
	width: 800px;
	height: 266px;
}

#menu_area
{
	width: 800px;
	height: 28px;
}

#content
{
	width: 800px;
	min-height: 400px;
	background-image: url(images/content.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#text
{
	width: 700px;
	min-height: 400px;
	text-align: left;
	margin: 0px auto;
	padding-top: 20px;
}

#footer
{
	width: 800px;
	height: 32px;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

p
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 25px;
}

td
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 25px;
}

tr
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 25px;
}

b
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	line-height: 25px;
}

h1
{
	font-family: Verdana;
	font-size: 17px;
	font-weight: normal;
	color: #0b4a4e;
	margin-top: 0px;
}

li
{
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	margin-top: 0px;
	line-height: 25px;
}

input
{
	width: 180px;
}

textarea
{
	width: 180px;
}

.pictureborder
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-bottom: 0px;
}

.buttons
{
	width: 60px;
	margin-top: 0px;	
}

.logos
{
	width: 200px;
	height: 200px;
	text-align: center;
	float: right;
	margin: 0px auto;
}

a:link
{
	color: #000;
}

a:visited
{
	color: #000;
}

a:hover
{
	color: #0000CC;
}

a:active
{
	color: #000;
}

#ems
{
	width: 800px;
	height: 50px;
	margin: 0px auto;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
}
	