/* If you change this file make sure you check the style-ie.css file to see if it needs changing */

/*Elements*/
TD {text-align: left;
	font-family:arial;
	font-size:12px;
	color:#555555; /*6b6b6b*/
	line-height:14px;
}

A {
	text-decoration: none;
	color:#305099; /*001E99*/
	font-family:arial;
	outline: none;
}

A:hover {text-decoration:underline;}
A:active {outline: 0px;}
A:focus {-moz-outline-style: none;}

BODY {
	margin:0px;
	padding:0px;	
	text-align: left;
	font-family:arial;
	font-size:12px;
	color:#555555;
	line-height:14px;
}

SELECT {
	height:18px;
	font-family:arial;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#ffffff;
	margin-left:0px;
	margin-right:0px
}

INPUT {
	font-family:arial;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	padding:1px;
	padding-left:2px;
}

TEXTAREA {width:243px;
	height:86px;
	font-family:arial;
	font-size:12px;
	border-style:solid;
	border-width:1px;
	border-color:#7F9DB9;
	color: black;
	overflow:auto;
	margin-left:0px;
	margin-right:0px
}

FORM {
	padding:0;
	margin:0;
}

P {
	margin: 0;
	margin-top: 2px;
	margin-bottom: 7px;
}


/* General classes */
.cursorHand {
	cursor: pointer;
	cursor: hand;
}
.copy{
	font-family:arial;
	font-size:9px;
	color:#555555;
	text-decoration:none;
}
.inputWarning {
	color: red;
	font-weight: bold;
}

TABLE.lineDivisions {
	border-collapse: collapse;
	border-spacing: 0px;
}
TABLE.lineDivisions TD {
	border: 1px #aaa solid;
	padding: 2px;
}

/* Form field classes: form elements must use these classes */
INPUT.text {
	height:20px;
	width:150px;
	border-width:1px;
	border-style:solid;
	border-color:#7F9DB9; /*CCCCCC*/
	background-color:#ffffff;
}
INPUT.button {
	height:20px;
	cursor: pointer;
	cursor: hand;
	border-width:1px;
	border-style:solid;
	border-color:#7F9DB9; /*CCCCCC*/
	background-color:#ffffff;
}
INPUT.checkbox {
	height:20px;
}
INPUT.file {
	height: 20px;
	width: 218px;
	border-width: 1px;
	border-style: solid;
	border-color: #7F9DB9;
	background-color: #ffffff;
}



/* Section Headings */
DIV.sectionHeading {
	color:#6B6B6B;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:5px;
	margin-left:34px;
	height: 18px;
	margin-bottom: 7px;
}
.subSectionHeading {
	font-weight: bold;
	color:#588990;
}
.small {font-size:9px;}
.large {font-size:18px;}
.required {
	color: red;
}
.textError {
	color:red;
	font-weight: bold;
}
.textInvalid {
	color:red;
	font-weight: bold;
}
.textNotify {
	color:blue;
	font-weight: bold;
}


/* Sections/Divisions */
DIV.section30 {
	width:220px;
	margin-bottom:30px;
	background-image:url('images/head30.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
DIV.section30Inner {
	margin-left: 10px;
	width:200px;
}
DIV.section70 {
	width:450px;
	margin-bottom:30px;
	background-image:url('images/head70.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
DIV.section70Inner {
	margin-left: 10px;
	width: 430px;
}
DIV.section50 {
	width:323px;
	margin-bottom:30px;
	background-image:url('images/head50.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
DIV.section50Inner {
	margin-left: 10px;
	width:303px;
}
DIV.section100 {
	width:685px;
	margin-bottom:30px;
	background-image:url('images/head100.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
DIV.section100Inner1 {
	margin-left: 10px;
	width: 665px;
}
DIV.section100Inner2 {
	width: 193px;
}
DIV.sectionSeparateV {
	float:right;
	background-image:url('images/dot.jpg');
	background-position:left;
	background-repeat:repeat-y
}
DIV.sectionSeparateH {
	background-image:url('images/pix.jpg');
	background-position: top;
	background-repeat: repeat-x;
}



/* Advertisement Formating */
.adHeading {
	color:#6B6B6B;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:0px;
	margin-left:3px;
	margin-bottom:4px;
}
.adSection {
	padding:6px;
	width:323px;
	background-color:#ffffff;
}



/* Bullets */
/* --arrow */
UL.bulletArrow {
	display: inline;
	margin: 0;
	padding: 0;
	width:195px;
}
UL.bulletArrow LI {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width:100%;
	background-image:url('images/dot1.jpg');
	background-position:bottom;
	background-repeat:repeat-x;

}
UL.bulletArrow LI.noLine {
	background-image:none;
	padding-bottom: 0;
}
UL.bulletArrow A {

}
UL.bulletArrow IMG {
	margin-right: 5px;
	position: relative;
	top: -2;
}

UL.bulletArrow A:Hover {
	text-decoration:none;
}

/* --disc */
UL.bulletDisc {
	margin: 0;
	padding: 0;
	display: inline;
	width:200px;
}
UL.bulletDisc LI {
	display: block;
	list-style-type: none;
	margin: 0;
	width:100%;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image:url('images/bull.jpg');
	background-position:0 6;
	background-repeat:no-repeat;
}

/* --Sub Lists */
UL.bulletSubList {
	display:inline;
	margin: 0;
	padding: 0;
	width:195px;
}
UL.bulletSubList LI {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	width:100%;
	background-image:url('images/dot1.jpg');
	background-position:bottom;
	background-repeat:repeat-x;

}
UL.bulletSubList LI.noLine {
	background-image:none;
	padding-bottom: 0;
}
UL.bulletSubList A IMG {
	margin-right:5px;
}
UL.bulletSubList IMG {
	margin-right:5px;
}
UL.bulletSubList A:Hover {
	text-decoration:none;
}