* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #283d8e;
	scrollbar-base-color: #283d8e;
}  

.page_background {
	background-color: #cce6f5;
	background-image: url(/images/page_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

SMALL, .small  {
        font-size : 8pt;
	color: black;
}
.photonav  {
        font-size : 8pt;
	color: #2c61be;
}

/* Links */ 
a:link, a:visited {
	color: #3a60b6;
}
a:hover, a:active {
	color: black;
	background-color: white;
	text-decoration: none;
}
a.nav:link, a.nav:visited {
        font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #5079c0;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
        font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
a.nav:hover, a.nav:active {
	color: black;
	background-color: white;
}

H2, .heading2, .page_heading  {
        font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 18pt;
        color: #0d03d6;
}

H3, .heading3, .heading_blog  {
        font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 16pt;
        color: #0d03d6;
}

H4, .heading4  {
        font-family: Myriad, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #0d03d6;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

ul.compact, ol.compact {
	margin-top: 2px;
}

select, input, textarea {
	color: black;
	background-color: white;
	border: 1px solid #6d94d5;
}

input.button, .button {
        font-family : Myriad, Arial, Helvetica, sans-serif;
	font-size : 9pt;
        color: white;
        font-weight: bold;
	background-color: #283d8e;
	text-transform: uppercase;
        border: 1px solid #6d94d5;
}

.photo_border {
        border: 4px solid #6d94d5;
}

.photo_right_fullborder {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
        border: 4px solid #6d94d5;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}

ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}
ul.align2, ol.align2 {
	margin-top: 2px;
	margin-left: 22px;
	margin-bottom: 2px;
}

hr {
	border: none;
	color : #7099e0;
	background-color: #7099e0;
	height: 1px;
}

.quoter, quoter i {
        font-size : 10pt;
        color: #0d03d6;
        text-align: right;
        margin-top: 0px;
        margin-right: 4px;
        margin-bottom: 10px;
}

/* For pop-up messages */
#opaque {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 100;
	visibility:hidden;
	background-color: black;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#popup {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 400px;
	height: 200px;
	margin-left: -200px; /* set to negative number 1/2 the div width */
        font-size: 11pt;
        font-style: italic;
        background-color: #cce6f5;
	padding: 12px;
	border: 10px solid white;
	visibility:hidden;
	z-index: 200; /* Make this larger than z-index for opaque */
}



