/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 1.6em;
	letter-spacing: normal;
	margin: 0;
}
/* -----HTML STYLES----- */
/* HEADER STYLES */

h1, h2, h3, h4, h5 {
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: normal;
	color: #668;
	margin: 12px 0 8px 0 !important;
	padding-bottom: 6px;
	border-bottom: 1px #ccc solid;
}
h2 {
	font-size: 14px;
	color: #779;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #88a;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}
h4 {
	font-size: 12px;
	color: #559;
	margin: 0 0 6px 0;
	border-bottom: 1px #eee dashed;
}
/* LINK STYLES */
a {
	letter-spacing: 1px;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fcfcfc;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed
}
a:active {
	font-weight: blue
}
/* MISC STYLES */

blockquote {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 0;
	border-left: #e6e6e6;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
}
/* LIST STYLES */
ul, ol {
	margin: 2px 0 8px 30px;
	padding: 0 0 12px 20px;
	list-style-type: round;
	line-height: 1.5em;
}
li {
	margin: 0 0 0 20px;
	padding: 0;
}
/* DIV STYLES */

#wrapper {
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
}
#innerwrapper {
	text-align: left;
	background: #fff url(i/bg_handpaper3.jpg);
}
#branding {
	background: #000 url(images/bg-head.png) repeat-x;
	height: 100px;
	clear: none;
	padding: 12px 0 6px 40px;
	margin: 0;
	color: #fafafa;
	font-size: 11px;
	font-weight: bold;
}
#branding a:link, #branding a:visited {
	color: #eef;
}
#branding a:hover {
	color: #fff;
	text-decoration: underline;
	border-top: none;
	background: none;
	border-bottom: none;
}
#divider {
	background: #666699 url(i/topbar.gif);
	height: 12px;
}
#content {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 100%;
	clear: none;
	background: #fff url(i/bg_handpaper3.jpg);
}
#content h1, h2, h3, h4, h5, ul, p {
	margin: 0;
}
#logo {
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
	clear: none;
	height: 1%;
	width: 220px;
}
#maincontent {
	width: 600px;
	margin: 0 -300px 0 220px !important;
	padding: 12px 25px 10px 25px;
	max-width: 575px;
	clear: none;
}
#maincontent p {
	margin-bottom: 10px !important;
}
#maincontent ul {
	list-style-image: url(i/arrow_blue.gif);
}
#footer {
	background: #fbfbfb;
	height: 20px;
	letter-spacing: 1px;
	font-size: 9px;
	text-align: center;
	color: #88a;
	padding: 4px 0 4px 0;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #bbb dashed;
	clear: both;
	margin: 0;
}
/* MAIN NAVIGATION STYLES */
/* \*/
#mainnav {
	margin: 0 -300px 0 0;
	padding: 0;
	list-style: none;
	background: url(i/bg_mainnav.gif) repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	height: 25px;
	clear: none;
}
/* \*/
#mainnav a:link, #mainnav a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #f8f8f8;
	border-bottom: none;
}
#mainnav a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: none;
}
#mainnav ul {
	padding: 0;
	display: inline;
}
#mainnav li {
	float: left;
	list-style: none;
	display: inline;
}
/* \*/
#mainnav li a {
	display: block;
	padding: 4px 0 4px 2em;
	background: url(i/mainNavBorder.gif) repeat-y left top;
	border-bottom: none;
}
#mainnav .first a {
	background: none;
}
/* DROPSHADOW BOX */

.dropshadow2 {
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 500px;
	padding: 0px;
}
.innerbox {
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox {
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p {
	font-size:14px;
	margin: 3px;
}
.mini {
	font-size: 10px;
	font-weight: bold;
	margin: 2px;
	padding: 2px 2px 2px 12px;
	color: #eee;
	letter-spacing: 1px;
}
.motto {
	font-style: italic;
}
.breakp {
	border-top: 1px #ccc dashed;
	line-height: 10px;
}
.notebox {
	text-align: center;
	background: #fafaff;
	padding: 8px 20px 8px 20px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-size: 11px !important;
	margin-top: 12px;
	margin-bottom: 12px;
}
.innernav {
	text-align: center;
	padding: 4px;
	background: #fafaff;
	font-size: 11px;
	margin: 12px 0 10px 0;
	color: #668;
	line-height: 1.8em;
	border-top: 1px #ccc solid;
}
.inn2 {
	border-top: none;
}
.innernav p {
	padding: 0;
}
/* .innernav a:hover {
	background: none;
	border-top: none;
	border-bottom: inherit;
	} */
h4.noline {
	border-bottom: none;
	padding-bottom: 10px;
}
h4.nonline2 {
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 8px;
}
#sig {
	text-align: left;
	color: #888;
	font-size: 10px;
	padding-top: 10px;
	margin-left: 12px;
}
#sig a:link {
	color: #888;
}
#sig a:visited {
	color: #999;
	text-decoration: none;
}
#sig a:hover {
	border-top: none;
}
.indent {
	margin-left: 40px;
	margin-right: 40px;
}
.linkbox {
	float: right;
	padding: 6px;
	margin-left: 12px;
	margin-right: 20px;
	border-bottom: 1px #ccc dashed;
	border-left: 1px #ccc dashed;
	border-right: 1px #ccc dashed;
	background: #fafafa;
	margin-bottom: 10px;
	font-size: 11px;
}
.linkbox a:hover {
	border-top: none;
	border-bottom: none;
	color: orange;
}
.linkbox2 {
	float: right;
	padding: 6px;
	margin-left: 12px;
	border: 1px #ccc dashed;
	background: #fff;
	margin-bottom: 10px;
}
.arrow {
	margin-top: 8px;
}
