@charset "UTF-8";

body {
	font: 100%/1.25 arial, sans-serif;
	background: #cccccc url(bg2c.jpg); /* was ffffff */
	margin: 0;
	padding: 0;
	color: #000;
	
}


#menu
{
	margin:          0 20px;
	height:          35px;
	padding:         5px 0;
	background-color:   #eeeeee;
	border:2px solid #cccccc;
	margin-bottom:10px;
}

#menu ul
{
	margin:          0;
	padding:         7px;
	height:          29px;
}

#menu ul li
{
	list-style:      none;
	display:         inline;
	
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #767676;	
	padding:         10px 7px 10px 7px;
	font-size:       16px;

	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color:   #6A7919;
	color:           #FDFDFD;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: .5em;
}

h1, h2, h3, h4 {
		text-align:center;
		color: sienna;
	}
	


a img {
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000; /* was 1a2289 */
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #ff0000; /* was 4ba9b4 */
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 780px;
	background: #FFFFFF url(bg2a.jpg) repeat-y;

	/* ~~ for the desktop view the background for the 3 columns is probided by the background-image for the container div. This is necessary since the sidebars and content divs are varying heights.  ~~ */
	margin: 0 auto;
}


/* ~~ These are the columns for the layout. ~~ 
The background colors of the columns match those in the background image of the container. This is redundant on the desktop but plays an important role for viewing with a tablet or phone.
*/
.sidebar1 {
	float: left;
	width: 180px;
	background: #82b440; /* was 002289 */
	color: #ffffff;
}
.content {
	padding: 10px 0;
	width: 600px;
	float: left;
	background: #FFF;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #82b440;  /* #CCD0E7;  */
	padding: 15px 0;
	color: #82b440;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 2px solid #FFF;
	margin: 0;
	background: #82b440;
}
ul.nav li {
	border-bottom: 2px solid #FFF; /* was 0 */
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
/*	background: #002289; */
	background: #82b440;
	color: #ffffff;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
/*	background: #CBD1E8; */
	background: #ddddff;
	color: #002289; 
}

.footer {
	position: relative; /* this gives IE6 hasLayout to properly clear */
	clear: both;
	background: #bbbbbb;
	vertical-align: text-bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #000;
}
.footer p {
	font-size: 14px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* The following two styles make adjust the size of images in the header and content divs for all platforms */
.header img {
	max-width: 100%;
	height: auto;
}
.content img {
	max-width: 100%;
	height: auto;
	float: none;
}
pre {
	margin-right: 40px;
	margin-left: 40px;
	font: 100%/1.25 arial, sans-serif;
}

img.center {display: block; margin: 0 auto;}


ul 
{
list-style-image:url('img02.gif');
}

.center   {
		display: block; margin: 0 auto;
		text-align: center;
}


hr {   
	background: sienna;
	width: 400px;
	height: 2px;
		}
		

blockquote {
	margin: 1em 3em;
	padding: .5em 1em;
	border-left: 5px solid #fce27c;
	background-color: #ffffff; 
   
	}




code {
    border:2px solid #999999;
    background-color:#eeeeee;
    color:#333333;
    display:block;
    padding:10px 5px;
    margin:10px 0;
}

table {
		margin-left: auto; margin-right: auto;
		width: 80%;
		text-align: center;
		background-color:#f6ebc1;
		border:2px solid #999999;
		font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
		}
