/* 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;
}

h1 {
	font-family: Tahoma;
	font-size: large;
	color: #000;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

h2 {
	font-family: Tahoma;
	font-size: small;
	color: #000;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: -10px;
}

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: #666666;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: -10px;
}

p {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	margin-left: 25px;
	margin-right: 20px;
}

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;
}

.indent {
	margin-left:25px;
}

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;
}

.noSpaceAfter {
	margin-bottom: -10px;
}

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;
}

/* left navigaion */

#LeftNav h1 {
	font-size:medium;
	color: #000;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 5px;
}

#LeftNav ul {
    list-style-type: none;
	margin-left: 0px;
	padding-left:0px;
	margin-right: 5px;

}

#LeftNav li {
	font-size:small;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;	
	padding-top: 10px;	
	margin-left: 10px;
	color: #fff;
	font-weight:bold;
}

.clear {
	clear: both;
}


#feedback h3 {
	font-family: Tahoma;
	font-size: small;
	color: #333333;
	margin-left: 25px;
	padding: 0px;
	margin-bottom: 20px;
}

