/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-color: #CCCCCC;
  	margin: 5px;
  	padding: 5px;
  	border: 5px;
  	left: 5px;
  	top: 5px;

}

P { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 14px; font-weight: normal; font-style: normal;}
li { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 14px; font-weight: normal; font-style: normal;}

A:link {text-decoration: underline; color: #336699;}
A:visited {text-decoration: underline; color: #336699;}
A:active {text-decoration: underline; color: #336699;}
A:hover {text-decoration: underline; color: #000000;}

A.navg:link {text-decoration: none; color: #FFFFFF;}
A.navg:visited {text-decoration: none; color: #FFFFFF;}
A.navg:active {text-decoration: none; color: #FFFFFF;}
A.navg:hover {text-decoration: underline; color: #99CCFF;}

A.navt:link {text-decoration: none; color: #000000;}
A.navt:visited {text-decoration: none; color: #000000;}
A.navt:active {text-decoration: none; color: #000000;}
A.navt:hover {text-decoration: underline; color: #336699;}

.sidenav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF
}
.bar {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF
}
.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.footer{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.boldnav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF
}

.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666
}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699
}

table.newheading {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	border-width: 0px;
	border-spacing: 0px;
	background-color: #009ddd;
	padding: 7px;
	width: 65%;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 16px;
	color: #009ddd;
	letter-spacing: 1px;
	padding: 0px;
	margin: 10px 0 10px 0;
}



/* contact table */

.contact {
	border: 1px #B8B8B8 solid;
	padding: 5px;
	background-color: #EBEBEB;
	width: 298px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1660AD
}

table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #edf4f8;
	padding: 5px;
	width: 65%;
}

table.bodytable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #666666;
	border-collapse: collapse;
}