body { 
	margin-top: 20px;
	background-color: #c0c0c0;
}

body#home { 
	margin: 0;
	background-color: #c0c0c0;
}

td {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*
body, td, p {
	line-height: 1.25em;
}
*/

td.copy {
	font-size: 14px;
}


.roundBorders {
 	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/*---[ design elements ]---*/

.designMenu {
	width: 170px;
	background-color: #000000;
}

.designSpacer {
	width: 6px;
}

.designCopy {
	width: 820px;
	background-color: #ffffff;
}


h1 {
	color: #688186;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px; 
	/* top right bottom left */
}
	
h1.divider {
	color: #688186;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px; 
	/* top right bottom left */
	border-bottom: 1px solid #cccccc;
}

h1.note {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px; 
	/* top right bottom left */
	border-bottom: 1px solid #cccccc;
}

h1.qa {
	color: #688186;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px 0px 0px; 
	border-bottom: 1px solid #dcdcdc;
	/* top right bottom left */
}

.qaPadding {
	padding-left: 20px;
}
	
h2 {
	color: #688186;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px; 
	/* top right bottom left */
}

.topBar {
	color: white;
	/*font-size: 14px;*/
	background-color: #688186;
}

.textHilite {
	background-color: #ffff99;
}

.delete {
	margin-left: 2px;
	margin-right: 2px;
}

.imgGray {
	border: 1px solid #c0c0c0;
}

.imgLeft {
	margin-left: 8px;
}

.imgRight {
	margin-right: 8px;
}

.imgGrayLeft {
	border: 1px solid #c0c0c0;
	margin-left: 8px;
}

.imgGrayRight {
	border: 1px solid #c0c0c0;
	margin-right: 8px;
}

/*------[ navigation ]------*/

.ext {
	background: transparent url(../images/ext-link.gif) no-repeat center right;
	padding: 0px 18px 0px 0;
}

a:link, a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}


a.linkTopBar:link, a.linkTopBar:visited, a.linkTopBar:active {
	color: #ffffff;
	font-size: 12px;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	border-bottom: 1px solid #a9a9a9;
}

a.linkTopBar:hover {
	color: #688186;
	font-size: 12px;
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.linkTopBarSelected {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
}

	
a.linkCopy:link, a.linkCopy:visited, a.linkCopy:active {
	color: #0000ff;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}

a.linkCopy:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #688186;
	background-color: #688186;
}


a.linkFooter:link, a.linkFooter:visited, a.linkFooter:active {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #a9a9a9;
}

a.linkFooter:hover {
	color: #688186;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

.linkFooterSelected {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


	
a.linkAdmin:link, a.linkAdmin:visited, a.linkAdmin:active {
	color: #0000ff;
	text-decoration: none;
	padding-left: 1px;
	padding-right: 1px;
}

a.linkAdmin:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #688186;
	padding-left: 1px;
	padding-right: 1px;
}

.linkAdminSelected {
	color: #ffffff;
	font-weight: bold;
}

.firstMenu {
	border-top: 1px solid #666666;
}

#nav a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	padding: 4px 10px;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

#navSelected {
	color: #000000;
	font-size: 12px;
	background-color: #dcdcdc;
	padding: 4px 10px;
}

#nav a:hover {
	color: #ffffff;
	font-size: 12px;
	background-color: #688186;
}

#navHeader {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background-color: green;
	padding: 4px 10px;
}


.endPT {
	background-image: url(../images/end-pt.png);
	background-repeat: no-repeat;
	background-position: center left;
}	

.endLE {
	background-image: url(../images/end-le.png);
	background-repeat: no-repeat;
	background-position: center left;
}	

.endBG {
	background-image: url(../images/end-bg.png);
	background-repeat: no-repeat;
	background-position: center left;
}	

.endSP {
	background-image: url(../images/end-sp.png);
	background-repeat: no-repeat;
	background-position: center left;
}	

.endRK {
	background-image: url(../images/end-rk.png);
	background-repeat: no-repeat;
	background-position: center left;
}	



.colorPT {
	color: #336600;
}	

.colorLE {
	color: #000099;
}	

.colorBG {
	color: #0099ff;
}	

.colorSP {
	color: #ffcc00;
}	

.colorRK {
	color: #cc0000;
}	



.backgroundPT {
	background-color: #336600;
}	

.backgroundLE {
	background-color: #000099;
}	

.backgroundBG {
	background-color: #0099ff;
}	

.backgroundSP {
	background-color: #ffcc00;
}	

.backgroundRK {
	background-color: #cc0000;
}	



#navSidebar a {
	display: block;
	color: #ffffff;
	background-color: #688186;
	width: auto;
	padding: 4px 10px;
	text-decoration: none;
}

#navSidebarSelected {
	color: #000000;
	background-color: #dcdcdc;
	padding: 4px 10px;
}

