@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 10;
	font-size: 1em;
}
@font-face {
    font-family: 'perseusregular';
    src: url('fonts/perseus-webfont.eot');
    src: url('fonts/perseus-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/perseus-webfont.woff') format('woff'),
         url('fonts/perseus-webfont.ttf') format('truetype'),
         url('fonts/perseus-webfont.svg#perseusregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* General styles */
body {
	color: #303030;
	font: 84% Helvetica,Tahoma,sans-serif;
	line-height: 1.4em;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #333399;
	background-image: url(images/backgroundNEW.jpg);
}
a {
	color: #2a5a9a;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	font-size: 1.0em;
	color: #666666;
}
p,ul,ol,dl {
	margin: 0 0 20px 0;
	list-style-type: disc;
}
h1 {color:#888; font-size:3.6em; margin-bottom:5px;}
h1 a {text-transform:none; font-weight:400;}
h1 a:hover {text-decoration:none; color:#303030;}
h2 {
	font-size: 2.0em;
	color: #333;
	margin: 0 0 10px;
	border-bottom: 2px solid #eee;
}
h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #eee;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
}

h1,h2,h3 {
	color: #555;
	font-weight: 400;
	line-height: 1.1em;
	font-family: Georgia, serif;
	text-shadow: #ddd 1px 1px 3px;
	text-align: center;
}

/* Main layout container */
#layout {
	width: 980px;
	background-color: #f7e99d;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body.wider #layout {
	margin:20px auto 0;
	width:1200px;
	background-color: #f7e99d;
}

/* Footer */
#footer  {
	color: #333;
	font-size: 0.9em;
	width: 980px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #D08C20;

}
#footer a {
	color:#333;
	font-weight:400;
	text-decoration:none;
	border-bottom:1px dotted #888;
}
#footer a:hover {
	color:#003;
	text-decoration:none;
	border-bottom:1px dotted #303030;
}

/* Grid classes, fixed width, 960px with 12 columns */
.col {
	float: left;
	overflow: hidden;
	float: left;
	display: inline;
}
.col img {
	max-width: 100%;
	display: inline;
}
.row {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
.nav {
	width:100%;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D08C20;
}
.row .row {
	width: auto;
	display: inline-block;
	font-family: Helvetica, Tahoma, sans-serif;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.c1 {width:60px;}
.c2 {width:140px;}
.c3 {
	width:200px;
	padding-left: 20px;
}
.c4 {width:300px;}
.c5 {width:380px;}
.c6 {width:460px;}
.c7 {width:540px;}
.c8 {width:620px;}
.c9 {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 18px;
}
.c10 {width:780px;}
.c11 {width:860px;}
.c12 {
	width: 980px;
}
.c13 {
	width: 720px;
	margin-left: 20px;
}

/* Grid classes, fixed width, 1200px with 12 columns - add class="wider" to the <body> element to use this */
body.wider {
	background-color: #f7e99d;
	background-image: url(images/Background_Papyrus_RCWP_tile2.jpg);
	background-repeat: repeat;
	background-position: center top;
}


/* Menu list styles */
ul.menu {
	list-style:none;
	margin:0;
	padding:10px 0;
	border-top:1px solid #eee;
	font-family: perseusregular, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
ul.menu li {list-style:none; font-size:1em; margin:0 0 10px; padding:0 0 8px 0; color:#888; border-bottom:1px solid #eee;}
ul.menu li a {
	font-size: 1.4em;
	font-family: perseusregular, Helvetica, Tahoma;
	font-weight: bold;
	color: #336699;
}
ul.menu li a:link {
	font-size:1.4em;
	font-family: perseusregular, Helvetica, Tahoma;
	font-weight:bold;
}
ul.menu li a:hover {
	color:#303030;
	text-decoration:none;
	border-bottom:1px dotted #303030;
	font-family: perseusregular, Helvetica, Tahoma;
}
ul.menu li a:visited {
	text-decoration: none;
	font-family: perseusregular, Helvetica, Tahoma;
}

/* Additional text classes */
.slogan {color:#555;}
.alignleft {text-align:left;}
.alignright {text-align:right;}
.aligncenter {
	text-align:center;
}
.alignjustify {text-align:justify;}
.larger {font-size:1.2em;}
.smaller {font-size:0.9em;}
.red {color:#bc4c4c;}
.blue {color:#2a5a9a;}
.green {color:#4aaa7a;}
.spacer {margin:0 20px;}
.clear {clear:both;}
.hide {display:none;}
#searchbox table #formSear tr td img {
}
#searching {
	float: right;
}
#searching input {
	color: #4A2D89;
	background-color: #F7E99D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}
.bar {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333399;
	border-right-color: #333399;
	border-bottom-color: #333399;
	border-left-color: #333399;
}
.backtotop a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333399;
	text-decoration: none;
}
.backtotop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6600CC;
	text-decoration: none;
}
.normal em {
	font-size: 13px;
}

.backtotop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333399;
	text-decoration: none;
}
#facebooklogo {
	width: 35px;
	margin-right: 3px;
	margin-top: 3px;
}
.biography a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #660033;
	text-decoration: none;
}
.biography a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D08C20;
	text-decoration: none;
}
.biography a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660033;
	text-decoration: none;
	font-weight: normal;
}
#photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333399;
	width: 200px;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-variant: normal;
	color: #339;
	font-style: italic;
	width: 550px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #339;
	background-color: #FFFFCC;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 40px;
}
.navcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}
.navcontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
	font-style: normal;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333399;
	font-weight: bold;
	text-decoration: none;
}
.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-right: 20px;
	margin-left: 20px;
	;
	color: #333330;
}
.listwithbullet {
	list-style-type: circle;
}
.style1 {
	font-size: 0.85em;
	color: #42578C;
	line-height: 0.8em;
}
#bumpboxmain {
	margin: 15px auto;
	width: 600px;
	background: #F7E99E;
	color: #333;
	padding: 15px;
}
#bumpboxmain400 {
	margin: 15px auto;
	width: 400px;
	background: #F7E99E;
	color: #333;
	padding: 15px;
}
.darkblue {
	color: #2a5a9a;
}
#archives {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#news {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#news2 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#news3 {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #F7E99D;
}
#news4 {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
#news5 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.purple {
	font-size: medium;
	color: #036;
	text-align: center;
}
.smallinfo {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.centerstuff {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.archiveTitle {
	font-size: medium;
	color: #930;
}
#centerstuff {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#news6 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#layout .row #content .row div .news6 p {
	text-align: center;
}
.news6 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#headerimage {
	background-color: #D08C20;
}
img.floatLeft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}
#header {
	background-color: #F7E99D;
	background-image: url(images/new-masthead980.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 980px;
}
#header2 {
	background-color: #F7E99D;
	background-image: url(images/PREVIOUSnew-masthead980.jpg);
	background-repeat: no-repeat;
	height: 125px;
	width: 980px;
}
#slideshow {
	float: right;
}
