*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Lucida-Grande", sans-serif;
	background-image: url(../images/background_A.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-attachment: scroll;
	background-color: #999;
	/*background-color: #666;*/
}

p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}


em {

}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

h2 a:hover, a:active {
	color: #FEC460;
	text-decoration: none;
}

h3 {
	color: #F39;
	/*color: #006600;*/
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

h6 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
}

.largeprint {
	font-size: 2.2em;
	padding: 0 0 0 0;
	line-height: 1em;
}

.white {
	color: white;
}

.orange {
	background-color: #FEC460;
	color: #333333;
}

.clear { clear: both;}

ol#resources {
	list-style: none;
	}

table
{
width:100%;
}

ul#nav	{
	list-style-type:none;
	margin:0;
	padding:0;
	/*overflow:hidden;*/
	}
	
ul#nav li {
	float: right;
	}

ul#nav a  {
	font-size: 1.1em;
	/*text-align: center;*/
	display:block;
	width:39px;
	color: #FEC460;
	font-weight: bold;
	text-decoration: none;
	}

ul#nav a:hover, ul#nav a:active {
	color: #FFFFFF;
}
	
/*div#sharethis {
	width: 100%;
	height: 20px;
	text-align: right;
	border-bottom: 1px solid #333333;
	/*background-color: #E5E5E5;
	}*/
	
div#header {
	height: 120px;
	background: url(../images/header_bg.jpg) no-repeat;
	border-bottom: 3px solid #333333;
}	

div#shadow-wrap {
	margin: 0 auto;
	width: 740px;
	/*background-image: url(../images/body_shadow.png);*/
}

div#page-wrap {
	width: 700px;
	margin: 0 auto;
	border: 1px solid #333333;
	background-color: #333;
}

div#main-content a:hover, a:active {
	color: #FEC460;
}

div#main-content {
	background-color:#FFFFFF;
	color: #666666;
	border-top: 3px solid #333333;
}

a.indent {
	/*background-color: #0F3;*/
	margin-left: 25px;
}

div#main-content a {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.5em;
	text-decoration: none;
}

div#flash-container {
	/*border: 5px solid #FFF;*/
	background-color: #999;
	/*	float: none;	*/	
	text-align: center;
	padding: 10px 30px 10px 30px
	}

div#top-container {
	/*text-align: left;*/
	color: #FFFFFF;
	margin: 0px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px 0px 3px 0px;
}

div#bot-container {
	text-align: left;
	color: #FFFFFF;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFF;
	padding-top: 3px;
}

div#left-col {
	float: left;
	border-right: 1px solid #666666;
	margin: 20px 0 20px 0;
	padding: 0 25px 0 30px;
	width: 294px;
}
div#right-col {
	float: right;
	margin: 20px 0 20px 0;
	padding: 0 30px 0 25px;
	width: 295px;
}
	
div#about-me {
	text-align: justify;
	padding: 0 0px 0 0;
	}
	
div#disclaimer {
	/*margin-top: 270px;*/
	margin-top: 179px;
	color: #666666;
	font-style: italic;
	}

div#footer-shadow {
	/*background-image: url(../images/footer_shadow.png);*/
	width: 740px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

div#footer {
	margin: 0 19px 0 19px;
	/*	background-image: url(../images/ramp.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	/*	border: 1px solid #333333;*/
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FEC460;
}

div#footer p {
	margin: 0 auto;
	letter-spacing: 1px;
	text-align: center;
/*	text-transform: lowercase;*/
	color: #666666;
	font-size: 1em;
	padding: 2px 0 2px 0;
	font-weight: normal;
}

