@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #666666;
	background-image:url(../images/backgrounds/homebg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}


#wrapper {
	top: 0px;
	width: 820px;
	height:100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size:12px;
	background-image:url(../images/backgrounds/fade.png);
	background-position:center;
	background-repeat:repeat-y;
}
#wrapper2 {
	top: 0px;
	width: 799px;
	height:100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-size:12px;
}
#banner {
	display:block;
	position: relative;
	margin: 0 auto;
	width: 799px;
	height: 230px;
	text-align:left;
	z-index: 5;
}
#nav {
	display:block;
	position: relative;
	width: 799px;
	height: 28px;
	text-align:left;
	z-index: 100;
}
#homecontentcontainer {
	display:block;
	position:relative;
	margin: 0 auto;		
	width: 799px;
	
	/*min-height:315px;*/
	padding-bottom:20px;
	height:auto;
	background-image: url(../images/backgrounds/homecontentbg.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#ffffff;
	z-index: 5;
}
#contentcontainer {
	display:block;
	position:relative;
	margin: 0 auto;	
	width: 799px;
	padding-bottom:20px;
	height:auto;
	background-image: url(../images/backgrounds/contentbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	color:#ffffff;
	z-index: 5;
}
#deptcontentcontainer {
	display:block;
	position:relative;
	margin: 0 auto;	
	width: 799px;
	padding-bottom:20px;
	height:auto;
	background-image: url(../images/backgrounds/contentbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#494848;*/
	color:#ffffff;
	z-index: 5;
}

a:link, a:visited {
	color: #99ccff;
	text-decoration:underline;
}
a:hover, a:active{
	color: #99ccff;
	text-decoration:none;
}

#quicklinks {
	display:block;
	position:relative;	
	width: 799px;
	height:20px;
	z-index: 5;
	color: #99ccff;
	font-size: 12px;
}
#quicklinks a {
	display: inline;
	padding: 15px 3px 12px 3px;
	
}
#quicklinks a:link, #quicklinks a:visited {
	color: #99ccff;
	text-decoration:underline;
}
#quicklinks a:hover, #quicklinks a:active{
	color: #99ccff;
	text-decoration:none;
}
#leftcontent {
	position:relative;
	float:left;
	top:5px;
	left:25px;
	width:165px;
	text-align:left;
	color:#666666;
	font-size:12px;
	z-index:100;
}
#newsboxtop {
	top: 0px;
	bottom:0px;
	width: 164px;
	height: 33px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image: url(../images/backgrounds/newsboxtop.png);
	z-index:5;
}
#newsboxmid {
	top: 0px;
	width: 164px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color:#333333;
	background-image: url(../images/backgrounds/newsboxmid.png);
	z-index:5;
}
.newstext {
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	color:#333333;
}
.newstext a, .newstext a:link{
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
.newstext a:hover, .newstext a:active{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#newsboxbottom {
	top: 0px;
	width: 164px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-image: url(../images/backgrounds/newsboxbottom.png);
	z-index:5;
}
#righthomecontent {
	position:relative;
	float:right;
	top:10px;
	right:125px;
	width:460px;
	height:auto;
	font-size:16px;
	text-align:left;
	color:#ffffff;
	line-height:20px;
	z-index:5;

}
#righthomecontent a{
	color:#99ccff;
	text-decoration:underline;
}
#righthomecontent a:hover{
	color:#99ccff;
	text-decoration:none;
}
#pagecontent {
	position:relative;
	top:10px;
	left:50px;
	right:49px;
	width:700px;
	height:auto;
	font-size:12px;
	text-align:left;
	color:#ffffff;
	line-height:16px;
	z-index:5;

}
#pagecontent a{
	color:#99ccff;
	text-decoration:underline;
}
#pagecontent a:hover{
	color:#99ccff;
	text-decoration:none;
}
#pagecontentwide {
	position:relative;
	top:20px;
	left:25px;
	right:24px;
	width:750px;
	height:auto;
	font-size:12px;
	text-align:left;
	color:#ffffff;
	line-height:16px;
	z-index:5;

}
/*
#pagecontentwide a{
	color:#99ccff;
	text-decoration:none;
}
#pagecontentwide a:hover{
	color:#99ccff;
	text-decoration:underline;
}
*/
td.deptcontent {
	font-size:12px;
}
td.deptcontent a{
	color:#99ccff;
	text-decoration:none;
}
td.deptcontent a:hover{
	color:#99ccff;
	text-decoration:underline;
}

