﻿body
{
	background: #000;
	background-image: url(images/background1.jpg);
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

a
{
	color: #6f96d4;
}

#container
{
	background: #000000;
	padding-top: 20px;
	width: 1150px;
	height: 832px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

#container2
{
	background: #000000;
	width: 820px;
	float: left;
	margin: 0px auto;
}

#image
{
	background: #000000;
	width: 330px;
	float: right;
	margin-top: 25px;
	text-align: left;
}

#menu
{
	width: 200px;
	float: left;
	margin: 0px auto;
}

#bodytext
{
	width: 580px;
	margin: 0px 0px 0px 220px;
}

#title
{
	background-image: url(images/welcome_01.gif);
	background-repeat: no-repeat;
	height: 220px;
}

#banner
{
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	height: 184px;
}

#right
{
	float: right;
}

#navcontainer
{
	width: 158px;
	margin: 10px 0px 0px 20px;
}

#navcontainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Comic Sans MS";
	color: #FFF;
	text-align: center;
}

#navcontainer a
{
	letter-spacing: 1px;
	display: block;
	margin-top: 0px;
	padding: 7px 0px 0px 0px;
	height: 43px;
	width: 158px;
	background-image: url(images/button_1_02_02.gif);
	background-repeat: no-repeat;

	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
}

html>body #navcontainer a
{
	height: 34px;
}

#navcontainer a:hover
{
	background-image: url(images/button_2_02_01.gif);
	background-repeat: no-repeat;
}

#content
{
	margin: 5px 30px 0px 10px;	
}

p
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #7a92b8;
}

h1
{
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: lighter;
	color: 7a92b8;
}

b
{
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #7a92b8;
}

tr
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #7a92b8;
	text-align: center;
}

input
{
	width: 250px;
}

textarea
{
	width: 250px;
}

.buttons
{
	width: 60px;
}

.pictureborder
{
	border: 1px solid #7a92b8;
}

.ems
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}

.footer	{
	font-family: Trebuchet MS, Calibri, Bitstream Vera Sans, sans-serif;
	font-size: 0.8em;
	text-align: center;
}