/* CSS Document */
*{
	margin: 0;		/*  :::::  Reset Whitespace for all elements; consistency across browsers  :::::  */	
	padding: 0;
	}

#wrapper {
	height: 100%;
	}

body{
	color: #333;
	font-size: medium;
	font-family:Arial, Helvetica, sans-serif;
	margin: 25px 0 0 0;
	padding: 0;
	}

#header{
	width:100%;
	clear:both;
	padding:0 0 0 1em;
	}	

#topNav {
	width:100%;
	clear:both;
	padding:5px 0 5px 21px;
	border-bottom: solid thin #0033FF;
	margin-bottom:20px;
	margin-top:-18px;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#topNav ul {
	font-size: .9em;
	list-style: none;
	}
#topNav ul li{
	display:inline;
	padding-right:35px;
	}

#topNav ul li a {
	text-decoration:none;
	color: #222;
	}
#topNav ul li a:visited{
	color: #222;
	text-decoration: none;
	}
#topNav ul li a:hover{
	color: #0033FF;
	text-decoration: underline;
	}



/* Comment out the blue border line below if Right contect div is longer than Nav, & hide Left border-right */
#left {
	float:left;
	height: 100%;
	width:220px;
	margin: 0 0 0 20px;
	border-right: solid thin #0033FF;
	}
	

  /* Adjust HEIGHT pixel height to match height of right (content) column) */
#leftGray {
	float:left;
	height: 570px;   
	width:220px;
	margin: 0 0 0 20px;
	background-image:url(/images/GrayGradient.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#left li a {
	color: #333;
	text-decoration: none;
	list-style: none }

#left li a:hover {
	color: #999;
	text-decoration: underline }


/* ****  NAVIGATION **** */
#navHeader {
	margin: 0 15px 0 -15px;
	}

#nav {
	margin: 0 15px 0 11px;
	}	
	
#nav ul {
	font-size: .9em;
	list-style: none;
	}

#nav ul li a {
	text-decoration:none;
	color: #333;
	}
#nav ul li a:visited{
	color: #333;
	text-decoration: none;
	}
#nav ul li a:hover{
	color: #0033FF;
	text-decoration: underline;
	}
	
#nav h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	}
#nav h4{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	}
#nav h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#000000;
	}
	
/* ****  END NAV **** */


#right {
	float:left;
	width: 60%;
	margin: 0 10px 0px 15px;
	}
#content {
	margin: 0 0 0 20px;
	border:none;
	}

#footer {
	float:left;
	width: 100%;
	margin: 3px 0 0 0;
	background-color:#E4E4E4;
	}


/* ****  LINKS & HEADINGS **** */
	
a:link{
	color: #333;
	text-decoration:underline;
	} 
a:visited{
	color: #333;
	text-decoration:underline;
	}
a:hover{
	color: #0033FF;
	text-decoration: underline;
	}
a:active{
	color: #333;
	text-decoration:underline;
	}


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: bold;
	color:#000000;
	}
		
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#000000;
	font-weight: bold;
	padding-bottom: .4em;  
	}
.italic_H2 {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	}
.bold_H2 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	}
.indent_H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#000000;
	font-weight: bold;
	padding-bottom: .4em;
	text-indent:7px;
	}
	

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	}
.italic_H3 {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	}
.bold_H3 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	}
.indent_h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	text-indent:7px;
	}
	
h4{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	}
.italic_H4 {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	}
.bold_H4 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	}
.indent_H4{	
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	text-indent:7px;
	}
	
	

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#000;
	}
.italic_H5 {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#000000;
	}
.bold_H5 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
	}
.indent_H5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	color:#000;
	text-indent:7px;
	}
	

h6{
	font-family:Arial, Helvetica, sans-serif;
	margin: 2px 0 0 5px;
	color:#000;
	font-size: .80em;
	font-weight:normal;
	font-style:normal;
	}
.italic_H6 {
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .80em;
	color:#000000;
	}
.bold_H6 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #000000;
	}
.indent_H6{
	font-family:Arial, Helvetica, sans-serif;
	margin: 2px 0 0 5px;
	color:#000;
	font-size: .80em;
	font-weight:normal;
	font-style:normal;
	text-indent:7px;
	}
		

.text_bold {
	font-weight:bold;
	}
.text_italic {
	font-style:italic;
	}	

.text_gray {
	color:#666666;
	}
.text_gray_bold {
	color:#666666;
	font-weight:bold;
	}
	
.text_black {
	color:#000000;
	}
.text_black_bold {
	color:#000000;
	font-weight:bold;
	}	
	
.text_blue {
	color:#0000FF;
	}
.text_blue_bold {
	color:#0000FF;
	font-weight:bold;
	}
	
.text_crimson {
	color:990000;
	}	
.text_crimson_bold {
	color:990000;
	font-weight:bold;
	}	
	
	
.fontsize_1small_x {
	font-size:x-small;
	}
.fontsize_2small {
	font-size:small;
	}
.fontsize_3medium {
	font-size:medium;
	}
.fontsize_4large {
	font-size:large;
	}
.fontsize_5large_x {
	font-size:x-large;
	}

.textIndent_1 {
	text-indent:5px;
	}
.textIndent_2 {
	text-indent:10px;
	}
.textIndent_3 {
	text-indent:15px;
	}
.textIndent_4 {
	text-indent:20px;
	}
.textIndent_5 {
	text-indent:25px;
	}
	
	

