/* CSS Layout */

/* Start of Global page settings. Should get over-ridden later on*/

@import url("layout.css");
@import url("3col_layout.css");
@import url("nav.css");
@import url("styles.css");
@import url("scroller.css");
@import url("safari_lte_3.css");
@import url("css/safari.css");


html	{
	/*background: #73ADD7 url(images/gradient.gif) repeat-x;*/
}

body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
  	text-align				: center;
	font-size				: 76.1%;
	color					: #000;
	margin					: 0px;
	padding					: 0px; 
	background-color		: #490119;
}

h1, h2, h3, h4, h5, h6, p{
	margin					: 1em 0;
	padding					: 0;
}

li {
	margin-left				: 1em;
}

li.contact  {
	color					: #FFF;
	font-size				: .9em;
	padding					: 6px 0px 0px 0px;
}

img.graphic {
 	display					: block;
	border					: none;
}

.clear {
	clear					: both;
}


/* End of Global page settings. Should get over-ridden later on */



/* Main titles for various pages. */
h1 {
font-family					: "Times New Roman", Times, serif;
font-style					: italic;
color						: #490119;
border-bottom				: 1px solid #e1ccad;
font-size					: 2.2em;
font-weight					: bold;
margin						: 1em 0 .5em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

.title {
color						: #DC6D1C;
font-size					: 1em;
font-weight					: bold;
margin						: 0px; /*use for top/bottom*/
padding						: 0px; /*use for left/right*/
}
/*** Calendar Main Head ***/
h2 {
font-size					: 1.3em;

font-style					: italic;
color						: #490119;
border-bottom				: 1px solid #490119;
margin						: 2.5em 0 .7em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}
/*** Calendar Topics ***/
h3 {

font-style					: italic;
color						: #490119;
border-bottom				: 1px solid #490119;
font-size					: 1.2em;
font-weight					: bold;
margin						: 1em 0 .5em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

/* Right column header */
h4 {
font-family					: "Times New Roman", Times, serif;
font-style					: italic;
color						: #490119;
border-bottom				: 1px solid #e1ccad;
font-size					: 1.5em;
font-weight					: bold;
margin						: .4em 0 .5em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

/* body header */
h5 {
font-size					: 1.3em;
text-decoration: underline;
font-style					: italic;
color						: #490119;
/*border-bottom				: 1px solid #490119; */
margin						: 2em 0 .7em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}

/*** mission ***/
h6 {
font-family					: "Times New Roman", Times, serif; 
font-style					: italic;
text-align					: center;
border-bottom				: 1px solid #e1ccad;
color						: #490119;
font-size					: 2.2em;
font-weight					: bold;
margin						: 1em 0 .1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/
}



/* Non-title text */

p {
margin						: 1em 0; /*use for top/bottom*/
padding						: 0 0em; /*use for left/right*/

}

p.contact {
text-align					: center;
margin						: 25px 0px 0px 200px; 
padding						: 0 0em; 
width						: 250px;

}

li > p {
margin-top					: 0.2em;
}


/********* LINK STYLES *********/


a.footer:link {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:visited {
	color					: #FFF;
	text-decoration			: none;
}

a.footer:hover {
	color					: #FFF;
	text-decoration			: underline;
}

a,a:link,a:visited	{
	color: #490119;
	text-decortation: underline;
}

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