/***********************************************/
/* general.css                             */
/* Use with template /index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: White;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #000099;
	text-decoration: underline;
}

a:link{
	color: #000099;
	text-decoration: underline;
}

a:visited{
	color: navy;
	text-decoration: underline;
}

a:hover{
	color: #8B0000;
	text-decoration: underline;
}
h1{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #8B0000;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #8B0000;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
	margin: 6px 0 0 0;
	padding: 0px;
}

h4{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	margin: 0px;
	padding: 0px;
}

h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: black;
	margin: 0px;
	padding: 0px;
}

p{
	line-height: 1.166;
	margin: 6px 0 6px 0;
	padding: 0px;
}
/***********************************************/
/* Layout Divs Banner & Navigation                                 */
/***********************************************/
#mainContent_01 {
	position: absolute;
	left: 2px;
	top: 134px;
	width: 99%;
	padding: 0px 5px 0px 0px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	background: transparent;
}

#mainBann_01 {
	position: absolute;
	left: 2px;
	top: 2px;
	padding-right: 5px;
	height: 133px;
	width: 99%;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
}

#bann01-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:26px;
}

#bann01-02 {
	position:absolute;
	left:220px;
	top:0px;
	width:464px;
	height:26px;
}

#bann01-03 {
	position:absolute;
	left:684px;
	top:0px;
	width:116px;
	height:26px;
}

#bann01-04 {
	position:absolute;
	left:0px;
	top:26px;
	width:220px;
	height:80px;
}

#bann01-05 {
	position:absolute;
	left:220px;
	top:26px;
	width:464px;
	height:80px;
}

#bann01-06 {
	position:absolute;
	left:684px;
	top:26px;
	width:116px;
	height:80px;
}

#bann01-07 {
	position:absolute;
	left:0px;
	top:106px;
	width:800px;
	height:2px;
}

#globalNav {
	position: absolute;
	left: 0px;
	top: 108px;
	width:800px;
	background: #E0DDD5;
	border-bottom: 1px solid #c1bbab;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	letter-spacing: 1px;
}

.globalNav{
	border-right: 1px solid #c1bbab;
	vertical-align: middle;
	text-align: center;
}
.globalNav a {
	text-decoration: none;
	color: black;
}
.globalNav a:hover {
	text-decoration: none;
	color: #8B0000;
}
.globalNav a:link {
	text-decoration: none;
	color: black;
}
.globalNav a:active {
	text-decoration: none;
	color: black;
}
.globalNav a:visited {
	text-decoration: none;
	color: black;
}

.globalNavHigh{
	border-right: 1px solid #c1bbab;
	vertical-align: middle;
	text-align: center;
	background-color: #8B0000;
}
.globalNavHigh a {
	text-decoration: none;
	color: white;
}
.globalNavHigh a:hover{
	text-decoration: none;
	color: white;
}
.globalNavHigh a:visited{
	color: white;
	text-decoration: none;
}
.globalNavHigh a:active{
	text-decoration: none;
	color: white;
}
.globalNavHigh a:link{
	text-decoration: none;
	color: white;
}

/***********************************************/
/* Layout Divs Content                         */
/***********************************************/
.col1{
	background-color: transparent;
	padding-left: 0px;
	vertical-align: top;
	border-right: 0px solid Silver;

}

.col2{
	background-color: transparent;
	vertical-align: top;
	padding-left: 0px;
/*	padding: 0px 5px 5px 2px;*/
}

.col3{
	background-color: transparent;
	vertical-align: top;
}

div.content {
	padding: 0px 8px 8px 8px;
	height:380px;
	overflow:auto;
}

div.pageTitle {
	padding: 18px 8px 8px 8px;
}

#newsBox {
	background-image: url(/img/news_bk.gif);
	border-top: 1px solid #B1CBE5;
	border-left: 1px solid #B1CBE5;
	border-right: 1px solid #B1CBE5;
	border-bottom: 4px solid #B1CBE5;
	padding: 8px;
	margin-bottom: 8px;
}

.newsLink {
	border-top:1px solid #000099;
	padding: 8px 0px 8px 0px;
	line-height: 1.5;
}
.newsLink a{
	color: black;
	font-weight: bold;
}

.AddLinksHead {
	background: #B1CBE5;
	padding: 4px 8px 4px 8px;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	color: Navy;
	font-weight: bold;
	text-align: center;
}

.AddLinksBody {
	background: #f7f5EF;
	border: 1px solid silver;
	padding: 4px 8px 4px 8px;
}

.AddLinksBodyItem {
	padding: 4px 0px 0px 6px;
}
.AddLinksBodyLine {
	border-bottom: 1px solid silver;
	padding-top: 4px;
	margin-bottom: 8px;
}

.GoToIntern a:link
{
	font-weight:bold;
	text-decoration: none;
	color: Navy;	
}

.GoToIntern a:visited
{
	text-decoration: none;
}

.GoToIntern a:visited
{
	text-decoration: none;
}

.GoToIntern a:hover
{
	text-decoration: none;
}

/***********************************************/
/* Layout Divs Footer                          */
/***********************************************/
#footer {
	background-color: #EFEFEF;
	border-top: 1px solid Silver;
	font-size: 11px;
	padding: 5px 5px 5px 220px;
}

