/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

p,ul {
    display: block;
    margin-bottom: 1em;
}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

hr {
  border: 1;
  text-align: center;
  margin: auto;
  width: 65%;
}

ul {text-align:left; }
li {margin-left: 1.8em;margin-bottom:1.1em}

.align-right {float:right; margin: 0px 0px 0px 15px;}
.align-left {float:left; margin: 0px 15px 0px 0px;}

.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.skipintro {
    text-align:right;
}

.skipintro a{
    font-family: sans-serif;
    font-size: 14px;
    font-weight:bold;
    color: #FFFFFF;
    text-align:right;
    text-decoration:none;
}

/* structure */
.container {
	background: url(img/body_edges.gif) repeat-y center top;
	margin: 0 auto;
	width: 832px;
}

.header {
	color: #FFFFFF;
	height: 200px;
    text-align:center;
}

.header img{
	border-style: none;
}

.menu {
    height: 26px;
    margin-left: 20px;
}

.thinline {
	background: url(img/whiteline.gif);
	height: 1px;
    margin-left: 20px;
    margin-right: 20px;
}

/* content */
.content {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 35px;
    margin-left: 35px;
    font-family: sans-serif;
    font-size: 14px;
    color: #FFFFFF;
	text-align: left;
}

.content h1{
    font-size: 22px;
    font-family: sans-serif;
    margin-bottom: 1em;
}

.content img{
    border: solid #1F5E89;
    border-width: 2px;
}

.content img .noborder{
    border: none;
    border-width: 0;
}

/* footer */
.footer {
	background: #FFFFFF;
	margin-left: 20px;
    font-family: "arial" sans-serif;
    font-weight: bold;
    font-size: 8pt;
	color: #00552E;
	width: 792px;
}

.bedge {
    background: url(img/bedge.gif);
	height: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
