* {
margin:0;
padding:0;
}


/*
Set initial font styles
*/
body {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   background:url(images/page-bg.jpg) repeat-x;
   margin:0px;
   color: #333;  
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #003399; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #003399; 
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #003399;
}

/*****************
Layout 
*****************/


.shadow{
	width:820px;
	background:url(images/shadow.png) repeat-y center;
	padding:0px 10px 2px 10px;
	margin: 0 auto;

}


/* center wrapper */
div#pagewrapper {
	margin: 0 auto;
	color: black;
	width: 800px;
	padding: 0px;
	background-color:#FFFFFF;
}


/*** header ****/

div#header {
	width:800px;
	height:342px;
	background: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}




   
div#content {
	margin: 1em auto 2em 0;   /* some air above and under menu and content */
}


div#main {
	margin-left: 28%;
	margin-top:1em;
	padding:10px;

}


div.hr {
	height: 1px;
	padding-top: 0.5em;
	margin:3px;
	border-bottom: 1px dotted black;
	width:95%;
}



/********************
CONTENT STYLING
*********************/

/* HEADINGS */
div#content h1 {
	font-size: 2em;
	color: #003366;
	line-height: 1em;
}


div#content h2 {
	color: #003366;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}


div#content h3 {
	color: #003366;
	font-size: 1.4em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}


div#content h4 {
	color: #003366;
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}

div#content h5 {
	color: #003366;
	font-size: 1.1em;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}


div#sidebar {
	float: left;
	width: 25%;
	display: inline;  /* FIX IE double margin bug */
	margin-left: 0;
	padding-left:10px;
	font-size:1em;
}

div#sidebar h2 {
	color: #003366;
	font-size: 1em;
	text-align: left;
	padding-bottom: 3px;
	line-height: 1em;
	margin: 3px 60px 3px 0px;
	padding-top: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bfc5a5;
}

div#main h2 {
	color: #003366;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}



/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;
   line-height: 1.4em;
   padding: 0;
}


strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}


/* LISTS */

#main ul {
margin-left:25px;
list-style-type:circle;
}

/* END TEXT */

.box{
	border:3px double #BFC5A5;
	height:300px;
	margin:0px;
	padding:5px;
	overflow-y:auto;
}
.leftimg {
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.box img{
	float:left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* NAVIGATION */

#sidetop {
	font-size:1.2em;
	font-weight: bold;
	color: #69704c;
	text-decoration: none;
	height: 100px;
	margin-top: -30px;
	width: 140px;
}

.sidetop a,
a:link 
a:active {
	color: #8b936b;
	text-decoration:none;
}

.sidetop a:visited {
	color: #8b936b;

}

/* add underline on hover and change color */
.sidetop a:hover {
	text-decoration: underline;
	color: #333366;
}

/*
SIDE NAVIGATION
*/

.nav ul, #nav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
.nav ul
{
	border: none 1px #000;
	border-bottom-width: 0;
}


.nav ul li a
{
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #336;
	font-size: .9em;
}


.nav ul li a:hover
{
	color:#336699;
}




/*
TOP NAVIGATION
*/

#topnav{
	text-align:center;
	margin:0 auto;
	width:0.9em;
	margin:10px;	
}

#topnav ul{
	margin-left:0px;
	list-style-type:none;
}

/*CALENDAR STYLES*/

.eventshead {
	font-size: 0.9em;
	text-align: center;
	display: block;
	background-color: #bfc5a5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.eventshead a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

.eventshead a:hover {
	color: #336;
}


.calendar {
	overflow:auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	height: 400px;
	background-color: #ebede4;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.calendar a
a:link 
a:active 
a: visited{
	text-decoration:none;
}

/* add underline on hover and change color */

.calendar a:hover {
	text-decoration: underline;
	color: #333366;
}


/*FOOTER*/

div#footer {
	height: 100px;
	clear: both;
	color: #fff;
	background-color: #003366;
	padding: 10px 20px 10px 30px;
	border-top: solid #000 1px;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       
   text-align: center;  
   margin: 0;
}

div#footer p a {
   color: #fff;
}





.b1g, .b2g, .b3g, .b4g{font-size:1px; overflow:hidden; display:block;}
.b1g {height:1px; background:#CCC; margin:0 5px;}
.b2g {height:1px; background:#CCC; margin:0 3px;}
.b3g {height:1px; background:#CCC; margin:0 2px;}
.b4g {height:2px; background:#CCC; margin:0 1px;}
.contentg {
	background-color: #CCCCCC;
	padding:1px;
	height:30px;	
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.image_left {
	float: left;
	margin-right: 1em;
}

#main hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

.clear-padded {
	clear: both;
	height: .9em;
}
.smalltext {
	font-size: .8em;
}

table.padded-table td {
	padding:10px;
	vertical-align: top;
}

.padded-table li {
	list-style-type: disc;
	list-style-position: inside;
}

.padded-table li {
	list-style-type: disc;
	list-style-position: inside;
}

.centered_all_table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.tabindent {
	margin-left: 30px;
}


/*********************************
ONE COLUMN TEMPLATE STYLING
***********************************/


div#sidebar_onecol {
	float: left;
	width: 150px;
	padding-left:35px;
}

div#heading_onecol {
	margin-top:30px;
	padding:0px;
	text-align: left;
}

#onecolmenu {
	font-size:1.1em;
	font-weight: bold;
	color: #69704c;
	text-decoration: none;
}

#onecolmenu ul {
	margin-left:0px;
	list-style-type:none;
}

.onecolmenu a,
a:link 
a:active {
	color: #8b936b;
	text-decoration:none;
}

.onecolmenu a:visited {
	color: #8b936b;

}

/* add underline on hover and change color */
.onecolmenu a:hover {
	text-decoration: underline;
	color: #333366;
}

#gototop {
	font-size:1.1em;
	font-weight: bold;
	color: #69704c;
	text-decoration: none;
	margin-left: 30px;
}

#gototop ul {
	margin-left:0px;
	list-style-type:none;
}

div#content_under {
	margin: 0em auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.centerimg {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
div#content h6 {
	color: #003366;
	font-size: 1.1em;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 8px 0px 5px 0px;
}
