/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #fffcf0 /*url(img/bg.jpg)*/;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}

a {color: #10109d; text-decoration: underline;}
a:hover {color: #2B3773; text-decoration: none;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #2B3773; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif; padding-bottom:10px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url(/media/505/quote.gif) no-repeat;
	display: block;
	font: normal 1.1em Georgia,"Trebuchet MS",sans-serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #2B3773 url(/media/520/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 920px;
	padding-bottom:3px;
}
#container {
	background: #fffcf0;
	border-top: 6px solid #2B3773;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 900px;
}

#container img{
	padding-left:0px;
	padding-bottom:0px;
}

/* header */
.title {
	background: #E2DED4 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #2B3773;
}
.title h1 {
	color: #2B3773;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	/*border-top: 0px solid #663;
	background: #DAD7C5 url(/media/495/header.jpg) no-repeat left bottom;*/
	width:900px;	
	height:180px;
	padding:0px;
	margin:0px;
}
.header img{margin:0px; padding:0px;}

/* navigation */
.navigation {
	background: #DED9D0 url(/media/500/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation ul li{display:inline;}
.navigation a {
	background: #FFF url(/media/500/nav.gif) repeat-x;
	border-right: 4px solid #fffcf0;
	color: #2B3773;
	float: left;
	font: bold 1em Georgia,"Trebuchet MS",sans-serif;
	padding: 0 7px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	list-style:none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #2B3773;}

/* main */
.main#two-columns {/*background: #FFF url(/media/515/two-columns.gif) repeat-y;*/}

/* bottom */
.bottom {
	background: #F2F0EA url(/media/489/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 10px 20px;
	text-align:center; font-size:10px;
}
.bottom .left,.bottom .right {width: 49%;}
.bottom p{margin-bottom:-10px;}


/* footer */
.footer {
	background: #2B3773;
	color: #EED;
	padding: 5px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}

.footer p{ margin:0px; padding:0px;}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 670px;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 220px;}
.content {padding: 13px 10px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

.filter{
	
	width:200px;
	text-align: left;
	}
	
	#newsFilter{width200px;}

/* THIS IS THE START OF THE NEWS AND ANNOUNCEMENT CODE */
.news {
  margin: 5px 0;
  padding: 10px;
  margin-bottom:20px;
  width:620px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 1em Georgia,"Trebuchet MS",sans-serif;
  /* white-space: pre; */
  background: #F2F0EA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #10109d;
}

.blogborder{border-left: 3px solid #2B3773;}

.news h3 { 
font: bold 1.4em Georgia,"Trebuchet MS",sans-serif; 
}

.newsDownload{
	text-align: right;
	}
	
.newsAuthor{
	text-align: right;
	}

.newsPages{
	width:690px;
	text-align: right;
	}

/* THIS IS THE END OF THE NEWS AND ANNOUNCEMENT CODE */

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

img.float-right {
  margin: 0px 0px 5px 10px;  
}
img.float-left {
  margin: 0px 10px 5px 0px;
}

/* form elements */
fieldset{padding-bottom:10px; width:620px;}

fieldset{padding-left:10px;}

div#form {
	/*margin:10px 15px;*/ padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #F2F0EA; 
	width:410px;
	padding:10px;
}
label {width:380px;
	display:block;
	font-weight:bold;
	margin:5px 0;/*height:20px;*/
	
}
input {
	padding: 2px;
	border:1px solid #2B3773;
	font: normal 1em Georgia,"Trebuchet MS",sans-serif;
	color:#2B3773;
	/*float: right;
	margin:0px 0 10px 0px;*/
	
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Georgia,"Trebuchet MS",sans-serif;
	border:1px solid #2B3773;
	height:100px;
	/*display:block;*/
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #2B3773;	
	border: 1px solid #2B3773;	

}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

blockquote {

}

