html, body, * { 
margin: 0; 
padding: 0; 
} 

:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; } 


h1 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
	font-weight: bold;
} 

h2 {
	TEXT-ALIGN: left;
	MARGIN: 0px;
	COLOR: #333333;
	FONT-SIZE: 1.1em;
	FONT-WEIGHT: bold;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	color: #666666;
} 

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: 1.03em;
	margin-bottom: 1em;
} 

ul, li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/WebsiteImages/triygreentrans.gif);
	margin-left: 10px;
} 
ol, ol li { list-style-type: decimal; } 


strong { 
font-weight: bold; 
/*font-style: italic; */
} 

fieldset { border: none; } 

/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
} 

.clear { display: inline-table; } 

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 

/* THIS IS WHERE OUR PREV STYLE SHEET BEGAN */ 
body {
	color:#333;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
a {
 color: #009900;
 text-decoration:underline;
}

/*.content {
	background: #FFFFFF;
	color:#333333;
	width: 1100px;*/
}


.img_left {
	float: left;
	padding-right: 5px;
}

/*.img_leftnoborder {
	float: left;*/

.img_right {
	float: right;
	background-color: #F0F0F0;
	border: 0px solid #0D0000;
	padding-right: 5px;
}

/*.img_rightnoborder {
	float: right;*/

.banner {
	background-image: url(../images/Banner.gif);
	position: absolute;
	left: 10px;
	top: 15px;
	background-repeat: no-repeat;
	 }
.title {
	font-family: Calibri;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: none;
	line-height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	 }
	 
.titleblack {
	font-family: Calibri;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	 }	 
.redbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .85em;
	color: #900000;
	font-weight: bold;
	text-transform: none;
	line-height: normal;
	 }
.right {
	/* Took out top margin, set to -4 cj to move it flush to the top banner. There is still a white line to get rid of in IE7 */
	background-image: url(../images/BackgroundForRight.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	/*width: 818px;*/
	background-position: bottom;
	padding-left: 10px;
	position:absolute;
	left:228px;
	top:20px;
	width: 806px;
}

/*.rightboxnoborder {
	float: right;
	WIDTH: 800px;*/


#leftcol {
	TEXT-ALIGN: left;
	COLOR: #ffffff;
	width: 280px;
	overflow: hidden;
	background-color: #000000;
}

#leftcol TD.leftnav-a {
	BACKGROUND-IMAGE: url(../images/leftnav-arw-transwitharrow.gif);
	HEIGHT: 26px;
	COLOR: #ffffff;
	CURSOR: pointer;
	FONT-WEIGHT: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: no-repeat;
	text-indent: 35px;
}

#leftcol TD.leftnav-a-static {
	BACKGROUND-IMAGE: url(../images/leftnavNoarrow.gif);
	HEIGHT: 26px;
	COLOR: #ffffff;
	CURSOR: pointer;
	FONT-WEIGHT: bold;
	background-repeat: no-repeat;
	text-indent: 35px;
	background-color: #000000;	/*vertical-align: middle;*/
}

#leftcol td.leftnav-a-static A {
	COLOR: #ffffff;
	FONT-SIZE: .8em;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;

}

#leftcol td.leftnav-a-static A:hover {
	COLOR: #9EC54D;
	FONT-WEIGHT: bold;
	height: 150px;
}

#leftcol TD.leftnav-b-static {
	BACKGROUND-IMAGE: url(../images/leftnavgreen.gif);
	TEXT-INDENT: 20px;
	HEIGHT: 26px;
	CURSOR: pointer;
	FONT-WEIGHT: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 40px;
	background-color: #000000;
	background-repeat: no-repeat;
}

#leftcol td.leftnav-b-static A {
	COLOR: #ffffff; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}

#leftcol td.leftnav-b-static A:hover {
	COLOR: #9EC54D;
	FONT-WEIGHT: bold;
}

#topnav {
	COLOR: #0D0000;
	FONT-SIZE: .8em;
	font-family: Verdana, Geneva, sans-serif;
	/*text-align: center;*/
	/*border: 1px solid #0000FF;*/
	/*height: 20px;*/
	/*background-color: #E8AF4A;*/
	width: 818px;
	/*float: right;*/
}


INPUT {
	HEIGHT: 20px;
	COLOR: #404F1A;
	FONT-SIZE: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #008000;
	cursor: pointer;
	cursor: hand;
}


TEXTAREA {
	FONT-FAMILY: Arial;
	COLOR: #000000;
	FONT-SIZE: .85em
}
INPUT.submit {
	BORDER-BOTTOM: #3d8faf 1px solid; BORDER-LEFT: #3d8faf 1px solid; BACKGROUND-COLOR: #73b5ce; HEIGHT: 20px; COLOR: #ffffff; FONT-SIZE: 10px; BORDER-TOP: #3d8faf 1px solid; FONT-WEIGHT: bold; BORDER-RIGHT: #3d8faf 1px solid
}
td.nedVal {
	color:#000;
	font-weight:bold;
}
td.nedLbl {
	color:#000;
}

body td.sdLbl
{
	background-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

body td.sdVal
{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

body table.enrolQstn
{
	border-style: solid none solid solid;
	border-width: 1px 0px 1px 1px;
	border-color: #DDDDDD;
}

/*#footer {
	TEXT-ALIGN: center;
	MARGIN: 10px 3px;
	COLOR: #999999;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal
}
#footer A {
	COLOR: #999999; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none
}
#footer A:hover {
	COLOR: #999999; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: underline*/


