body {
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


h1 {color: #9ED18F;font-size: 150%;margin: 0px; padding: 0px; }
h2 {color: #99AFD5;font-size: 150%;margin: 0px;padding: 0px;}
a:link, a:visited {color: #9ED18F;font-weight: bold;}
a:hover, a:active {color: #99AFD5;font-weight: bold;}

.anynews a:link, .anynews a:visited {color: #00366F;font-weight: bold;text-decoration: none;}
.anynews a:hover, .anynews a:active {color: #222;font-weight: bold;text-decoration: underline;}

.greytxt {color: #999999;}
.greentxt {color: #77BF64;}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #999;
	border: 1px solid #232323;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/**STRUCTURE_____________________________________________**/
#wrapper {
	width: 988px;
	margin-right: auto;
	margin-left: auto;
}
h1#logo{
	float: left;
	height: 165px;
	width: 349px;
	margin: 0;
	text-indent: -9000px;
	background-image: url(../images/header-side.gif);
}
#header {
	float: right;
	width: 639px;
	height: 135px;
	overflow: hidden;
	background: #fff url(../images/header-top.jpg) no-repeat;
}

#header p {margin: 0px;}

/**scrolling text div**/
#scroller {
	background-image: url(../images/header-btm.jpg);
	height: 22px;
	width: 531px;
	float: right;
	padding-top: 8px;
	padding-right: 100px;
	padding-left: 8px;
}
#scroller p {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.5em;
	margin: 0px;
	padding: 0px;
}

/**Content -divs**/
#content-wrapper {
	float: left;
	width: 988px;
	background: url(../images/bg.gif) repeat-y;
	border-top: 3px solid #99afd5;
}
#content-main {
	float: left;
	width: 700px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}
#side-content {
	background-color: #99AFD5;
	width: 232px;
	background-image: url(../images/side-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}



#middle-content {
	display: none;
}

/*Three Column Switch*/
body#three-col #content-main {
	width: 460px;
}

body#three-col #middle-content {
	display: block;
	float: left;
	padding-top: 20px;
	width: 180px;
	padding-left: 20px;
}

h1.pagetitle {
	float: left;
	height: 38px;
	width: 720px;
	color: #FFFFFF;
	padding: 18px 0 0 30px;
	margin: 0px;
	font: bold 200% "Geneva", Arial, Helvetica, sans-serif;
	background: url(../images/content-image.gif) no-repeat left top;
}

/**Side Content Boxes*/
.side-box {
	clear: right;
	float: right;
	width: 206px;
	background-image: url(../images/box-middle.gif);
	background-repeat: repeat-y;
	position: relative;
	margin-bottom: 20px;
	padding: 16px 10px 16px 10px;
	color: #000;
}
.side-box p {
	color: #00366F;
	font-weight: bold;
	font-size: 0.75em;
}

.box-img-top,
.box-img-btm {
	display: block;
	position: absolute;
	left: 0px;
	width: 220px;
	height: 16px;
}

.box-img-top {
	top: 0px;
	background: url(../images/box-top.gif) no-repeat;
}
.box-img-btm {
	bottom: 0px;
	background: url(../images/box-btn.gif) no-repeat;
}
/**Content side attributes*/
#side-content h1 {
	color: #00366F;
	font-size: 110%;
	font-weight: bold;
	line-height: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#side-content li {
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
	font-weight: bold;
	color: #022354;
}
#side-content ul {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#side-content p {
	color: #0E2F60;
	font-weight: bold;
	padding-left: 10px;
}




/*Footer*/

#footer {
	background: url(../images/footer.gif) no-repeat;
	clear: both;
	float: left;
	height: 25px;
	width: 988px;
	vertical-align: bottom;
	padding-top: 80px;
}
#footer p {
	color: #6d6e71;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
	margin: 0;
}
#footer a {
	color: #6D6E71;
	text-decoration: none;
}
#footer a:hover {
	color: #77BF64;
}




