@charset "utf-8";
/* CSS Document */

body {
margin : 0;
padding : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}
h1{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color :#901114;
}
h2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold;
color : #000000;
}

li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
list-style-type : square;

}
a {
color :#830F12;
text-decoration : none;
font-weight: bold;
font-size : 12px;
}
a.link:active {
color : #901114;
text-decoration : underline;
font-weight : bold;
font-size : 12px;
}
.nav {
color : #830F12;  /*was 901114 */
text-decoration : none;
font-weight : bold;
font-size : 13px;
font-family : Verdana, Arial, Helvetica, sans-serif;
display : block;
border-bottom : 1px dotted #000000;

}
.nav:active {
text-decoration : underline;
}
.subnav {
color : #000000;
font-size : 12px;
text-decoration : none;
margin-left : 10px;
display : block;
}
.subnav:active {
color : #000000;
text-decoration : underline;
font-size : 12px;
}
.margin {
margin-left : 10px;
margin-top : 10px;
margin-right : 10px;
margin-bottom : 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 5px;
	margin-right: 5px;
	color:#FFFFFF;

}
.rightborder {
border-right: 1px solid #ECE4CA;
}
.contact {
font-size : 10px;
}

.border {
 padding: 20px;
border-style: dashed;
border-width: thin;
border-color:#cccccc
}

#skip a {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:focus {
position:static;
width:auto;
height:auto;
}

.smtext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
margin-left : 10px;
margin-top : 0;
margin-right : 10px;
}