.footer {
	padding-right: 25px;
}
.footer a:link {
	color: Gray;
	text-decoration: none;
}
.footer a:active {
	color: Gray;
	text-decoration: none;
}
.footer a:visited {
	color: Gray;
	text-decoration: none;
}
.footer a:hoover {
	color: #8B0000;
	text-decoration: underline;
}

/***********************************************/
/* special tags                                 */
/***********************************************/
.boxHead{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.boxBody {
	padding: 0 10px 0 10px;
	font-size:11px;
}

td.stdTab{
	padding: 3px 0 3px 0;
	vertical-align: top;
}

td.tblHead{
	background-color:#CCCCCC;
	border: 1px solid white;
	text-align:center;
	padding: 3px;
}

td.tblRowHead{
	background-color:#f7f5EF; 
	border: 1px solid white;
	padding: 3px;
}

td.tblRowBlank{
	background-color: transparent; 
	border: 1px solid white;
	padding: 0;
}

td.tblRow{
	background-color:#B1CBE5;
	border: 1px solid white;
	padding: 3px;
}

.index_main{
	margin-top: 8px;
}

.index_main a:link{
	text-decoration: none;
}

.index_main a:hover{
	text-decoration: none;
}
.index_main a:active{
	text-decoration: none;
}
.index_main a:visited{
	text-decoration: none;
}


.index_sub{
	margin-left: 6px;
	margin-top: 2px;
}

.index_sub a:link{
	text-decoration: none;
}
.index_sub a:active{
	text-decoration: none;
}
.index_sub a:hover{
	text-decoration: none;
}
.index_sub a:visited{
	text-decoration: none;
}

.pictureText{
	font-size:9px;
	font-style:italic;
}

div.dialog
{
	margin-top: 18px;
	padding: 12px;
	background-color: #ffffcc;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

/******** calendar styles ********/
.calTable{
	 border: solid 1px silver;
	 padding: 0px 0px 0px 0px;
	 margin: 0px;
}

.calTitle{
	background-color:transparent; 
	border: 0px solid white;
	padding: 3px;
	text-align:center;
	vertical-align:middle;
	color: #666666;
	font-weight:bolder;
}

.calDayOfWeek{
	background-color:white;
	color: #999999;
	border-bottom: 1px solid silver;
	border-right: 1px solid silver;
	padding: 3px;
	text-align:center;
	vertical-align:middle;
}

.calRow{
	background-color:#f7f5EF;
	color: Gray;
	padding: 3px;
	text-align:center;
}

.calActiveCell
{
	/*background-color: #003366;*/
	background-color:#CCCCCC; 
}

a.calActiveCell:link
{
	text-decoration: none;
	/*color: #333366;*/
	color: #333366;
	font-weight: bold;
}

a.calActiveCell:visited
{
	text-decoration: none;
	/*color: #333366;*/
	color: #333366;
	font-weight: bold;
}

a.calActiveCell:hover
{
	text-decoration: none;
	/*color: #8B0000;*/
	color: #8B0000;
	font-weight: bold;
}

.calActiveCell2
{
	/*background-color: #003366;*/
	background-color: #669900; 
}

a.calActiveCell2:link
{
	text-decoration: none;
	/*color: #333366;*/
	color: #333366;
	font-weight: bold;
}

a.calActiveCell2:visited
{
	text-decoration: none;
	/*color: #333366;*/
	color: #333366;
	font-weight: bold;
}

a.calActiveCell2:hover
{
	text-decoration: none;
	/*color: #8B0000;*/
	color: #8B0000;
	font-weight: bold;
}

.calSelectedCell
{
	/*background-color: #B1CBE5;*/
	background-color: #B1CBE5;
	border: solid 2px #8B0000;
}

a.calSelectedCell:link
{
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	border: none;	
}

a.calSelectedCell:visited
{
	text-decoration: none;
	color: #333366;
	font-weight: bold;
	border: none;	
}

.calInactiveCell{
	background-color:#ffffcc;
}

.calInactiveCell:link{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
}
.calInactiveCell:visited{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
}


.calInactiveCell2{
	background-color: #CCFF66;
}

.calInactiveCell2:link{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
}
.calInactiveCell2:visited{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
}

.calSelInactiveCell{
	background-color:#ffffcc;
	border: solid 2px #8B0000;
}

.calSelInactiveCell:link{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
	border: none;
}
.calSelInactiveCell:visited{
	text-decoration: none;
	color: Gray;
	font-weight:normal;
	border: none;
}

.calEventTitle{
	font-weight:bolder;
	padding-bottom: 10px;
}

.calEventBody{
	font-weight:normal;
	line-height: 13px;
}

a.calEventLink{
		color: #000099;
		font-weight: normal;
		padding-top: 6px;
	
}

.calEventImage{
	background: #FFFFFF;
	padding: 3px 2px 2px 2px;
	text-align:center;
	vertical-align:middle;
	border: solid 1px #B1CBE5;

}

a.calNavi:link
{
	color: #666666;
	text-decoration: none;
	font-weight:bolder;
}

a.calNavi:visited
{
	color: #666666;
	text-decoration: none;
	font-weight:bolder;

}

a.calNavi:hover
{
	/*color: #8B0000;*/
	color: #8B0000;
	text-decoration: none;
	font-weight:bolder;
}

