*
{
	padding: 0;
	margin: 0;
}

p
{
	margin-left: 20px;
	margin-right: 20px;
	font-family: Tahoma;
	font-size: 14px;
}
p.copyright
{
	margin-left: 60%;
	font-family: Tahoma;
	font-size: 10px;
}

h1
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #028e9b;
}
h1.header_title
{
	margin: 0;
	color: #06276f;
	font-family: Tahoma;
	font-size: 45px;
}
h2
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 18px;
	color: #028e9b;
}
h2.header_subtitle
{
	color: #1142aa;
	font-family: Tahoma;
	font-size: 25px;
}
h3
{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 25px;
	font-family: Tahoma;
	font-size: 16px;
	color: #028e9b;
}

a
{
	text-decoration: underline;
	color: #1142aa;
}
a.menu_link
{
	text-decoration: none;
	color: #FFFFFF;
}

img
{
	margin-left: 20px;
	margin-right: 20px;
}
img.right
{
	float: right;
}

ul.members
{
	list-style: none inside none;
	margin-left: 62%;
	font-family: Tahoma;
	font-size: 10px;
}

hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #028e9b;
	width: 97%;
}

#header
{
	background-color: #4573d5;
	height: 190px;
}
#header_spacing
{
	height: 10px;
}
#header_title
{
	position: absolute;
	top: 30px;
	left: 50px;
	
}
#header_subtitle
{
	position: absolute;
	top: 80px;
	left: 80px;
}
#header_image
{
	position: absolute;
	top: 0px;
	right: 50px;
}
#menu_links
{
	position: absolute;
	width: 90%;
	top: 158px;
	left: 20px;
}
#menu_links_tr
{
	height: 30px;
}
#menu_link
{
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	background-color: #8370d8;
	width: 20%;
}
#menu_link:hover
{
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	background-color: #1b0773;
	width: 20%;
}
#current_menu_link
{
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	background-color: #1b0773;
	width: 20%;
}

