﻿* {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	background-color: #dfdfdf;
}
.contentCell {
	width: 400px;
	font-size: 13px;
}
.contentCell h2 {
	color: #28aaff;
	font-size: 23px;
	font-weight: normal;
}

.contentCell h3 {
	color: #28aaff;
	font-size: 23px;
	font-weight: normal;
	text-decoration:underline;
}

.contentCell a {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration:underline;
}
.contentCell li  {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	margin-bottom:10px;
}
.contentCell li a {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
.contentCell li a:hover {
	color: #0099FF;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
a:active {color: #0099FF; }
a:visited {color: #0099FF; }
a:link {color: #0099FF;}
a:hover {color: #0099FF; }

A.black_link:active {color: #000000; text-decoration: none;}
A.black_link:visited {color: #000000; text-decoration: none;}
A.black_link:link {color: #000000; text-decoration: none;}
A.black_link:hover {color: #0099FF; text-decoration: none;}



.contentSpacer {
	width: 145px;
}
.line_spacer {
	height: 30px;
}

#pages {
	text-align: center;
}
#pages span {
	color: #0099ff;
}
#pages div {
	height: 17px;
}
#marcom{
	padding-left: 50px;
	color: #0099ff;
	padding-bottom: 10px;
}

#location {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 20px;
	position: relative;
	padding-top: 10px;
	line-height: 10px;
	padding-left: 50px;
	top: 0px;
	margin-bottom: 40px;
}
#location span {
	color: #0099ff;
}
.picture {
	float: left;
	margin-right: 25px;
}
.picture_text {
	font-size: 12px;
}
.picture_text h1, .picture_text a{
	font-size: 12px;
	color: #0099ff;
	text-decoration: none;
	font-weight: normal;
}
.contentCell .category {
	font-size: 21px;
	color: #000000;
}
.subMenuCell {
	height:25px;
}
