*
{
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 10pt;
	letter-spacing: 1.5px;
	line-height: 1.2em;
}

body
{
	background: #7d41b0;
}

img
{
	margin: 5px;
	margin-top: 0px;
}

a
{
	text-decoration: none;
}

a:link
{

}
a:visited
{
	
}
a:hover
{
	color: #FFA500;
}

li
{
	margin-left: 50px;
}

div.mainheader
{
	/* background: url('../image/top.jpg'); */
	border-color: white;
	border-style: solid;
	border-width: 0px;
	width: 734px;
	height: 217px;
	margin-left: auto;
	margin-right: auto;
}

div.subheader
{
	/* background: url('../image/top2.jpg'); */
	border-color: white;
	border-style: solid;
	border-width: 0px;
	width: 734px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;
}

div.navmenu
{
	background: white;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	width: 735px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.content
{
	background: white;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 724px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 40px;
}

div.contentheader
{
	text-align: right;
	padding-bottom: 10px;
}

div.maintext
{
	margin: 15px;
}

div.subtext
{
	padding: 20px;
	margin: 5px;
}

div.important_notice
{
	border-color: red;
	border-style: solid;
	border-width: 1px;
	color: red;
	margin: 10px;
	padding: 5px;	
}
div.important_notice p
{
		font-size: .8em;
}

div.image
{
	margin: 10px, , , 10px;
	width: 200px;
}

div.image_desc
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
	text-align: center;
}

.textleft
{
	text-align: left;
}

.textcenter
{
	text-align: center;
}

.textright
{
	text-align: right;
}

.textjustify
{
	text-align: justify;	
}


.boldtext
{
	font-weight: bold;
}

.italictext
{
	font-style: italic;
}

.highlightpurple
{
	color: #7d41b0;
}

.highlightblue
{
	color: #1E8EDC;
}

.uppercase
{
	text-transform: uppercase;
}

.imageright
{
	float: right;
}

.indenttext
{
	margin-left: 50px;
}