/* $Id$ */

/* meyer reset: */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* site base styles */

html{
	font-size:medium;	
}

body{
	font-family: Georgia, "Times New Roman", serif;
	line-height:1;
	color:#eee;
	font-size:0.755em;
}

h1, h2, h3, h4{
	font-weight:normal;
}

h1{
	color:#fff;
	font-family: Georgia, "Times New Roman", serif;
	
	font-size:1.8em;
	font-style:italic;
	margin-bottom:15px;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited{
	color:#eee;
	border-color:#777;
}

h1 a:hover, h2 a:hover, h3 a:hover{
	color:#45869E;
	border-color:#45869E;
}

h2{
	font-family:Arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;


	margin-bottom:0.5em;
	font-size:1.1em;
	
	padding-top:20px;
	background:url("/images/dashesShort.gif") top left no-repeat;
}

h3{
	font-family:Arial, sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;

	font-size:0.9em;
	margin-bottom:0.4em;

}

p{
	color:#eee;
	font-size:1.05em;
	line-height:1.5;
	margin-bottom:1em;
	max-width:40em;
	clear:left;
}


a{
	color:#396F83;
	text-decoration:none;
/*	border-bottom:1px dotted #777;*/
	border-bottom:1px dotted #396F83;
}

a:visited{
	color:#a1a1a1;
	border-color:#a1a1a1;
}
a:hover, a:focus, a:active{
	color:#45869E;
	border-color:#45869E;
}


/* lists */
ul li{
/*	line-height:1.3;*/
}
ul.bullet{
	margin-bottom:1.2em;
	
	list-style-type: circle;
	line-height:1.5;
	max-width:40em;
	
}

ul.bullet li{
	margin-left:1.2em;
	margin-bottom:0.4em;	
}

/* ordered lists */

ol{
	list-style-type: decimal;
	width:70%;
	line-height:1.1;
	margin-bottom:1em;
}

ol li{
	margin-left:1.5em;
	margin-bottom:0.2em;		
}

/* forms */

form{
/*	padding:5px 0;
	margin:0 3em 1em 0 ;
*/
}

hr{
	border:1px solid #ccc;
	margin:20px 10px 10px 0px;
}