* {
	padding: 0;
	margin: 0;
}

body {
	color: #009900;
    background-color: #990000;
    /*SCROLLBAR-FACE-COLOR: #990000;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffcc;
    SCROLLBAR-SHADOW-COLOR: #ffffcc;
    SCROLLBAR-ARROW-COLOR: #ffffcc;*/
    font-family: arial;
    /*SCROLLBAR-BASE-COLOR: #ffffcc;
    scrollbar-3d-light-color: #990000;
    scrollbar-dark-shadow-color: #FFFFCC;*/
	text-align: center;
	/*margin: 5em 0 0 0;*/
	vertical-align: middle;
}

.content {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFCC;
}

.header {
	width: 800px;
	height: 100px;
}

.nav{
	float: left;
	background-image: url("images/side.jpg");
	width: 130px;
	min-height: 600px;
}

.navlong {
	float: left;
	background-image: url("images/side.jpg");
	width: 130px;
	min-height: 950px;
}

.navvlong {
	float: left;
	background-image: url("images/side.jpg");
	width: 130px;
	min-height: 3500px;
}

.main {
	width: 650px;
	float: left;
	padding: 10px;
}

.container {
	float: left;
	background-color: #FFFFCC;
}

.homeright {
	width: 260px;
	float: left;
	padding-top: 20px;
	background-color: #FFFFCC;
	padding-left: 10px;
	padding-right: 10px;
}

.homeleft {
	width: 370px;
	float: left;
	padding-top: 20px;
	background-color: #FFFFCC;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #990000;
    text-decoration: none;
}

a:hover{
	color: #990000;
    text-decoration: underline;
}

p {
	font-size: 15px;
	padding-top: 1.5em;
}

a.email {
	/*image: mailbutton.gif*/
}

h1 {
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
}

h2 {
	font-size: 15px;
	text-decoration: underline;
	padding-top: 20px;
}

/*MENU*/
#navcontainer {
	/*width: 12px;*/
	padding-top: 20px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 124px;
	background-color: #990000;
}

#navcontainer a:link, #navlist a:visited {
	color: #eeee1c;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #cc6666;
	color: #eeee1c;
}
/*END MENU*/
