@charset "UTF-8";
/* CSS Document */

html, body {
		height: 100%;
	}
			
body {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Geneva, Arial, sans-serif;
		color: #333333;
		font-size: 12px;
		background-color:#FFFFFF;
		line-height: 15px;
	}
			
#container {
		position: relative;
		min-height: 100%;
		height: auto !important; /* For Modern Browsers */
  		height: 100%; /* For IE */
		voice-family: "\"}\"";
		voice-family: inherit;
		height: auto;
		margin:0 auto;
		margin-left: 10px;
		margin-top: 20px;
		width:800px;
		z-index:20;
		position:relative;
		background-color: #FFFFFF;
		
}

html, body #container {
		height: auto;
}

a { 
	outline: none

}

#header { 
	background: ##FFFFFF; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-transform: uppercase;
	font-size: 24px;
	font-style:normal;
	color: #235964;
}

h2 { 
	text-transform:uppercase;
	font-size:14px;
	font-style:normal;
}
		
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 0 0 0;
}

#sidebar1 img {
	padding: 20px 0px 0px 10px;
	
}

a.menu:link {
text-decoration: none

}

a.menu:visited {
text-decoration: none

}
a.menu:active {
text-decoration: none

}
a.menu:hover {
text-decoration: none

}

#mainContent {

color: #333333;
margin: 20px 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

}

.homeImage {
	margin: 15px 0px 0px 10px;
}


.blueSquare {
	display:inline;
	padding-right: 4px;
}


.thumbnailTable {
margin: 5px 0px 0px 0px;
padding-left: 0px;

}

#pageHeader {
margin: 0px 0px 0px 0px;


}

.pageHeaderImg {

margin: 5px 0px 5px 10px;
}



.descriptionText {
	text-align:justify;
	

}

.descriptionTextLink {	
	text-decoration: underline;
	color: #333333

}

.descriptionTextLink:link {	
	text-decoration: none;
	color: #333333

}

.descriptionTextLink:visited {
	text-decoration: none;
	color: #333333

}
.descriptionTextLink:active {
	text-decoration: none;
	color: #333333

}
.descriptionTextLink:hover {
	text-decoration: underline;
	color: #333333

}

