body {
	margin: 0px auto 0px auto;
	background: #7F7F7F url('/images/layout/background_main.png') center repeat-y;
	font-family: Verdana,Arial,Helvetica,San Serif;
	text-align:center;
}
b {
	font-weight:bold;
}
a {
	color:#333;
}
#site {
	margin: 0px auto 0px auto;
	width:902px;
	overflow:hidden;
	text-align:left;
}
#contentBody {
	padding:0px 20px 15px 20px;
}
#contentBody p, #contentBody ul {
	margin-bottom: 15px;
	font-size:13px;
	line-height:110%;
}
#contentBody ul li {
	margin-left:25px;
	list-style: disc;
}
#contentBody div.sidebarRight {
	width:225px;
	padding:3px 15px 15px 15px;
	border-left:2px dotted #cccccc;
	display:block;
	float:right;
	margin:0px 0px 5px 5px;
	text-align:left;
}
#contentBody div.sidebarRight p {
	font-size:11px;
	font-style:italic;
	text-align:left;
}
#contentBody div.sidebarRight h2 {
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:5px 0px 3px 0px;
}
#contentBody div.subNavigation {
	clear:both;
	display:block;
	height:20px;
	margin:5px 0px 10px 0px;
}
#contentBody div.sidebarRight p.smallText {
	font-size:10px;
	margin:0px;
	text-align:left;
}
#contentBody div.sidebarRight p.largeText {
	font-size:18px;
	margin:0px;
	text-align:left;
}
#contentBody div.sidebarRight p.mediumText {
	font-size:15px;
	margin:0px;
	text-align:left;
}
#contentBody div.sidebarRight ul li {
	list-style-image: url('http://images.dynamicwebscapes.com/16x16/tick.png');
}
#contentBody div.subNavigation a {
	background:#9FD1F5;
	color:#665A74;
	margin-right:10px;
	font-size:11px;
	padding:5px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-decoration:none;
	border:1px solid #665A74;
}
.right {
	float:right;
}
#contentBody h1,h2,h3,h4,h5 {
	margin-bottom: 15px;
	font-weight:bold;	
}
.hpLeft {
	width:48%;
	float:left;
}
.hpLeft h2 {
	font-size:15px;
	text-transform:small-caps;
	letter-spacing:2px;
	margin:0px;
}
.hpLeft p {
	color:#333;
}
.hpLeft p a {
	color:#635871;
	text-decoration:none;
	font-size:11px;
}
.hpLeft p a:hover {
	color:red;
	text-decoration:underline;
	font-size:11px;
}
.hpRight {
	width:49%;
	float:right;
	text-align:center;
}
.hpRight img {
	border:2px solid #333;
}
.pageHeader {
	margin:35px 0px 10px 15px;
	font-family: Precious, serif;
	font-size:40px;
	display:block;
}
.pageHeader img {
	width:340px;
}
table.form tr td {
	padding:5px;
}
table.form tr td.label {
	color:#333;
	font-size:11px;
	vertical-align:top;
}
table.form tr td textarea,table.form tr td input {
	font-size:12px;
	font-family: Verdana,Arial,Helvetica,San Serif;
}
table.form tr td input.button {
	background:#A1C2FD;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #6A647F;
}
