@charset "utf-8";
/* CSS Document */

body {
padding : 0px;
margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000000;
}
h2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #000000;
}
h3 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #666666;
font-weight : bold;
}
li {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
list-style-type : square;
}
a {
color : #A9122D;
text-decoration : underline;
font-size : 14px;
font-weight:normal;
}

.nav {
color : #A9122D;
text-decoration : none;
font-weight : bold;
font-size : 14px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
.nav:active {
color : #A9122D;
text-decoration : underline;
font-weight : bold;
font-size : 14px;
}
.subnav {
color :#41535F; /* Was #4f6674; */
font-size : 12px;
text-decoration : none;
margin-left : 10px;
display : block;
}
.subnav:active {
color : #77746C; /* Was #a4a094; */
font-size : 12px;
text-decoration : underline;
margin-left : 10px;
display : block;
}
.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: 10px;
}
.smtext {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
margin-left : 0;
margin-top : 0;
margin-right : 0;
}

.smtext a{
text-decoration:underline;
font-size:9px;
}

.smtext2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
margin-left : 5px;
margin-right : 0;
}
h1 {
font-size : 14px;
padding : 10px 0 8px 0;
color : #A9122D;

} 
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
}
.allborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3D3D3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	}

#skip a {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:focus {
position:static;
width:auto;
height:auto;
}

.sidemargin {
margin-left : 10px;
margin-right : 10px;

}

