body {
	font-family: Verdana;
	font-size: 12px;
	color: #364A6F;
}

a {
	color: #364A6F;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

/*/////////////////////*/

div#container {
	position: relative;
	width: 500px;
	height: auto;

	left: 50%;
	margin-left: -240px;
}

div.box {
	position: relative;
	float: left;

	height: 240px;
	width: 222px;

	margin-top: 30px;
	margin-right: 20px;
	padding: 0px;	
}

div.boxborder {
	position: relative;
	width: 182px;
	height: 195px;

	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;

	border: solid;
	border-width: 0px 2px 2px 2px;
	border-color: #98A2B5;
}

div.clear {
	clear: both;
}

hr {
	height: 4px;
	color: #98A2B5;
	background: #98A2B5;
	border: none;
}

hr.onepix {	
	height: 1px;
	color: #98A2B5;
	background: #98A2B5;
	border: none;

	margin-top: 5px;
}


img#title {
	position: relative; 
	width: 230px;
	height: 23px;

	left: 50%;
	margin-left: -115px;
}

img.boxtitle {
	position: absolute;
	top: 0px;
	left: 0px;
}

span.top {
	display: block;
	float: right;
	margin-bottom: 3px;
}

ul li {
	list-style-image: url('../images/bullet.gif');
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 5px;
	margin-top: 5px;
}
