﻿/* **********************************************************************************************/
/* ** The following code page is the property of Utica First Insurance Company, Utica, NY.		*/
/* ** Page name: UFIMainStyle.css			UFI Main Style Sheet								*/
/* ** Last Modified: 05/18/2009				Programmer:  MRD									*/
/* **********************************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	font-size: x-small;
	background-color: #FFFFFF;
	background-image: url("../images/bg_bluebar.gif");
	background-repeat: repeat-y;
}
.headerSection{
	width: 800px;
	vertical-align:top;
}
.footerSection {
	width: 800px;
}
.footerText {
	width: 655px;
	text-align: center;
	vertical-align:top;
	font-size: xx-small;
	float:right;
}
.footerSidebar {
	width: 145px;
	text-align:center;
	vertical-align: top;
	float:left;
}
p, td, li {
  font-size: x-small;
}
ul {
	list-style-position: outside;
	margin-left: 15px;
}
img {
  border: none;
}
h1 {
	font-size: x-large;
	color: #000066;
	font-weight: bold;
	margin-bottom: 1px;
}
h2 {
	font-size: large;
	color: #000066;
	font-weight: bold;
  margin-bottom: 1px;
}
h3 {
	font-size: medium;
	color: #000066;
	font-weight: bold;
  margin-bottom: 1px;
}
h4 {
	font-size: small;
	color: #000066;
	font-weight: bold;
  margin-bottom: 1px;
}
h5 {
	font-size: x-small;
	color: #000066;
	font-weight: bold;
  margin-bottom: 1px;
}
h6 {
	font-size: xx-small;
	color: #000066;
	font-weight: bold;
  margin-bottom: 1px;
}
a {
  color: #000066;
	text-decoration: underline;
}
fieldset {
  border: 1px solid #999999;
	margin-top: 16px;
	padding: 10px;
}
legend {
	color: #666666;
	font-size: x-small;
	font-weight: bold;
}
label {
	font-size: x-small;
	font-weight: bold;
}
.xxsmall {
	font-size: xx-small;
}
.xsmall {
	font-size: x-small;
}
.small {
	font-size: small;
}
.medium {
	font-size: medium;
}
.large {
	font-size: large;
}
.xlarge {
	font-size: x-large;
}
.gobutton {
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #0000FF;
}
.bgyellow {
	background-color: #FFCC66;
	border: thin outset;
	color: #000000;
}
.txtnavy {
  color: #000066;
}
.txtred {
  color: #990000;
}
.txtwhite {
  color: #FFFFFF;
}
.txtblack {
  color: #000000;
}
.sidebar {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
  margin: 2px;
	width: 140px;
}
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #000066;
	text-decoration: none;
}
.sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.subtitlered {
  font-size: medium;
	font-weight: bold;
	color: #990000;
	white-space: nowrap;
}
.subtitleblue {
  font-size: medium;
	font-weight: bold;
	color: #0000FF;
	white-space: nowrap;
}
.checkmark {
	list-style-image: url("../images/checkmark.gif");
}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	border: none;
}
.rightimg {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	border: none;
}
.indent {
  padding-left: 20px;
}
.justified {
	text-align: justify;
}


