* {
   font-family : Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	color: black;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #306AB4;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	scrollbar-base-color: #306AB4;
}  

SMALL  {
	font-size : 8pt;
	color: #3878C0;	
}

/* Links */
a:link, a:visited {
        color: #306AB4;
}
a:hover, a:active {
        color: #306AB4;
}

H2, .heading2  {
	font-size: 20pt;
	font-weight: normal;
	color: #3878C0;	
	letter-spacing: -0.05em;	
}

.white {
	color: white;	
}
  
H3, .heading3, .heading_blog  {
	font-size: 16pt;
	font-weight: normal;
	color: #3878C0;	
	letter-spacing: -0.05em;	
}
  
H4, .heading4  {
	font-size: 13pt;
	font-weight: bold;
	color: #3878C0;	
}
  
.page_data {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}

hr {
	border: none;
        color: #306AB4;
	background-color: #306AB4;
	height: 2px;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

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

.align_right_border {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: right;
        border: 1;
        border-style: solid;
        border-color: black;
}

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

.align_left_border {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
        border: 1;
        border-style: solid;
        border-color: black;
}

.photo_border {
        border: 1;
        border-style: solid;
        border-color: black;
}
 
.question {
	color: red;	
	font-weight: bold;
}

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

input.button {
	color: white;
	background-color: #306AB4;
}

.button {
        color: white;
	background-color: #306AB4;
        border: 1px solid black;
}


/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: white;
	border: none;
}


