#mainpage
{

	margin: 5px 15px 0px 0px;
}

.box{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 10px;
	margin-top: 4px;
	width:287px;
	float: right;
}

.boxshadow,
.boxcontent{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.boxshadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.boxcontent{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;

	text-align: center;
}

.bold
{
 font-weight: bold;

}
#content ul
{
line-height: 14pt;
list-style-type: circle;
}

#content li
{
margin-bottom: 20px;
}

#content h1
{
	color: #004080;
}
#content h2
{
	font-size: 12pt;
	color: #800000;
}
