/* @override http://www.mclellantemporaries.com/styles/mclellan_type.css */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em; /* 16x1.4=22.4px */
	font-weight: normal;
	color: #333333;
	background:#ffffff url(/images/bg.png) repeat-x;
}

p {
	font-size: 0.8em; /* 16x0.75=12px */
	text-align: left;
	margin: 1.286em 0; /* 14x1.286=18px */
	line-height: 1.4em;
}

li {
	font-size: 0.8em; /* 16x0.75=12px */
	margin-left: 1.286em; /* 14x1.286=18px */
}

a, a:visited {
	color: #2D72B9; /* blue */
	text-decoration: underline;
	border: 0px none;
}

a:hover {
	text-decoration: underline;
	color: #C7571F; /* orange */
	border: 0px none;
}

h2 {
	color: #333333;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
}
h3 {
	color: #333333;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
}
h4 {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
/* @group Overrides */
#header h1 a {
	text-indent: -999em;
	height: 93px;
	width: 242px;
	background: url(/images/logo.png) no-repeat;
	display: block;
	float: left;
}
#header h4 {
	height: 20px;
	float: right;
	margin: 60px 20px 0px 0px;
	font-weight: normal;
	font-size: 1.1em;
}
#right_bar .note h4 {
	color: #2D72B9;
	font-size: .9em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#right_bar .note ul {
	list-style-position: inside;
}
#right_bar .note p, #right_bar .note li {
	color: #333333;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	line-height: 1em;
	font-size: .65em;
}
p.more {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#footer h6 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding: 5px 0px;
	line-height: 1.4em;
}
#footer h6 a {
	color: #2D72B9;
}

/* @end */

