html,body {
    height: 100%;
    text-align: center;
  	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#EEEDFF;
	color: #666666;
}

li {
	padding-bottom:10px;
	list-style-type: square;
}

input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*** BEGIN: Regular links ***/
a:link {
	font-size: 12px;
	color: #010184;
}
a:visited {
	font-size: 12px;
	color: #010184;
}
a:hover {
	font-size: 12px;
	color: #728494;
}
a:active {
	font-size: 12px;
	color: #010184;
}
/*** END: Regular links ***/
 
/*** BEGIN: Navigation links ***/
a.navLink:link {
	font-size: 16px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:visited {
	font-size: 16px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:hover {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:active {
	font-size: 16px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
/*** END: Navigation links ***/

/*** BEGIN: Navigation Small links ***/
a.navLinkSmall:link {
	font-size: 11px;
	color: #010184;
	line-height: 22px;
}
a.navLinkSmall:visited {
	font-size: 11px;
	color: #010184;
	line-height: 22px;
}
a.navLinkSmall:hover {
	font-size: 11px;
	color: #666666;
	line-height: 22px;
}
a.navLinkSmall:active {
	font-size: 11px;
	color: #010184;
	line-height: 22px;
}
/*** END: Navigation Small links ***/

/*** BEGIN: HeaderSmall (home page) links ***/
a.navLink:link {
	font-size: 14px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:visited {
	font-size: 14px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:hover {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
a.navLink:active {
	font-size: 14px;
	color: #010184;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
/*** END: Navigation links ***/

.mainPageBody {
    margin: 0 auto;
    width: 750px;
    height: 500px; /* this value may have to be overridden on some pages if they have a large amount of content */
    text-align: left;
	background-color:#FFFFFF;
	border:3px solid #010184;
	background-image:url(../images/backgroundYellow.jpg);
	background-repeat:repeat-x;
}

.innerDiv {
	
}

.headerSmall {
	font-weight: bold;
	font-size: 14px;
	color: #010184;
}

.headerMedium {
	font-weight: bold;
	font-size: 16px;
	color: #010184;
}

.headerLarge {
	font-weight: bold;
	font-size: 20px;
	color: #010184;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010184;
}

.quoteHeader {
	font-weight: bold;
	font-size: 16px;
	color: #666666;
}

.quoteBox {
	margin-left: 5px;
	background-color: #FFFF99;
	border: 1px solid #666666;
	width: 490px;
}

.quoteText {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #010184;
}

.contentImage {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.hpImageFloatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.hpImageFloatRight {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

