body

{

	background-color: #ffffff;

	margin:0px;

	/*font-family: "Lucida Sans", Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", serif;

	font-size: 13px;

	color: #000000;
	line-height: 1.5em;

}



p {
	margin: 0 0 1em;
}




	



/*-------------------------------------------------------------------------

	Headers - The browser will scale the headlines to the accessiblility 

	settings of the browser.

//-------------------------------------------------------------------------*/

h1

{

	color:#000;

	font-size:2.7em;

	font-weight: normal;

	margin:.65em 0em .5em 0em;

	padding:0em 0em .5em 0em;
	border-bottom: 1px solid #cbcbcb;
line-height: 1.3em;
}

h2

{

	color:#000;

	font-size:1.3em;

	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: .1em;

	margin:1.3em 0;
line-height: 1.3em;
	padding:0;

}

h3

{

	color:#000;

	font-size:1.2em;

	font-weight:bold;

	margin:1.3em 0;

	padding:0;

}

h4

{

	font-size: 1.1em;

	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;

	margin:1.4em 0;

	padding:0;

}

h5

{

	font-size: 1.1em;

	font-weight: normal;
	font-style: italic;

	margin:1.7em 0;

	padding:0;

}

h6

{

	font-size: 85%;

	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;

	margin:1.8em 0;
	display: inherit;

	padding:0;

}


blockquote {
margin:1em;
padding:1em 1em 1em 2em;
border-left:3px solid #f1f1f1;
font-style:italic;
}


/*-------------------------------------------------------------------------

	Default Link Style

//-------------------------------------------------------------------------*/

a

{

	color: #000066;

	text-decoration: underline;

}

a:hover

{

	color: #0000FF;

	text-decoration: underline;

}

a:active

{

	color: #0033FF;

	text-decoration: underline;

}

a:visited

{

	color: #000099;

	text-decoration: underline;

}





/*-------------------------------------------------------------------------

	Horizontal Rule

//-------------------------------------------------------------------------*/

hr 

{

	border: 0;

	width: 100%;

	color: #333333;

	background-color: #333333;

	height: 1px;

}



/*-------------------------------------------------------------------------

	List Items - NOT NAVIGATION - CONTENT ONLY

//-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------

	Custom Editor Styles - Optional

//-------------------------------------------------------------------------*/


.caption {
	text-transform: uppercase;
	text-align: center;
	
	letter-spacing: .2em;
	font-size: 80%;
	clear: left;
	display: block;
	padding: 1em 0 0 0;
}

.inset {
	float: right;
	margin: 1em;
	padding: .5em;
	line-height: 0em;
	background: #fff;
	border: 1px solid #efefef;
}

.alone {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	clear: none;
	float: none;
	position: relative;
	padding: .5em;
	line-height: 0em;
	background: #f7f7f7;
	border: 2px solid #cbcbcb;
}

