html {
	border:0; padding:0; margin:0;
	}

body {
	margin: 0; /* to make page centered */
	text-align: center; /* to make page centered */
	background-color: #111;
	border:0; padding:0;
	}

#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 820px;
	top: 0px;
	/*text-align: left; /* to make page centered in IE*/
	}

/*
#title {
	position: relative;
	height: 175px;
	width: 814px;
	border-left: 3px solid #444;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	margin: 0;
	padding: 0;
	}

#title img {
	border-style: none;
	}
*/

img.title {
	border-left: 3px solid #444;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;
	margin: 0;
	padding: 0;
	}


/****************/
/*	Left Menu	*/
/****************/
#leftmenucontainer {
	float: left;
	width: 138px; /*170px total - 30px from padding/margin, 2px from border*/
	min-height: 1979px;
	height: auto !important;  /* To make min-height work in IE */
	height: 1979px; /*2000px total - 20px from padding/margin, 1px from border*/
	margin: 0px;
	padding: 10px 15px 10px 15px;
	border-width: 1px;
	border-style: solid solid solid solid;
	border-color: #444;
	}

#leftmenu {
	width: 138px; /*140px total - 0px from padding/margin, 2px from border*/
	/*height: 759px; /*780px total - 20px from padding/margin, 1px from border*/
	margin: 0px;
	padding: 0px;
	border-style: solid solid solid solid;
	border-color: #444;
	border-width: 1px;
	font-family: "Century Gothic";
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}
	
#leftmenu ul {
	margin: 0;
	padding: 0;
	}

#leftmenu li {
	list-style-type: none; /* removes bullets */
	}

#leftmenu li a {
  	height: 24px;
	text-decoration: none; /* removes underlines from links */
	white-space: nowrap; /* Prevents text from ever wrapping */
	}	
	
#leftmenu li a:link, #leftmenu li a:visited {
	display: block;
	color: #ffd100; /* rich yellow */ /* can try #e5cc80 for a more matte tan tone */
	background-color: #222; /* dark gray */
	padding: 8px 0 0 10px;
	}
	
#leftmenu li a:hover {
	color: #ffd100; /* rich yellow */
	background-color: #333; /* dark gray */
	padding: 8px 0 0 10px;
	}


/****************/
/*	  Content	*/
/****************/
#contentcontainer {
	float: left;
	width: 479px; /*500px total - 20px from padding/margin, 1px from border*/
	min-height: 1979px;
	height: auto !important;  /* To make min-height work in IE */
	height: 1979px; /*2000px total - 20px from padding/margin, 1px from border*/
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid solid solid none;
	border-color: #444;
	}

div.content {
	width: 458px; /*480 px total - 20px from padding/margin, 2px from border*/
	/*height: 759px; /*780px total - 20px from padding/margin, 1px from border*/
	margin: 0 0 15px 0;
	padding: 10px;
	text-align: left;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	background-color: #222;
	border: 1px solid #444;
	}

#contentcontainer h1 { /* Formatting for Title */
	font-family: "Franklin Gothic Medium";
	font-size: 12pt;
	font-weight: bold;
	color: #ffd100; /* rich yellow */
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	}

#contentcontainer h2 { /* Formatting for Text */
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	color: #bbb; /*try #ccc if too dark*/
	text-align: justify;
	}

#contentcontainer h6 { /* Formatting for Date */
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #ffd100; /* rich yellow */
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#contentcontainer a:link, #contentcontainer a:visited {
	text-decoration: none; /* removes underlines from links */
	color: #ffd100; /* rich yellow */
	border: none;
	}
#contentcontainer a:hover {
	color: #fff; /* white */
	text-decoration: none;
	border: none;
	}

#contentcontainer img {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 0;
	}
#contentcontainer img.right {
	float: right;
	margin: 5px 0 5px 15px;
	}

/* CLASS FOR EACH STEP IN A GUIDE FOR EASE OF READABILITY AND SPACING PURPOSES*/
#contentcontainer div.step {
	width: 458px;
	height: 200px;
	margin: 0;
	padding: 0;
	}

/* FOUR CLASSES FOR CAPTIONS (images can be right or left aligned and can be either 120 or 160 px wide) */
#contentcontainer div.captionleft120 {
	float: left;
	clear: left;
	width: 120px;
	margin: 0 15px 5px 0;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #bbb;
	text-align: center;
	}
#contentcontainer div.captionleft160 {
	float: left;
	clear: left;
	width: 160px;
	margin: 0 15px 5px 0;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #bbb;
	text-align: center;
	}
#contentcontainer div.captionright120 {
	float: right;
	clear: right;
	width: 120px;
	margin: 0 0 5px 15px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #bbb;
	text-align: center;
	}
#contentcontainer div.captionright160 {
	float: right;
	clear: right;
	width: 160px;
	margin: 0 0 5px 15px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #bbb;
	text-align: center;
	}

/* CURRENTLY THIS CLASS IS NOT NEEDED */
#contentcontainer a.image:link, #content a.image:visited { /* For images that are also hyperlinks */
	text-decoration: none; /* removes underlines from links */
	color: #ffd100; /* rich yellow */
	}
#contentcontainer a.image:hover {
	color: #fff; /* white */
	}

/*IE Image Link Border Fix*/
#contentcontainer a img {border: 2px solid #ffd100;}
#contentcontainer a:hover img {border: 2px solid #ffffff;}
/*End IE Image Link Border Fix*/



/********************/
/*	  Right Frame	*/
/********************/
#rightframecontainer {
	float: left;
	width: 129px; /*150px total - 20px from padding/margin, 1px from border*/
	min-height: 1979px;
	height: auto !important;  /* To make min-height work in IE */
	height: 1979px; /*2000px total - 20px from padding/margin, 1px from border*/
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-width: 1px;
	border-style: solid solid solid none;
	border-color: #444;
}

#rightframe {
	width: 108px; /*130px total - 20px from padding/margin, 2px from border*/
	/*height: 759px; /*780px total - 20px from padding/margin, 1px from border*/
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	background-color: #222;
	border: 1px solid #444;
	}

#rightframe h2 { /* Formatting for Right Frame Text */
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #bbb; /*try #ccc if too dark*/
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
	}

#rightframe img {
	margin: 10px 0 0 0;
	padding: 0;
	border: 1px solid #ffd100;
	}

#rightframe a:link, #content a:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none; /* removes underlines from links */
	color: #ffd100; /* rich yellow */
	}
#rightframe a:hover {
	color: #fff; /* white */
	}


/****************/
/*	  Footer	*/
/****************/
#footer {
	float: left;
	height: 50px;
	width: 800px;
	text-align: center;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none; /* removes underlines from links */
	color: #ffd100; /* rich yellow */
	}

#footer a:link, #footer a:visited {
	color: #ffd100;
	}

#footer a:hover {
	color: #fff;
	}	

#footer img {
	vertical-align: bottom;
	border-style: none;
	}




body {
	margin: 0; /* to make page centered */
	text-align: center; /* to make page centered */
	background-color: #111;
	}


