* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #fff;
	color: #000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: URL(training/background_XL.gif);
	background-repeat: repeat-y;
}

DIV#container {
	width: 997px;
	/*
	background-image: URL(training/background.gif);
	background-repeat: repeat-y;
	background-position : right;
	*/
}

DIV#leftcol {
	width: 165px; /* 193px; */
	float: left;
	padding-top: 227px;
	padding-left: 28px; /* 0px; */
	color: #014826;
	line-height: 150%;
}

DIV#rightcol {
	margin-left: 194px;
	width: 762px;
}

DIV#header {
	width: 762px;
	height: 150px;
}

DIV#navbar1 {
	margin-left: 11px;
	margin-top: 6px;
	margin-bottom: 4px;
}

DIV#navbar2 {
	margin-left: 11px;
	margin-top: 4px;
	margin-bottom: 2px;
}

DIV#fontsize {
	float: right;
	color: #014826;
	width: 150px;
	height: 23px;
	overflow: hidden;
}

DIV#bigphoto {
	margin-top: 10px;
	width: 763px;
	height: 307px;
}

DIV#pageBlock {
}
DIV#dotty {
	background-image: URL(training/vertical.gif);
	background-position: 550px;
	background-repeat: repeat-y;
}

DIV#pagecopy {
	/*
	background-image: URL(training/vertical.gif);
	background-position: right;
	background-repeat: repeat-y;
	*/
	width: 510px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
	color: #434844;
	line-height: 150%;
}

DIV#topicaltips {
	float: right;
	width: 194px;
	color: #014826;
	margin-top: 10px;
	line-height: 150%;
}

/* Link Styles */
DIV#navbar1 A {
	color: #014826;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}
DIV#navbar1 A:hover {
	color: Black;
	font-size: 1.2em;
	text-decoration: none;
}
DIV#navbar1 A.active1{
	color: #87bb46;
}
DIV#navbar2 A {
	color: #014826;
	font-size: 1em;
	text-decoration: none;
	height: 23px;
}
DIV#navbar2 A:hover {
	color: Black;
	font-size: 1em;
	text-decoration: none;
}
DIV#fontsize A {
	background-color: Transparent;
}
DIV#fontsize A:hover {
	background-color: White;
}
A {
	color: #014826;
	text-decoration: underline;
}
A:hover {
	color: Black;
	text-decoration: underline;
}

/* HTML Elements */
#pageBlock H1 {
	color: #014826;
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 20px;
}

H1#DandC {
	clear: both;
	float: right;
	padding-left: 0px;
	width: 194px;
	text-align: left;
}

P {
	margin-bottom: 1em;
}

.justright {
	float: right;
}

UL {
	list-style-type : circle;
	margin-left: 2em;
}

LI {
	margin-bottom: 1em;
}

/* Footer */
.footermargin {
	padding-left: 20px;
	padding-bottom: 30px;
}
.contactright {
	color: #006634;
	float: right;
}
.footerlinks A {
	color: #006634;
	font-weight: bold;
}
.footerlinks A:hover {
	color: Black;
}
A.milink {
	color: #006634;
}
A.milink:hover {
	color: Black;
}

P.topdots {
	margin-bottom: 5px;
}