/* CSS Document */

html, body {
	background: #fff;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;}

p {
	padding: 0px 0px 10px;
	line-height: 1.3em;}

a {
	color: #0177be;
	text-decoration: none;
	cursor: pointer;}
	a:hover {
		text-decoration: underline;}

ul {
	padding: 0px 0px 10px;}		
ul, ul li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 1.3em;}
		
ol {
	padding: 0px 0px 10px;}
ol, ol li {
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.3em;}

h1, h2, h3, h4, h5, h6 {
	display: block;
	overflow: hidden;}	
h1, h1.componentheading, div.componentheading {
	font-size: 24px;
	color: #0177be;
	text-transform: uppercase;
	/*height: 30px;*/
	padding: 5px 0px 30px 35px;
	line-height: normal;}
h1.noLeftPadding {
	padding: 5px 0px 50px 0px;}
	
h1.noLeftPaddingCat {
	padding: 5px 0px 5px 0px;}
	
div.smallFontSizeHeader h1.componentheading, h1.smallFontSizeHeader {
	font-size: 19px;
	line-height: 28px;}
h2 {
	font-size: 19px;
	padding: 0px 0px 10px;
	color: #666;}
h3, h3 a {
	font-size: 12px;
	color: #3d74b3;
	font-weight: bold;
	padding: 0px 0px 5px;}
	h3 a {
		padding: 0px;
		text-decoration: none;}
h4 {
	font-size: 10px;
	color: #0177be;
	text-transform: uppercase;
	line-height: 13px;
	padding: 0px 0px 10px;}
h6 {
	font-size: 11px;
	padding: 0px 0px 10px;
	color: #666;}
	
input.textInput {
	display: block;
	width: 86px;
	height: 15px;
	padding: 2px;
	background: url(../img/textInput.gif) left top no-repeat;
	border: 0px;
	color: #727374;
	font-size: 11px;
	margin: 0px 0px 10px;}
input.submitInput {
	display: block;
	border: 0px;
	width: 28px;
	height: 35px;
	background: url(../img/submitArrow.gif) center center no-repeat;
	font-size: 0px;
	text-indent: -9000px;
	cursor: pointer;}
	
.floatLeft {
	display: block;
	float: left;
	margin: 0px 15px 20px 0px;}
.floatRight {
	display: block;
	float: right;
	margin: 0px 0px 20px 15px;}
.readmoreLink {
	display: block;
	clear: both;
	float: right;
	padding: 10px 0px 0px;
	font-weight: bold;}
.textTransformNormal {
	text-transform: none;}
	
b, strong {
	font-weight: bold;}
i {
	font-style: italic;}
u {
	text-decoration: underline;}
blockquote {
	display: block;
	overflow: hidden;
	padding: 0px 0px 10px;}

