/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:11px arial, helvetica, sans-serif;

line-height: 17px;
background: url(../images/bg.gif);
color: #646464;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	font:23px arial, helvetica, sans-serif;
	color: #666552;
}

h2 {
	font:13px arial, helvetica, sans-serif;
	color :#002157;
	text-transform: uppercase;
	line-height: 19px;
	margin-bottom: 12px;
	font-weight: bold !important;
}

h3{
	font-family: arial, helvetica;
	color: #002157;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	font-weight: bold;
	font-size: 12px;
}
h4{
	font-family: arial, helvetica;
	color: #002157;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	font-weight: bold;
	font-size: 11px;
}
h5{
	font-family: arial, helvetica;
	color: #00599c;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #00a4cb;
}

p{
/*
margin:0 0 8px 0;
padding:0 0 10px 0;
*/
}

/*
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
*/

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
color: #00a4cb;

}

a:hover{
color: #00a4cb;
text-decoration: underline;
	
}

.orange1{
	color:  #e54422;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
/*font:1em arial, helvetica, sans-serif;*/
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;

}

/***** Tables *****/

table {
border:0;
margin:0 0 0 0;
padding:0;
font-size: 11px;
line-height: 16px;
}

table tr td {
padding:2px;
}



/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:left; padding: 0 8px 0 0; font-size: 9px; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.nomargin       { margin:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

.pad10			{ padding: 10px; }
.pad10Top		{ padding: 10px 0 0 0; }
.margin30		{ margin: 30px; }
.margin30Left	{ margin: 0 0 0 30px;}
.margin20Left	{ margin: 0 0 0 20px;}

.solidRule{
	border-bottom: 1px solid #c0c1c2;
	margin: 10px auto;
}
.dashedRule{
	border-bottom: 1px dashed #c0c1c2 !important;
	margin: 30px auto !important;
}
.dashedUtilRule{
	border-bottom: 1px dashed #c0c1c2;
	margin: 10px auto 5px auto;
}
.headerRule{
	border-bottom: 1px solid #5a5a5a;
	margin: 20px auto 15px auto;
	width: 903px;
}
.footerRule{
	border-bottom: 1px solid #5a5a5a;
	margin: 15px auto 15px auto;
	width: 903px;
}

.error{
	color: red;
	margin: 0;
}

.hide{
	visibility: hidden;
}