html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
background-color:#999999;
}



#active a{
background-color:transparent;
color:gray;
font-style:italic;
}

div.main{
font-family:sans-serif;
position:absolute;
top:0px;
height:100%;
width:100%;
}

div.container{
width:800px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}

div.header{
clear:both;
margin-left:auto;
margin-right:auto;
width:800px;
height:230px;
background-image:url("header.png");
text-align:center;
}

div.header a{
display:block;
height:100%;
width:100%;
text-decoration:none;
}

div.content{
background-image:url("seal.jpg");
background-position:center;
background-repeat:no-repeat;
background-color:white;
color:black;
border-style:solid;
border-color:rgb(77,22,111);
border-width:2px;
font-size:12pt;
}

div.navbar{
margin-left:115px;
height:25px;
margin-bottom:30px;
font-size:14pt;
}

div.button{
float:left;
}

div.button a{
text-decoration:none;
background-color:rgb(77,22,111);
color:white;
font-weight:bold;
margin-right:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:3px;
}

div.button a:hover{
color:rgb(77,22,111);
background-color:transparent;
}

div.text{
margin-left:30px;
margin-right:30px;
margin-bottom:30px;
}

div.text a{
color:rgb(77,22,111);
text-decoration:none;
font-weight:bold;
}

div.text a:hover{
background-color:rgb(77,22,111);
color:white;
text-decoration:none;
font-weight:bold;
}

h1{
color:black;
font-size:16pt;
text-align:center;
margin:25px;
}

h2{
color:gray;
font-style:italic;
font-size:14pt;
margin:25px;
}


blockquote{
margin-left:50px;
margin-right:50px;
margin-top:25px;
margin-bottom:25px;
}

div.spacer{
clear:both;
margin-top:50px;
margin-left:auto;
margin-right:auto;
width:600px;
height:1px;
border-top-style:dotted;
border-top-width:1px;
border-top-color:rgb(77,22,111)
}

div.img_left{
float:left;
margin-right:20px;
}

div.caption{
text-align:center;
font-family:sans-serif;
font-size:10px;
line-height:1em;
font-style:italic;
margin-top:10px;}


