/* Generic styles */
body {
	background-color: #ffffff;
	color: #000000;
	font-size: 13px;
	font-family: arial, sans-serif;
}

/* Front page styles */
#frontpage {
	margin-left: 16px;
}

#frontpage #categories {
	width: 800px;
	vertical-align: top;
}

#frontpage #categories div {
	float: left;
	width: 50%;
	margin: 0px 0px 16px 0px;
}

#frontpage #categories div.left {
	clear: left;
}

#frontpage ul {
	margin-top: 8px;
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}

#frontpage h1 {
	color: #00244e;
	font-size: 20px;
	font-family: times, serif;
	font-weight: bold;
	margin: 0px;
}

#frontpage h1 span.category {
	font-weight: normal;
}

#frontpage h1 span.subcategory {
	font-size: 16px;
	font-weight: normal;
}

#frontpage a {
	color: #000000;
	text-decoration: underline;
}

#frontpage a:hover {
	text-decoration: none;
}

/* Content page styles */
#contentpage {
	width: 960px;
	margin-left: 16px;
}

#contentpage h1 {
	color: #00244e;
	font-size: 20px;
	font-family: times, serif;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
}

#contentpage h1 span.subcategory {
	font-size: 16px;
	font-weight: normal;
}

#contentpage #content img, p, a {
	margin-bottom: 16px;
}

#contentpage #content a {
	margin-bottom: 8px;
}


#contentpage a {
	color: #00244e;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#contentpage a:hover {
	text-decoration: underline;
}

#contentpage #content a.black {
	color: #000000;
	margin-bottom: 0px;
}

#contentpage span.info2 {
	font-weight: normal;
}

#contentpage p strong {
	color: #00244e;
	font-weight: bold;
}

#contentpage p strong.black {
	color: #000000;
}


#contentpage .flashArea {
	padding: 20px 0;
	width: 100%;
}

.left {
	width: 551px;
	float: left;
	margin-bottom: 25px;
}

.right {
	float: left;
	padding: 0 15px;
}
div.right strong {
	color: #00224e;
	font-weight: bold;
	margin-bottom: 8px;
}

div.right img {
	display: block;
	border: 0;
	margin: 5px 0;
}

div.text p {
	margin-bottom: 0px;
	margin-top: 8px;
}

div.right > p:first-child, div.right > a:first-child, div.right > a:first-child img {
	margin-top: 0px;
}

#contentpage td {
	vertical-align: top;
}

#contentpage td.info {
	font-weight: bold;
	padding-bottom: 10px;
}

#contentpage td a {
	margin-bottom: 5px;
}

#contentpage #content td img {
	margin-bottom: 2px;
}

#contentpage #content div.right p.special {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#contentpage #content div.right p.special a {
	display: inline;
}