﻿/* CSS Document */

.blueGrid1
{
	BORDER-RIGHT: #CC0000 2pt solid; 
	BORDER-LEFT: #CC0000 2pt solid; 
	BORDER-TOP: #CC0000 2pt solid; 
	BORDER-BOTTOM: #CC0000 2pt solid;
}
.dottedTopRightGrid
{
	BORDER-RIGHT: #666666 1pt solid; 
	BORDER-TOP: #666666 1pt solid;	
}
.dottedTopLeftGrid
{
	BORDER-LEFT: #666666 1pt solid; 
	BORDER-TOP: #666666 1pt solid; 
}
.dottedBottomLeftGrid
{
	BORDER-LEFT: #666666 1pt solid; 
	BORDER-BOTTOM: #666666 1pt solid; 
}
.dottedBottomLeftRightTopGrid
{
	BORDER-LEFT: #666666 1pt solid; 
	BORDER-BOTTOM: #666666 1pt solid; 
	BORDER-RIGHT: #666666 1pt solid;
	BORDER-TOP: #666666 1pt solid; 
}
.dottedTopGrid
{
	BORDER-TOP: #666666 1pt solid;
}
.dottedBottomGrid
{
	BORDER-BOTTOM: #666666 1pt solid;
}
.dottedRightGrid
{
	BORDER-RIGHT: #666666 1pt solid;
}
.dottedLeftGrid
{
	BORDER-LEFT: #666666 1pt solid;
}

.thickBottomLeftRightTopGrid
{
	BORDER-LEFT: #000000 1pt solid; 
	BORDER-BOTTOM: #000000 1pt solid; 
	BORDER-RIGHT: #000000 1pt solid;
	BORDER-TOP: #000000 1pt solid; 
}



a.menuStyle
{
	padding: 5px 20px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #648734;
}
a.current
{
	padding: 5px 20px;
	background: #648734 url(../images/linkarrow.gif) no-repeat left center;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
a.current1
{
	padding: 0px 20px;
	background: #648734 url(../images/linkarrow.gif) no-repeat left center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
a.menuStyle:hover
{
	background : #648734 url(../images/linkarrow.gif) no-repeat left center;
	color: #fff;
	text-decoration: none;
}

a.linkStyle1
{
	font-family:Trebuchet MS;
	font-size: 16pt;
	font-weight:bold;
	color: #232323;
	text-decoration:none;
}
a.linkStyle1:hover
{
	text-decoration:underline;
}

a.linkStyle2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight:bold;
	text-decoration:none;
}
a.linkStyle2:hover
{
	text-decoration:underline;
}

.youAreHere
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#648734;
}

a.footerLinks
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#648734;
	text-decoration:none;
}
a.footerLinks:hover
{
	text-decoration:underline;
}

.header1
{
	font-family:"Century Gothic";
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
}

.siteName1
{
	font-family:"Lucida Sans Unicode";
	font-weight:normal;
	font-size:26px;
	color:#246B86;
}
.siteName2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:26px;
	color:#246B86;
}
.siteName3
{
	font-family:Arial, sans-serif;
	font-weight:bolder;
	font-size:22px;
	color:#CC0000;
}

.punchline
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:Olive;
}

.content1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content2
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.errorMsg
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#B52F02;
}

.submitButton
{
	background-color:#648734;
	border:thin #648734;
	height:25px;
	
	color:#ffffff;
}

.resetButton
{
	background-color:#B52F02;
	border:thin #B52F02;
	
	color:#ffffff;
}


.itemDesc
{
	font-family:Trebuchet MS;
	font-size: 10pt;
}

.itemName
{
	font-family:Trebuchet MS;
	font-size: 13pt;
	font-weight:bold;
}

.itemGroup
{
	font-family:Trebuchet MS;
	font-size: 16pt;
	font-weight:bold;
}




.mail 
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:Blue;
}
