body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0;
	padding:0;
	background-color:#244f84;
	background-image:url(images/BG.gif);
	background-position:top left;
	background-attachment:fixed;
	}
#corner-bug {
	width:453px;
	height:404px;
	z-index:0;
	position: fixed;
	bottom:0px;
	right:0px;
	background-image:url(images/BGbug.gif);
}

#header{
	background-image:url(images/headerBG.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:159px;
}
#logo{
	background-image:url(images/logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:159px;
	width:211px;
	z-index:50;
	position:absolute;
	top:0px;
	left:0px;
}

#nav{
	width:900px;
	height:35px;
	background-image:url(images/navBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#c9b99b;
	padding:5px 0 0 0px;
	margin:0 auto 0 auto;
	z-index:30;	
}
#nav table {
	margin:0 auto 0 auto;
}

#stage-container{
	width:900px;
	margin:0 auto 0 auto;
	padding:0;
	z-index:20;
	position:relative;
}

#welcomevid-container{
	width:440px;
	float:left;
	padding:10px 0 0 0;
}
#news_container{
	width:440px;
	float:right;
	padding:10px 0 0 0;
}
a:link {
	color: #336699;
}
a:visited {
	color: #003333;
}
a:hover {
	color: #7d5825;
}
a:active {
	color: #7d5825;
}
h1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:url(images/h1BG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:12px 0px 3px 0px;
	margin:0;
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
	height:40px;
	width:auto;
	text-align:center;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

#content{
	background-color:#ffffff;
	width:800px;
	padding:20px 50px 20px 50px;
	min-height:500px;
}

.bluebold {
	font-size:14px;
	color: #003366;
	font-weight: bold;
}	
.smalltext {
    font-size:10px;
	color:#222222;
	}

.infocell{
    padding: 10px 5px 5px 5px;
	border-bottom:1px #cccccc solid;
	font-size:11px;
	}
	
.tableinfo {
	border:1px solid #bbb;
}
.tableinfo th {
	background-color:#ccc;
	color:#036;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	text-align:left;
}
.tableinfo td {
    padding: 10px 5px 5px 5px;
	border-bottom:1px #cccccc solid;
	font-size:12px;
	text-align:left;
}
	
		
.form {
	padding:20px;
	background-color:#244f84;
}
.form div {
	margin:4px;
	padding:3px;
	background-color:#305e96;
}
.form div label {
	float:left;
	width:140px;
	color:#fff;
	font-size:16px;
}


.inputbox {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #fefefe;
  border: 1px solid #29536b;
  padding:1px;
}
.button {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #fff;
  background-color: #29536b;
  border-top: 1px solid #83b6d1;
  border-left: 1px solid #83b6d1;
  border-right: 1px solid #102d3c;
  border-bottom: 1px solid #102d3c;
  padding: 3px;
  cursor: pointer;
}	
.button:hover {
  background-image:url(images/buttonBG-over.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}	
.button2 a, .button2 a:visited{
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #ffffff;
  background-color: #29536b;
  border-top: 1px solid #83b6d1;
  border-left: 1px solid #83b6d1;
  border-right: 1px solid #102d3c;
  border-bottom: 1px solid #102d3c;
  padding: 4px;
  margin:3px;
  width:200px;
  text-align:center;
  text-decoration:none;
  }	
.button2 a:hover {
  background-image:url(images/buttonBG-over.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}	
.list li{
    list-style: none;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	padding-bottom:12px;
	padding-left:5px;
	}	
	
.clear {
	clear:both;
}

#footer {
	background-color: #2e619a;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity:.85;
	-moz-opacity:.85;
	color: #ccc;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:5px;
	width:900px;
	margin: 40px auto 10px auto;
	clear:both;
	z-index:20;
	position:relative;
	}
#footer a:link {
    font-size: 10px;
	font-weight: bold;
 	color: #eeeeee;
	text-decoration: none;
}
#footer a:visited {
    font-size: 10px;
	font-weight: bold;
 	color: #9CF;
	text-decoration: none;
}
#footer a:hover {
    font-size: 10px;
	font-weight: bold;
 	color: #ffffff;
	text-decoration: none;
}
#footer a:active {
    font-size: 10px;
	font-weight: bold;
 	color: #fff;
	text-decoration: none;
}

.newsdl {
	margin-bottom:50px;
}
.newsdl-left {
	width:500px;
	float:left;
}
.newsdl-right {
	width:300px;
	float:right;
	text-align:right;
}
#newsarea {
	width:700px;
	margin:0 auto 0 auto;
}
#newsarea img {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
#newsarea h3 {
	background-color:#234a78;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:5px;
	margin:5px 0 5px 0;
}

.newslink {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  text-align:right;
  margin:8px 8px 20px 8px;
}	
.newslink a {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background-image:url(images/buttonBG.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  color: #ffffff;
  background-color: #29536b;
  border-top: 1px solid #83b6d1;
  border-left: 1px solid #83b6d1;
  border-right: 1px solid #102d3c;
  border-bottom: 1px solid #102d3c;
  padding: 4px;
  margin:3px;
  cursor: pointer;
  text-decoration:none;
}
.newslink a:hover {
  background-image:url(images/buttonBG-over.jpg);
  background-position:top left;
  background-repeat:no-repeat;
	}
.details {
	width:700px;
	font-size:12px;
	padding:5px;
	margin:0 auto 0 auto;
}

#mininewsarea {
	width:440px;
	background-color:#fff;
	margin-top:5px;
}
#mininewsarea img {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
#mininewsarea h3 {
	background-color:#234a78;
	font-size:15px;
	font-weight:bold;
	color:#c2d4f2;
	padding:2px 2px 2px 5px;
	margin:0 0 5px 0;
}


/*****************************************************************
	pagination
******************************************************************/
ul.pagination {
	margin:0px 0px 15px;
	text-align:center;
}
ul.pagination li {
	display:inline;
	background:#FFF;
	border:#CCC thin solid;
	margin:1px;
	padding:0px 5px;
}
ul.pagination li.current {
	background:#c2d4de;
	border:#a2bdcd thin solid;
}
ul.pagination li a {
	color:#1E1E1E;
	text-decoration:none;
}
ul.pagination li a:hover {
	color:#999;
}
ul.pagination li.first a {
	background:url(images/pagination.jpg) 2px center no-repeat;
	padding:0px 7px;
}
ul.pagination li.prev a {
	background:url(images/pagination.jpg) -19px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.next a {
	background:url(images/pagination.jpg) -30px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.last a {
	background:url(images/pagination.jpg) -43px center no-repeat;
	padding:0px 7px;
}

/***************************** end pagination ********************************/

