/* CSS Document */


a:link {
	text-decoration: none;
	color:#003366;
}
a:visited {
	text-decoration: none;
	color:#003366;
}
a:hover {
	text-decoration: underline;
	color:#003366;
}
a:active {
	text-decoration: none;
	color:#003366;
}

.notes { /*notes that something needs to be changed or linked*/
	color:#F00;
}

h1 {
	font-family: Tahoma;
	font-size: large;
	color: #000;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

h1.home {
	font-family: Tahoma;
	font-size: x-large;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

h2 {
	font-family: Tahoma;
	font-size: small;
	color: #000;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: -15px;
}

h2.NoP {
	font-family: Tahoma;
	font-size: small;
	color: #000;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: -15px;
}

p {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	margin-left: 25px;
	margin-right: 20px;
}

p.home {
	font-family: Tahoma;
	font-size: medium;
	color: #000000;
	margin-left: 15px;
	margin-right: 20px;
}


#RightNavContent p {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
}

p.flash {
	margin-right: 0px!important;
}

p a {
	font-weight: bold;	
}

li {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	margin-left: 25px;
	margin-right: 10px;
}

li a {
	font-weight: bold;
}

blockquote {
	font-family: Tahoma;
	font-size: small;	
}

.source {
	font-size: x-small;
	font-style: italic;
}

.small {
	font-size: x-small;
}

p.smallNav {
	font-size: x-small;
	font-weight: normal!important;
	margin-left: 25px;
	margin-right: 10px;
	margin-top: 10px;
}

p.smallNav a{
	font-weight: normal!important;
}

.contact {
	font-family: Tahoma;
	font-size: x-small;
	margin-top: 10px;
}

p.contact a{
	font-weight: normal!important;
}

.imageTitle {
	margin-bottom: -5px;
	color: #333333;
	font-weight: bold;
}

.pdf {
	color: #999999;
	font-weight: bold;
}

.pink {
	color: #e64ba3;
}

.spaceB4 {
	margin-top: 5px;
}

.grayBold {
	font-weight: bold;
	color: #333333;
}

.noSpaceAfter {
	margin-bottom: -15px;
}

hr { /* horizontal lines*/
	margin-left:25px;
	width: 575px;
}

#top p.smallNav {
	font-size: x-small;
	font-weight: normal!important;
	text-align: right;
	padding-right:10px;
	padding-top: 5px;
}

#topHome p.smallNav {
	font-size: x-small;
	font-weight: normal!important;
	text-align: right;
	padding-right:10px;
	padding-top: 5px;
}

/* left navigaion */

#LeftNav a.active {
	color: #333;
	background-image:url(../images/LeftNavCircle.jpg);
	background-repeat:no-repeat;
	background-position: left;
	display:block;
	padding-left: 12px;
	
}

#LeftNav h1 {
	font-size:medium;
	color: #000;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 5px;
}

#LeftNav h2 {
	font-size:smaller;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-right: 5px;
}

#LeftNav h2.NoLine {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #000;
	border-bottom-style: none !important; 
	margin-bottom: -15px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top:20px;
}

#LeftNav h2.LineB4 {
	font-size:smaller;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 5px;
}

#LeftNav h3 {
	font-size:smaller;
	color: #000;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom:0px;
}

#LeftNav h3.last {
	font-size:smaller;
	color: #000;
	margin-left: 20px;
	margin-right: 5px;
	border-bottom:#FFF 1px dashed;
	margin-bottom:-5px;
	padding-bottom:10px;
}

.clear {
	clear: both;
}


#feedback h3 {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: 20px;
}
