/* CSS Document */
body {
margin-top: 20px;
margin-bottom: 30px;
margin-right: 0px;
margin-left: 0px;
background-color:#729baf;
}

/*Bodytext*/

.text p, li, td{
	font-family: verdana;
	font-size: 14px;
    line-height: 150%;
	color: #000000;

}

.text a{
	font-family: verdana;
	font-size: 14px;
	text-decoration: underline;
	line-height: 150%;
	font-weight:bold;
	color: #bae8ff;
}

.text a:hover{
	text-decoration: underline;
	line-height: 150%;
	font-weight:bold;
	color: #dcf3ff;
}


.smalltext {
	font-family: arial;
	font-size: 12px;
	color: #000000;

}

.smalltext a{
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
	color: #46513b;
}

.smalltext a:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #ffffff;
}


.lightbox{
	border: 0px;
}


/*H1-Sub Headers*/


h1{
	font-family: geprgia;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

h2{
	font-family: geprgia;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}

h3{
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	font-style:italic;
	color: #000000;
}


/*Footer Navigation-Text*/


.footertext{
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}

.footertext a{
	font-family: verdana;
	font-size: 13px;
	text-decoration: underline;
	font-weight: none;
	color: #bae8ff;
}

.footertext a:hover{
	text-decoration: underline;
	font-weight: none;
	color: #dcf3ff;
}

.nav {
	font-family: verdana;
	font-size: 15px;
	color: #bae8ff;
}

.nav a{
	font-family: verdana;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #bae8ff;
}

.nav a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.smallnav {
	font-family: verdana;
	font-size: 13px;
	color: #bae8ff;
}

.smallnav a{
	font-family: verdana;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #bae8ff;
}

.smallnav a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}