/* This style sheet controls the display of text on the screen when viewed with a monitor */

/* ---------layout containers----------------*/
#wrapper {                     /*creates an overall layout container to hold the other containers*/
	width: 985px;
	margin: auto;
	border: 1px solid #005A52;
	background-image: 
	background-repeat: repeat;
	background-position: 200px;
}

#header {                         /*sets the properties of the logo & header area */
	width: 985px;
	margin: auto;
	background-color: #FCF7C9;
}
#content {                        /*sets the properties of the content area */
	width: 935px;
	padding-top: 20px;
	margin: auto;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	background-repeat: repeat;
}

#footer {                        /*sets the look of the footer */
	font-size: 0.85em;
	color: #333333;
	width: 935px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin: auto;
	background-color: #FCF7C9;
}
#footer td {
	font-size: 0.85em;
	color: #333333;
}


#topNav {                        /*sets the look of the top nav bar */
	width: 983px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	border-top: 3px solid #fcf7c9;
	border-right: 1px solid #fcf7c9;
	border-bottom: 1px solid #fcf7c9;
	border-left: 1px solid #fcf7c9;
	background-color: #FCF7C9;
}

	/* ------top navigation link styles----------- */
#topNav a {                    /*sets the look of the top nav buttons */
	border: 1px solid #CCCC99;
	padding: 2px;
	background-color: #333333;
}

#topNav a:link {               /*sets the look of the top nav button before clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav a:visited {               /*sets the look of the top nav button after clicked */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#topNav a:hover {               /*sets the look of the top nav link when mouse is over a button */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #C0C0C0;
}

	/* --------top nav styles-------------- */

/* --------layout styles-------------- */

/* ------Styles to set the dafault appearance of text on the page using HTML tags------ */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #333333;
}

h1 {
	font-size: 1.2em;
	color: #005A52;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
	color: #005A52;
}
h3 {
	font-size: 1em;
	color: #005A52;
}


/* ---------end HTML tag styles---------- */

/*  ----------Begin custom styles that must be applied manually-------------*/
.homeContent {
	font-size: 0.9em;
}
.imgPadLeft {
	padding-left: 8px;
}
.highlightBox {
	background-color: #CCCC99;
	border: 1px solid #009999;
	font-size: 0.8em;
	color: #333333;
	width: 284px;
	padding: 2px;
}
.small {

	font-size: 0.8em;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCC99;
}
.highlightBoxRt {
	background-color: #CCCC99;
	border: 1px solid #009999;
	font-size: 0.8em;
	color: #333333;
	width: 284px;
	padding: 2px;
	float: right;
	margin-left: 5px;
}
#wrapper #content .style11 {
}
