body
{
	font-family: "Trebuchet MS", Verdana;
	background-color: #345678;
	background-image:url(img/dots.gif);
	color: #2adbff;
}

p
{
	margin-left: 5px;
}

#mainframe
{
	margin: 0 auto;
	width:80%;
}

#mainbody
{
	background-color: #586688;
	border-style: solid;
	border-width: thin;
	border-color: #ee9900;
	padding-bottom: 15px;
	width: 80%;
	float: right;
}

#mainmenu
{
	background-color: #586688;
	border-style: solid;
	border-width: thin;
	border-color: #ee9900;
	width: 19%;
	float: left;
}

#titleimage
{
	margin: 0 auto;
	width:800px;
	padding-bottom:10px;
}

h2
{
	color: #24a3ef;
	background-image: url(img/h2bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-left: 2px;
	font-size: x-large;
}

h2.subheading
{
	background-image: none;
	color: #f4db2a;
}

h3
{
	font-size: large;
}

img
{
	border-style:none;
}

a
{
	text-decoration: none;
	border-bottom-color:#6d7ea8;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	font-weight: bold;
	color: #2affff;
}

a:hover
{
	background-color: #6d7ea8;
}

li
{
	font-weight: bold;
	list-style-image: url(img/point.png);
	margin-left:-14px;
	color: #45ace8;
}