.paneltab {
	background-color: #99ccff;
	border-top: solid 1px #99ccff;
	border-bottom: solid 1px #99ccff;
	border-left: solid 1px #99ccff;
	border-right: solid 1px #99ccff;
	margin: 0px;
	padding: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.linkarea {
	border-left: solid 1px #99ccff;
	border-right: solid 1px #99ccff;
	border-bottom: solid 1px #99ccff;
	background-color:#CCCCCC;
	overflow: hidden;
}

.linkarea a{
	color:#99ccff;
	text-decoration:underline;
	padding: 2px;
}
.linkarea a:hover{
	color:#99ccff;
	text-decoration:none;
}
td.verticalhr {
	background-image:url(../images/graphics/verticalhr.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:30px;
}
table.caltable {
	border-color:#a6a6a6;
	border-width:1px;
	border-style:solid;
	background-color:#F7F7F7;
}
.calmonth {
	color:#050505;
}
table.calhedtable {
	color:#050505;
}
table.calhedtable a, td.calhedtable a:link, td.calhedtable a:visited{
	color:#3366FF;
	text-decoration:none;
}
table.calhedtable a:hover{
	color:#3366FF;
	text-decoration:underline;
}
td.calcell {
	border-color:#a6a6a6;
	border-width:1px;
	border-style:solid;
	font-size:12px;
	color:#050505;
}
td.calcell a, td.calcell a:link, td.calcell a:visited{
	color:#3366FF;
	text-decoration:none;
}
td.calcell a:hover{
	color:#3366FF;
	text-decoration:underline;
}
td.calcellday {
	border-bottom-color:#a6a6a6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#a6a6a6;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#a6a6a6;
	border-right-width:1px;
	border-right-style:solid;
}
td.calcellmonth {
	border-top-color:#a6a6a6;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#a6a6a6;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#a6a6a6;
	border-right-width:1px;
	border-right-style:solid;
}
table.blogarea {
	border: 2px solid #99ccff;
}
table.dataform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#EFEFEF;
	border-color:#99ccff;
	border-width:1px;
	border-style:solid;
	color:#666666;
}
table.dataform a, table.dataform a:link, table.dataform a:visited {
	color:#CC0000;
	text-decoration: none;
	font-size:12px;
}
table.dataform a:hover {
	text-decoration: underline;
}
td.dataformheading {
	background-color:#ffffff;
	color:#963500;
	font-weight:bold;
}
#callinks a, #callinks a:link, #callinks a:visited {
	color:#ffffff;
	text-decoration: none;
	background-color:#CC3333;
	font-size:12px;
}
#callinks a:hover {
	text-decoration: underline;
}
#callinks2 a, #callinks2 a:link, #callinks2 a:visited {
	color:#333333;
	text-decoration: none;
	font-size:12px;
}
#callinks2 a:hover {
	text-decoration: underline;
}
#righthomelowercontent {
	position:relative;
	float:right;
	top:30px;
	right:198px;
	width:405px;
	height:auto;
	font-size:12px;
	text-align:center;
	color:#cccccc;
	line-height:15px;
	z-index:5;

}
#righthomelowercontent a{
	color:#99ccff;
	text-decoration:none;
}
#righthomelowercontent a:hover{
	color:#99ccff;
	text-decoration:underline;
}

.buttonstyle {
   color: #99ccff;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
  }

.headingwh14 {
	font-size : 14px;
	font-weight: bold;
	color:#ffffff;
}
.headingwh16 {
	font-size : 16px;
	font-weight: bold;
	color:#ffffff;
}
.headingwh18 {
	font-size : 18px;
	font-weight: bold;
	color:#ffffff;
}
.headingwh20 {
	font-size : 20px;
	font-weight: bold;
	color:#ffffff;
	line-height:20px;
}
.headingwh22 {
	font-size : 22px;
	font-weight: bold;
	color:#ffffff;
	line-height:25px;
}
.headingbl14 {
	font-size : 14px;
	font-weight: bold;
	color:#99ccff;
}
.headingbl16 {
	font-size : 16px;
	font-weight: bold;
	color:#99ccff;
}
.headingbl18 {
	font-size : 18px;
	font-weight: bold;
	color:#99ccff;
}
.headingbl20 {
	font-size : 20px;
	font-weight: bold;
	color:#99ccff;
	line-height:20px;
}
.headingbl22 {
	font-size : 22px;
	font-weight: bold;
	color:#99ccff;
	line-height:25px;
}
.headinggr12 {
	font-size : 12px;
	font-weight: bold;
	color:#b5b3b3;
}
#bottom {
	width: 820px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	height:10px;
	text-align: center;
	background-image: url(../images/backgrounds/bottom.png);
	background-position:center;
	background-repeat:repeat-y;
	z-index: 3;
}
#footer {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 820px;
	color:#cccccc;
	z-index: 3;
	font-size: 12px;
	}
#footer a {
	display: inline;
	padding: 10px 3px 12px 3px;
	font-size: 12px;
}
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration:underline;
}
#footer a:hover, #footer a:active{
	color: #cccccc;
	text-decoration:none;
}
