@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body {
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-color:#696969;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:10px;
	height:100%;
	width:100%;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#mainNav {
	text-align:right;
}

hr {
	color:#666666;
}

a.mainNav, a.mainNav:visited, a.mainNav:active {
	padding-top:3px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:3px;
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	border-bottom: 4px solid #404040;
}

a.mainNav:hover {
	background-color:#333333;
	text-decoration:none;
	border-bottom: 4px solid #666666;
}

#container {
	width:900px;
	background: url(images/bod-bg.gif) repeat-y;
}

#content {
	width:900px;
	text-align:left;
}

#header {
	width:900px;
	height:120px;
	background-image:url(images/header.jpg)
}

#spacer {
	width:900px;
	height:30px;
	background:none;
}

#textArea1 {
	width:884px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
}

#topNav {
	text-align:right;
	padding-right:18px;
	padding-top:8px;
}

#flashPlace {
	width:554px;
	height:219px;
}

#statement {
	width:240px;
	background-image: url(images/statement-bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

.article {
	width:600px;
}

.mainArticle {
	font-size:22px;
	font-weight:bold;
	color:#142460;
}

.articleTitle {
	width:596px;
	height:28px;
	border: 1px  #333333 solid;
	color: #666666;
	font-size: 20px;
	padding-left:3px;
	text-align:left;
	font-weight:bold;
}

.article img {
	float:right;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-bottom:5px solid #CCCCCC;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
}

#calendar {
	width:240px;
	height:180px;
	background-color: #F2F2F2;
	border:1px solid #999999;
}

#linkBar {
	width:240px;
	background-color:#f2f2f2;
	border:1px solid #999999;
	padding:3px 3px 3px 3px;
}

#validate {
	width:240px;
	background-color:#f2f2f2;
	border:1px solid #999999;
	padding:3px 3px 3px 3px;
}

#linkBar b {
	font-size:14px;
}

a.linkBar, a.linkBar:active, a.linkBar:visited {
	color:#42669B;
	text-decoration:underline;
}

a.linkBar:hover {
	color:#333333;
	text-decoration:none;
}

#copyright {
	text-align:center;
	color:#CCCCCC;
}