#navSidebar a:hover {
	color: #000000;
	background-color: #f5f5f5;
}

	
.textNormal {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.textSmall {
	font-size: 9px;
}

.textHeader {
	color: #688186;
	font-weight: bold;
}
	
.textTopBar {
	color: #ffd700;
	/*font-weight: bold;*/
}
	
.textHeaderAdmin {
	color: #688186;
	font-size: 14px;
	font-weight: bold;
}
	
.textHeaderNews {
	color: #688186;
	font-size: 12px;
}

.topSection {
	background-color: #ffffff;
	background-image: url(../images/top-people-banner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}	

.textHeaderTop {
	color: #688186;
	font-size: 30px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 16px;
}
	
.textHeaderTopCopy {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
	
.textHeaderTopCopyDim {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
	


.textHeaderTopAdmin {
	color: #688186;
	font-size: 18px;
	font-weight: bold;
}

.textHeaderTopAdminRed {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}


	
.textContactHeader {
	color: #ffffff;
	background: #688186;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
}

.textContact {
	color: #f5f5f5;
	background: #688186;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 10px;
}


.label {
	font-size: 11px;
	color: #999999;
	text-align:right;
}

.labelLeft {
	font-size: 11px;
	color: #999999;
}

.required {
	font-weight: bold;
}

.formField {
	padding-bottom: 4px;
}

.textBullet {
	color: #688186;
}
	
.textError {
	color: #ff0000;
}
	
.textRed {
	color: #ff0000;
}

.textWhite {
	color: #ffffff;
}

.textWhiteSmall {
	color: #ffffff;
	font-size: 9px;
}

.textYellow {
	color: #ffff00;
}

.textRedSmall {
	color: #ff0000;
	font-size: 9px;
}

.textGreen {
	color: #008000;
}

.textGreenSmall {
	color: #008000;
	font-size: 9px;
}

.textInactive {
	color: #c0c0c0;
}

.textInactiveMenu {
	color: #808080;
}

.textStatusLine {
	color: #f5f5f5;
}

.textSE {
	color: #039c99;
	font-weight:bold;
}

.text14 {
	font-size: 14px;
}

.bold {
	font-weight:bold;
}

.menuBar {
	color: #000000;
	background: #dcdcdc;
	font-size: 12px;
	border-left: hidden;
	border-top: 1px solid #c6c6c6;
	border-right: hidden;
	border-bottom: 1px solid #c6c6c6;
}

.tableUnderline {
	border-left: hidden;
	border-right: hidden;
	border-bottom: 1px #ff0000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tableEven {
	background-color: #f5f5f5;
}

.tableError {
	border: 1px solid #ff0000;
}

.tableMainColor {
	color: #ffffff;
	background: #688186;
	font-weight: normal;
}

.tableSideMenu {
	background: #688186;
}

.tableSmallLine {
	background: #ffe600;
}

.tableLogoBorder {
	color: #000000;
	background: #000000;
}

.tableSpacer {
	background: #ffffff;
}

.tableVSpacer {
	background: #c0c0c0;
}

div.spacer {
	border: transparent;
	padding: 6px;
}

div.spacer8 {
	border: transparent;
	padding: 8px;
}

div.spacer4 {
	border: transparent;
	padding: 4px;
}

div.spacer2 {
	border: transparent;
	padding: 2px;
}

.tableLogo {
	background: #ffffff;
}

.tableCopy {
	background: #f5f5f5;
}

.tableMenuTop {
	background: #ffffff;
}

.tableMenuSide {
	text-indent: 6px;
	font-weight: normal;
}



.tableQuote {
	background-image: url(../images/icon-quote.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.tableTestimonial {
	background-color: #f3f3f3;
}

.textTestimonial {
	color: #666666;
	font-size: 12px;
}

.textTestimonialSource {
	color: #999999;
	font-size: 12px;
}



.tableFooter {
	color: #dcdcdc;
	font-size: 12px;
	background-color: #688186;
}


.tableHeader {
	color: #ffffff;
	background: #688186;
}
	
.tableBody1 {
	color: #000000;
	background: #f5f5f5;
}
	
.tableBody2 {
	color: #000000;
	background: #ffffff;
}



.tableHeader14 {
	color: #ffffff;
	font-size: 14px;
	background: #688186;
}
	
.tableBody1_14 {
	color: #000000;
	font-size: 14px;
	background: #f5f5f5;
}
	
.tableBody2_14 {
	color: #000000;
	font-size: 14px;
	background: #ffffff;
}



.tableBody2x {
	color: #808080;
	background: #ffffff;
}

.table3d {
	color: #000000;
	background: #ffffff;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

fieldset {
	border: none;
 	-moz-border-radius: 6px;
	-khtml-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.fieldsetMembers {
	position: relative;
	padding: 8px;
	_padding-top: 0px;
	margin-top: 0px;
	_margin-top: 0px;
	border: 1px solid #c0c0c0;
}

.legendMembers {
	color: #688186;
	font-weight: bold;
	border: none;
}


.fieldsetStyle {
	position: relative;
	padding: 8px;
	_padding-top: 0px;
	margin-top: 0px;
	_margin-top: 0px;
	border: 1px solid #c0c0c0;
}

.legendStyle {
	color: #688186;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	_margin-bottom: 6px;
	border: none;
}


.fieldsetStyleRed {
	position: relative;
	padding: 8px;
	_padding-top: 0px;
	margin-top: 0px;
	_margin-top: 0px;
	border: 1px solid #ff0000;
}

.legendStyleRed {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 0px;
	_margin-bottom: 6px;
	border: none;
}


/*------[ reorder ]------*/

div#itemList {
	/*width: 400px;*/
	/*border: 2px solid #336699;*/
	/*background: #EFF7FF;*/
}
div#itemList div {
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
	padding: 3px 5px;
	background: #ffffff;
	/*font-weight: bold;*/
	cursor: n-resize;
}


/*------[ testimonials ]------*/

.tableTestimonialRandom {
	background-color: #ffffff;
	/*border-top: 1px solid #dcdcdc;*/
}

.tableTestimonialStart {
	background-image: url(../images/icon-quote-start.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.tableTestimonialEnd {
	background-image: url(../images/icon-quote-end.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.textTestimonial {
	color: #000000;
}

.textTestimonialSource {
	color: #999999;
}
