*{margin: 0; padding: 0;}
p {margin: 1em 0px}

body {
	margin:0;
	padding:0;
	color: #425065;
	font:76%/1.5em Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #929CA6;
/*	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
*/
}

A:link {text-decoration: underline;  color: blue;}
A:visited {text-decoration: underline;  color: blue;}
A:hover {text-decoration: underline; color: red;}
A:active {text-decoration: underline;  color: blue;}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #cccccc;
	padding: 5px;
	font-size: 20px;
	color: #2f4f4f;
	margin-left: 200px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2f4f4f;
	margin-top: 20px;
	margin-bottom: 2px;
}

#wrap {
	width:900px;
	border:8px solid #cccccc;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #ffffff;
}

#header {
	position: relative;
	background-color: #fff;
	padding: 20px 20px 0 20px;
	height: 65px;
	color: #000000;
}

#headernavbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	background-image: url(images/bg_headerbox.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	color: #708090;
	position: absolute;
	top: 13px;
	right: 13px;
	width: 584px;
	height: 79px;
}

#headernavbox a {
	color: #708090;
	text-decoration: none;
}


#headernavbox a:hover {
	color: #2f4f4f;
	text-decoration: none;
}


/********************* MAIN NAVIGATION *********************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Verdana;
	width: 180px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li {
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	background-color: #2F4F4F; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited {
	color: white;
}

.sidebarmenu ul li a:hover {
	background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul {
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle {
	background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

/********************* END MAIN NAVIGATION *********************/


#content {
	position: relative;
	padding: 20px;
}

.dropcap {
	float: left;
	color: #666666;
	font-size: 65px;
	line-height: 52px;
	font-family: Times, serif, Georgia;
	margin-right: 5px;
} 


.pullquote {
	float: right;
	border-top: 4px double #708090;
	border-bottom: 4px double #708090;
	margin: 10px;
	padding: 8px;
	width: 300px;
	color: #708090;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.2em;
}

table.contactform td {
	padding: 5px;
	margin: 0;
	font-size: 1em;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

input, textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 1px;
}

#footer {
	position: relative;
	clear: both;
	padding:10px;
	margin-top:0;
	background-color:#2F4F4F;
	color: #ffffff;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

.floatrightpic {
	border: 1px solid #999999;
	float: right;
	margin: 10px;
	padding: 2px;
}

.floatleftpic {
	border: 1px solid #999999;
	float: left;
	margin: 0 10px 5px 5px;
	padding: 2px;
}

.clearboth { clear: both; }


.imageborder {
	border: 1px solid #999999;
	padding: 2px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#credit {
	font-size: .8em;
	margin-bottom: 10px;
}

#navbottom  {
	text-align: center;
	margin: 10px 0 10px 0;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	color: #ffffff;
}

#navbottom a  {
	color: #000000;
}