/*
 * Borders
 */
.outerBorder {
	background-color: transparent; 
	border: 1px solid #FFFFFF;
}

.photoBorder {
	background-color: transparent; 
	border: 1px solid #666633;
}

hr {
	color: #CCCCCC;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}

/*
 * Backgroud Coloors
 */
.whiteBgColor {
	background-color : #FFFFFF;
}

.lightGreyBgColor {
	background-color : #CCCCCC;
}

.lightGreenBgColor {
	background-color : #CCCC99;
}

.darkGreenBgColor {
	background-color : #666633;
}

.darkBgColor {
	background-color : #333300;
}

.lightPurpleBgColor {
	background-color : #9999CC;
}

.lighterPurpleBgColor {
	background-color : #CCCCFF;
}

/*
 * Navigation
 */
.mainMenuOff {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : underline;
}

a.mainMenu:visited, a.mainMenu:link, a.mainMenu:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : none;
}

a.mainMenu:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : underline;
}

.subMenuOff {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : underline;
}

a.subMenu:visited, a.subMenu:link, a.subMenu:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : none;
}

a.subMenu:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #000000;
	text-decoration : underline;
}


/*
 * Main Headings
 */
.heading1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	color : #333300;
	line-height : 22px;
}

.heading2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	line-height : 18px;
}

.heading3 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 18px;
}

.heading4 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	line-height : 18px;
}

.titleheading4 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 19px;
	color : #FFFFFF;
	line-height : 18px;
	padding-left: 24px
}


.tableHeading1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
	line-height : 18px;
}

.tableHeading2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
	line-height : 18px;
}

.tableHeading3 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666633;
	line-height : 18px;
}


.tableEntry1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	line-height : 18px;
}

.tableEntry2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #666666;
	line-height : 18px;
}



.introText1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #333300;
	line-height : 18px;
}

.bodyText1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	line-height : 18px;
}

.bodyText2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #000000;
	line-height : 18px;
}

.bodyText3 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #FFFFFF;
	line-height : 18px;
}

.bodyText4 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333300;
	line-height : 18px;
}


.captionText1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color : #000000;
	line-height : 12px;
}

.captionText2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #333333;
	line-height : 12px;
}

.errorCaptionText2 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #CC0000;
	line-height : 12px;
}

.errorText1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #CC0000;
}

.spacer1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 4px;
}

a.rhs:visited, a.rhs:link, a.rhs:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #333333;
	text-decoration : none;
}

a.rhs:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #333333;
	text-decoration : underline;
}


a.activecs:visited, a.activecs:link, a.activecs:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #333333;
	line-height : 12px;
	text-decoration : none;
}

a.activecs:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #333333;
	line-height : 12px;
	text-decoration : underline;
}


a:visited, a:link, a:active {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #666699;
	text-decoration : underline;
}

a:hover {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 18px;
	color : #666633;
	text-decoration : underline;
}


.inputText1 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	width: 200px;
}

.inputText2 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	width: 100px;
}

.inputText3 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	width: 100px;
	border: 1px solid #FFFFFF;
}

.inputText4 {
	background-color : #CCCC99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	width: 200px;
	border: 1px solid #CCCC99;
	font-weight : bold;
}

.inputChk1 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
}

.inputChk2 {
	background-color : #CCCC99;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
}

.selectText1 {
	background-color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	width: 100%;
	border: 1px solid #666633;
}

.inputBtn1 {
	background-color : #CCCCFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	width: 100px;
}

.formLabel1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
	width: 100%;
}

.formLabelError1 {
	background-color : transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
	width: 100%;
}

.callout {
	background-image: url(../images/quote66.gif);
	background-repeat:no-repeat;
	padding:5px 5px 20px 20px;
	margin:0px;
	font-family:"Trebuchet MS";
	color:#333300;
	font-size:80%;
	line-height:130%;
}

#quote {
	background-image: url(../images/quote99.gif);
	padding-bottom:20px;
	background-repeat:no-repeat;
	background-position:bottom right;
}