/*Imports Remaining Styles; Will be read by >=IE4; >NN4*/
@import url("color.css");
@import url("misc.css");

/* ========== RESET ========== */
/*	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain) */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, 
summary, time, mark, audio, video{
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit;
	vertical-align: baseline;}
/* ------ HTML5 reset ----- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	line-height: 1;}
ol, ul {
	list-style: none;}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{
	content: ''; content: none;}
table{
	border-collapse: collapse; border-spacing: 0;}


/* ========== FONT / TEXT ========== */
html{
	font-size: 17px;
font-family: Arial, Helvetica, san-serif;
	line-height: 17px;
}

body{
	font-size: 1em;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
font-family: "Times New Roman", Times, serif;
	letter-spacing: -0.5px;}

h1{
	font-size: 42px; line-height: 42px;
}

h2{
	font-size: 32px; line-height: 32px;
}

h3{
	font-size: 28px; line-height: 28px;
}

h4{
	font-size: 24px; line-height: 24px;
}

p, li{
	line-height: 1em;
}

p.first{
font-style: italic;
font-size: 27px;
line-height: 27px;
font-family: "Times New Roman", Times, serif;
}

li{
	list-style-type: square;
}

div#site_info li{
list-style-type: none;
padding-bottom: 3px;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

em, blockquote{
	font-style: italic;
}


/* ========== LAYOUT ========== */
body{ 
	width: 100%; text-align : left;
}

.outer{
	width: 100%; clear: both;
}

.inner{
	clear: both; width: 960px; margin: 0 auto;
}

.left{float: left;}
.right{float: right;}
.whole{float: none;}

.s25{width: 220px; margin: 0px 10px;}
.s60{width: 640px; margin: 0px 10px;}
.s40{width: 280px; margin: 0px 10px;}
.s100{width: 940px; margin: 0px 10px;}

#navigation, #site_info{
	overflow: hidden;
}

#branding{
position: relative;
height: 120px;
}

#site_info{
margin-top: 30px;
padding: 15px 0px 10px;
}

h1{
}

h2, h3, h4, h5, h6{
padding-top: 20px;
}

ul+h2, ul+h3, ul+h4,
ul+h5, ul+h6{
padding-top: 10px;
}

p.first{
padding-top: 5px;
}

p+p{
padding-top: 10px;
}

ul, ol{
margin: 10px 0px;
}









