/* CSS Document */

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

#container
{
	width: 800px;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: center;
}

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

#left
{
	width: 210px;
	height: 514px;
	float: left;
}

#right
{
	width: 590px;
	min-height: 514px;
	float: left;
}

#content_top
{
	width: 590px;
	height: 14px;
	background-image: url(images/content_top.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#content
{
	width: 590px;
	min-height: 500px;
	background-image: url(images/content.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

#text
{
	width: 535px;
	min-height: 500px;
	text-align: left;
	margin: 0px auto;
}

#content_bottom
{
	width: 590px;
	height: 25px;
	background-image: url(images/content_bottom.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#footer
{
	width: 800px;
	height: 10px;
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px auto;
	margin-bottom: 10px;
}

.ems
{
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	padding-top: 10px;
}

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: 20px;
	font-weight: normal;
	color: #00127c;
	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: #990000;
}

a:active
{
	color: #000;
}

