/* CSS Document */

@import url(menu.css);
@import url(form.css);

/*** Global ***/

body {
	/*margin:15px;*/
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;	
	font-size:12px;
	color:black;	
	width:887px;
}

/* facebook style p{font-family:"lucida grande", tahoma, verdana, arial, sans-serif; font-size:11px; text-align:left;} */

a {
	text-decoration:none;
	color:#339933;	
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-weight:800;
	text-decoration:none;
}

h1 {
	font-size:32px;
/*	line-height:36px;*/
	/*margin:25px 0px;*/
	margin:0px 0px 20px 0px;
}

h2 {
	color:#3b5998;
	font-size:24px;
	line-height:28px;
}

h3 {
	color:#3b5998;
	font-size:18px;
	line-height:22px;	
}

img {
	border:1px ridge #669966;
}

/* Header/Footer styles */

/* lightest blue: #efeded ; darker blue: #6D84B4; whiteish: #F9F9F9 ;  */

.tagline {
	font-size:20px;
	font-style:oblique;
	text-align:center;
}

#header, #footer {
	border: #efeded ridge;
	border-width: 2px;
	background-color: #3b5998;
	text-align:center;
	color: #efeded;
}

#header {
	padding:5px;
	width:750px;
	font-weight:800;
	font-variant:small-caps;
	font-size:36px;
	font-family: Georgia, "Times New Roman", Times, serif;			
}

#footer {
	font-size:10px;
	padding:10px;
	margin-left:20px;
}

#footer .text {
	width:400px;
	float:left;
	text-align:left;
}

#footer .nav {
	text-align:right;
}

#footer .nav a {
	color:#efeded;
}

/* End - Header/Footer styles */

#page_content, #left {
	min-height:225px;
	height:auto !important;	
	height:225px;
}

/* Container for left panel */
#left {
	float:left;
	width:205px;
	/*margin-left:20px;*/
	/*padding-left:20px;*/
	padding:0px 0px 20px 20px;
}

.leftOther {
	padding:10px;
	background-color:#efeded;
	border:2px ridge #6D84B4;
	margin-bottom:20px;
}

.leftOther img {
	border:none;
}
/* End - Container for left panel */

/* Main page content styles */
#page_content {
	margin-left:245px;
	padding:20px 5px 20px 0px;
}

#quote {
	font-style:oblique;
	text-align:center;
	padding: 10px;
}

.quote_author {
	color:#339933;
	font-weight:800;
	font-family:Arial, Helvetica, sans-serif;
}

/* pic_caption is used for captioning any image on the site */
.pic_caption {
	font-size:10px;
	color:#003333;
}

/* Used for recent news on index page */

.newsHeader {
	font-size:13px;
	color:#339933;	
	font-weight:800;
}

.newsAuthor {
	font-size:10px;	
	color:#3b5998;
}

/* more is used for displaying read more links */
.more {
	font-weight:800;
	font-size:smaller;
	font-style:oblique;
}
/* End - Main page content styles */

#awards {
}

#awards td {
	padding: 5px;
}