/* HTML Elements */ 
	a {} /* Avoid using as will assign it to <a name=""> */
		a:link{
			color: #8D0028;
			text-decoration: none;
			}
		a:visited {
			color: #66001D;
			}
		a:hover {
			text-decoration: underline;
			} 
	
	body {
		background: #888A8D url("/assets/images/ui/bg_body.gif");
		color: #333;
		font: 80%/120%  arial, helvetica, sans-serif;		
		}
	
	dl, ol, ul {
		margin-top: 0;
		}
		
	fieldset {
		border: none;
		margin: 0;
		padding: 0;
		}
		
	form {
		margin: 0;
		padding: 0;
		}
	
	li {
		padding: 6px inherit inherit 0;
		margin: auto auto auto 0;
		}
		li p, li h2 {
			font-size: 100%;
			}
	
	p, td {
		margin-top: 0;
		}
	
	h1, h2, h3, h4, h5, h6 {
		color: #840024;
		font-family: "Times New Roman", Times, serif;
		line-height: 100%;
		margin: 6px 0 10px;
		}
		h1 {
			color: #2A2828;
			border-bottom: 2px dotted #BCBEC0;
			font-size: 175%;
			font-weight: normal;
			margin: 0 0 15px;
			padding: 0 0 3px; 
			}
		h2 {
			font-size: 150%; 
			padding: 0 0 3px 5px;
			}
		h3 {
			font-size: 140%;
			padding: 4px 0 3px; 
			}
		h4 {
			font-size: 125%; 
			}
		h5 {
			font-size: 110%; 
			}
		h6 {
			font-size: 100%; 
			}
	
	img {
		border: none;
		}
		
	img[border="1"] {
		border: 1px solid black;
		}

/* Format Classes */
	.alignImageLeft {
		float: left;
		margin: 0 15px 10px 0;
		}

	.alignImageRight {
		float: right;
		margin: 0 0 10px 15px;
		}	

	.alignLeft {
		clear: left;
		float: left;
		width: 40%;
		}
		img.alignLeft {
			margin: 0 15px 10px 0;
			width: auto;
			}
		li.alignLeft {
			width: 45%;
			}
	
	.alignRight {
		clear: right; 
		float: right;
		width: 40%;
		}
		img.alignRight {
			width: auto;
			}
		li.alignRight {
			clear: none;
			float: none;
			width: auto;
			}
	.caption {
		font-style: italic;
		font: arial;
		font-size: 8pt;
		color: #777777;
		padding: 0px;
		}
			
	.clearFloat {	
		clear: both;
		padding-top: 1em;
		}
		
	.clearFloatLeft {
		clear: left;
		padding-top: 1em;
		}
		
	.clearFloatRight {
		clear: right;
		padding-top: 1em;
		}
		
	.hidden {
		display: none;
		}
	
	.highlight {
		background: yellow;
		font-size: 100%;
		font-weight: bold;
		}
		.highlight a {
			text-decoration: none;
			}
			
	.linkPdf {
		background: url("/assets/images/ui/acrobat.gif") no-repeat 100% 2px !important;
		padding: 0 15px 0 0;
		}	
		
	.more {
		background: transparent url("/assets/images/ui/bg_arrow.gif") no-repeat 100% 65%;
		font-weight: bold;
		padding: 0 10px 0 0;
		}
		
	.noBullets {
		list-style: none;
		margin: 0;
		}
		.textboxLeft .noBullets, .textboxRight .noBullets { 
			margin: 0;	
			}
			
	.photoPortrait {
		background: transparent url("/assets/images/ui/bg_frame_portrait.gif") no-repeat;
		margin: 0 0 1em -3px;
		padding: 0 0 0 4px;
		}
		.photoPortrait img {
			border: 1px solid #E3E4E5;
			margin: 16px 0 17px 13px;
			}

	.twoColList {}
		.twoColList li {
			float: left;
			padding-bottom: 10px;
			padding-right: 5%;
			width: 40%;
			}
		
	.textboxCenter { 
		background: #eee;
		border-top: 1px dashed red;
		border-bottom: 1px dashed red;
		margin: 10px 20px;
		padding: 10px;
		}
	
	.textboxLeft {
		background: #eee;
		border-bottom: 1px dashed red;
		border-right: 1px dashed red;
		float: left;
		margin: 10px 40px 10px  10px;
		padding: 10px;
		width: 35%;
		}
	
	.textboxRight { 
		background: #eee;
		border-left: 1px dashed red; 
		border-top: 1px dashed red; 
		clear: right; 
		float: right; 
		margin: 10px 20px;
		padding: 10px;
		width: 35%;
		}
	.visible {
		display: block;
		}

