a{
	text-decoration:underline;
	color:black;
}

a.menu{
	width:112px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

a.menu:hover{
	color:#800080;
}

body{
	background:white;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
}

#container{
 width:747px;
	text-align:left;
}

#content{
 float:left;
	width:590px;
	padding:0 0 30px 0;
}

#footer{
 width:747px;
 height:28px;
	text-align:center;
}

h1,h2{
	color:#B789E5;
}

hr{
 color:#800FFF;
	height:5px;
}

#masthead{
 width:747px;
 height:95px;
 text-align:left;
 background:#FFFFFF url('../images/masthead.gif') no-repeat;
 padding-top:20px;
	color:#CC99FF;
}

.mast_text{
 padding:8px 0 6px 0;
	font-weight:bold;
	font-size:28px;
}

#menu{
	float:left;
	width:150px;
	padding:20px 0 0 0;
}

.menu_option{
	height:39px;
	width:112px;
	background-image:url('../images/button.gif');
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0 0 0;
}

/*

.menu_option{
	height:30px;
	padding:10px 0 0 0;
}

*/

ul{
	list-style-image:url('../images/tick.gif')
}

li{
	padding:0 0 15px 0;
}