@CHARSET "UTF-8";

body {
	background: url('../images/background.gif') repeat-x scroll 0 0 #0a306a;
	font-size: 1em;
	line-height: 1.125em;
	margin: 0;
	padding: 5px;
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	line-height: normal;
}

/* default heading styles for all subpages */
h2, h3, h4 {
	font-weight: bold;
	line-height: normal;
	font-family: "Lucida Grande", Arial, Helvetica, Tahoma, sans-serif;
	color: #00007c;
}

h2 {
	font-size: 1em;
	margin-top: 28px;
}
h3 {
	font-size: 0.875em;
	margin-top: 20px;
}
h4 {
	font-size: 0.8em;
	margin-top: 20px;
}

/* link underlining */
a, a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

.aimg, .aimg:link, .aimg:visited, .aimg:hover, .aimg:active {
	text-decoration: none;
	border:none;
	color:#ffffff;
}

/* colors */
p, dd {
	color: #000000;
}

li {
	color: #363636;
}

a:link, a {
	color: #0057ae;
}

a:visited {
	color: #232370;
}

a:hover {
	color: #990000;
}

a:active {
	color: #002851;
}

em {
	font-style: italic;
}

em.notice {
	color: firebrick; 
	font-size: 0.9em;
}

p {
	margin-top: 13px;
	margin-bottom: 13px;
}

ul {
	list-style-type: disc;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

li {
	margin: 0.5em 0;
	padding-left: 0;
}

.sociallinks {
	position: absolute;
	left: 60px;
}

/* Google +1 embedded graphic */
#___plusone_0 {
	vertical-align: text-bottom;
}

#sociallinkslist li {
	list-style: none;
}

#container {
	position: absolute;
	top: 0;
}

#contentcanvas {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 320px;
}

#content {
	background-color: white;
	margin: 0;
	padding: 5px;
	width: 310px;
}

#logo {
	border: none;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 72px;
}

#loading {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    display: none;
	font-size: 1.125em;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}