/**************/
/* OLD STYLES */
/**************/

/* color */
.two {font-weight: bold; color: #006;}
.black {color: #000}
.blue {color: #555}
.red {color: #f00}
.white {color: #fff}

/* tables */
table.tblLtBlueBorder {border: 1px solid #006; background-color: #ebf1f4}
table.tblBlueBorder {border: 1px solid #006; background-color: #e5eef2}
table.tblBlueBorderLR {border-left: 1px solid #006; border-right: 1px solid #006; background-color: #e5eef2}
table.tblBlueBorderLRB {border-left: 1px solid #006; border-right: 1px solid #006; border-bottom: 1px solid #006; background-color: #e5eef2}
td.tdGrayBorderT {border-top: 1px solid #ccc}
td.tdGrayBorderTR {border-top: 1px solid #ccc; border-right: 1px solid #ccc}
td.tdGrayBorderTRB {border-top: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc}
td.tdGrayBorderTB {border-top: 1px solid #ccc; border-bottom: 1px solid #ccc}
td.tdGrayBorderR {border-right: 1px solid #ccc}
td.tdGrayBorderRB {border-right: 1px solid #ccc; border-bottom: 1px solid #ccc}
td.tdGrayBorderRBL {border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc}
td.tdGrayBorderRL {border-right: 1px solid #ccc; border-left: 1px solid #ccc}
td.tdGrayBorderB {border-bottom: 1px solid #ccc}
td.tdGrayBorderBL {border-bottom: 1px solid #ccc; border-left: 1px solid #ccc}
td.tdGrayBorderL {border-left: 1px solid #ccc}
td.tdBlueBorder {border: 1px solid #006; background-color: #e5eef2}
td.tdBlueBorderT {border-top: 1px solid #006}
td.tdDarkHeader {background: #006; border-top: 2px solid #000; border-bottom: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeader a {color: white; text-decoration: underline;}
td.tdDarkHeaderLT {border-left: 1px solid #000; border-top: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeaderLTB {border-left: 1px solid #000; border-top: 2px solid #000; border-bottom: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeaderLTsB {border-left: 1px solid #000; border-top: 2px solid #000; border-bottom: 1px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeaderLB {border-left: 1px solid #000; border-bottom: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeaderT {border-top: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdDarkHeaderB {border-bottom: 2px solid #000; color:#ffffff; font-weight: bold;}
td.tdFormHeader {background-color: #999; border-top: 1px solid #8D0028; border-bottom: 1px solid #8D0028; color: white; font-weight: bold}
td.tdLtHeader {background-color: #e5eef2; border-top: 1px solid #006; border-bottom: 1px solid #006; font-weight: bold}
td.tdLtHeader2 {background-color: #e5eef2; border: 1px solid #006; font-weight: bold}
td.reqd {background : #8D0028; color: #8D0028; font-size: 10px; font-weight: bold}

/* fonts */
.size1 {font-size: 85%;}
.size2 {font-size: 100%;}
.size3 {font-size: 110%;}
.size4 {font-size: 125%;}
.size5 {font-size: 140%;}
.size6 {font-size: 150%;}
.size7 {font-size: 175%;}

/*forms*/
#qfinder {font-weight: normal; background-color: #fff; color: #000}
#submit {cursor: hand; background-color: #e5eef2}
#reqd {font-size: 10px; font-weight: bold; color: #8D0028}
#formRowTop {border-top: 2px solid #8D0028;}
#navSelect {font-size: 7pt; width: 170px}
#radio, #check, #image {background-color: #e5eef2; border: 0px}
#emptyField {background-color: #ffff00; font-size: 11px; color: #000; font-weight: bold; border: 2px solid #000}
