﻿body 
{
	font-family:Georgia;
	font-size:medium;
	text-align:center;
	background-image: url(images/background.gif);
	background-repeat:repeat-y;
	margin: 0;
}

#header
{
	background-image: url(images/header.gif);
	background-position:center;
	background-repeat: repeat-x;
	height: 98px;
}

#topmenu
{
	height: 25px;
}

#content
{
	margin-left: 120px;
	margin-right: 40px;
	margin-top: 80px;
	margin-bottom: 40px;
}

#footer
{
	padding-top: 20px;
}

p
{
	text-align:justify;
}

li
{
	text-align:justify;
}

#nav_header
{
	line-height: normal;
	width: 100%;
	height: inherit;
	border-bottom-color: #77CDDC;
	border-top-style: outset;
	border-top-color: #77CDDC;
	background-color: #044A7B;
	border-bottom-style: inset;
	margin: 0;
	list-style: none;
	float: left;
}
#nav_header a
{
    color: #fff;
    width: inherit;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    float: none;
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

/* make drop down menu container style */
.menuPopup
{
	border-bottom: medium none;
	color: #ffffff;
	background-position: 0% 0%;
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: #044a7b;
	border-right: #77cddc 1px solid;
	border-top: #77cddc 1px solid;
	border-left: #77cddc 1px solid;
	font-size: 11px;
}

/* make drop down menu item style */
.menuPopupItem
{
	color: #ffffff;
	border-bottom: #77cddc 1px solid;
	padding: 3px;
	background-color: #044a7b;
	font-size: 11px;
}
