*
{
	font-family: arial,verdana,sans-serif;
	font-size: small;
}

body
{
	background-color: #2d5368;
	color: #b1cdcd;
}

img
{
	border-width: 0px;
}

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

p.align-center { 
	text-align: center; 
	}

p.align-right { 
	text-align: right; 
	}
	
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	font-size: large;
font-weight: normal;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 24px;
}
h4
{
	font-size: 28px;
}


hr
{
	width: 250px;
}

ul
{
	list-style-type: disc;
	padding-left: 10px;
}
tr 
{
	vertical-align: top
}

div#topmenu
{
	position: relative;
	width: 780px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#content
{
	position: relative;
	width: 740px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

div#leftside
{
	position: absolute;
	left: 0px;
	width: 370px;
	height: auto;
}

div#center
{
	position: absolute;
	left: 0px;
	width: 730px;
	height: auto;
}

div#rightside
{
	position: absolute;
	left: 390px;
	width: 400px;
	height: auto;
}

span.toplink a
{
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	letter-spacing: 6px;
	padding-left: 2px;
	padding-right: 2px;
}