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

body {
	background-image:url(design/mainBg.gif);
	background-color: #F0F1F0;
	font-family:"Comic Sans MS";
	font-size:12px;
	color: #353535;
}

a {
	color:#000000;
	font-weight: bold;	
	font-style:normal;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
	text-decoration:none;
}


#topTrim {
	background-color:#FFFF01;
	height: 10px;
	width: 800px;
	margin-top:10px;
}

#topTrimShadow2, #topTrimShadow3, #topTrimShadow4, #topTrimShadow5, #topTrim {
    position: relative;
	top: -2px;
}

#topTrimShadow1 {
    background: #FFFFF3;
}

#topTrimShadow2 {
    background: #FFFFE0;
}

#topTrimShadow3 {
    background: #FFFFC5;
}

#topTrimShadow4 {
    background: #FFFF9B;
}
#topTrimShadow5 {
    background: #FFFF77;
}

#bottomTrim {
	position: relative;
	background-color:#FFFFF3;
	height: 15px;
	width: 798px;
	bottom: -22px;
	z-index: 10;
}

#bottomTrimShadow2, #bottomTrimShadow3, #bottomTrimShadow4, #bottomTrimShadow5 {
    position:relative;
	bottom: -2px;
	height:15px;
	width: 800px;
	z-index: 10;
}

#bottomTrimShadow1 {
    background: #FFFFE0;
}

#bottomTrimShadow2 {
    background: #FFFFC5;
}

#bottomTrimShadow3 {
    background: #FFFF9B;
}

#bottomTrimShadow4 {
    background: #FFFF77;
}

#bottomTrimShadow5 {
    background: #FFFF01;
}

#page {
	position:absolute;
	left : 50%;
	margin-left: -400px;
	background-color: #FFFFFF;
	width: 800px;
	border: 1px #707070 solid;
	background-image:url(design/logoBg.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#header {
	position:relative;
	top: -15px;
	left: 0px;
	height: 270px;
	width: 800px;
}

#topNavTopTrim {
	position: relative;
	height: 7px;
	margin-top: -15px;
	background-image:url(design/topNavBorderTop.png);
	background-repeat:repeat-x;
}

#topNav {
	position: relative;
	margin-top: 0px;
	background-image:url(design/topNavBtn.png);
	background-repeat:repeat-x;
	height: 30px;
}

#topNav a {
	text-align: center;
	border-right: 0px solid #353535;
	border-left: 1px solid #353535;
	position:relative;
	right: 0px;
	width:90px;
	top: 0px;
	margin-left: 0px;
	margin-right:0px;
	color: #000000;
	line-height: 30px;
	float:right;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
}

#topNav a:hover {
	background-image:url(design/topNavBtnHvr.png);
}

#topNavBottomTrim {
	position: relative;
	height: 7px;
	background-image:url(design/topNavBorderTop.png);
	background-repeat:repeat-x;
}

td {
	vertical-align:top;
}

#leftNav {
	top: 10px;
	width: 180px;
	position: relative;
	left: 5px;
	font-weight: bold;	
}

#leftNav span {
	position:relative;
	text-align:left;
	left: 0px;
	padding-left: 10px;
	width:165px;
	color: #000000;
	line-height: 25px;
	float:left;
	text-decoration:none;
	color: #353535;
	background-image:url(design/leftNavBg.png);
	background-repeat: repeat-x;
}


#leftNav img {
	border: none;
}


/*
#leftNav a {
	position:relative;
	text-align:left;
	left: 0px;
	padding-left: 10px;
	width:165px;
	color: #000000;
	line-height: 25px;
	float:left;
	text-decoration:none;
	color: #353535;
	background-image:url(design/leftNavBg.png);
}*/

#leftNav span:hover {
	background-color: #F0F1F0;
	background-image:url(design/leftNavBgHvr.png);
	background-repeat: repeat-x;
}

#sitePath {
	position: relative;
	font-size:10px;
	height: 20px;
	float: left;
	margin-left: 25px;
}

#printPdf {
	position: relative;
	height: 20px;
	float: right;
	visibility:hidden;
}
#topBar {
	position:relative;
	height: 20px;
}

#info {
	position: relative;
	top: 0px;
	width: 550px;
 	margin-left:25px;
}

#pageTitle {
	position: relative;
	left: 0px;
	font-size:16px;
}

#pageTitleLine {
	background-image:url(design/titleLine.png);
	height: 1px;
}

#pageContent {
	font-size: 11px;
	text-align:justify;
}

#pageImg {
	background-color: #353535;
	width: 250px;
	height: 188px;
	float: right;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-bottom: 2px;
	margin-top: 5px;
	/* images must have a size ratio of 4:3 */
}

#content {
	position: relative;
	top-margin: 200px;
}

#newsDate {
	position:relative;
	width: 90px;
	float:left;
}

#newsTitle {
	font-weight: bold;
	font-size: 12px;
	position:relative;
	background-color: #e4e4e4;
}

#newsSyn {
	font-style:italic;
	font-size: 11px;
}

#bottomSpace {
	position:relative;
	height: 30px;
}

#copyright {
	font-size: 9px;
	text-align:center;
}