@charset "UTF-8";

/*Color Definitions:
Darkest Blue: 0d2b66
0c3f97
48628f
Lightest Blue: 94a6c4
*/

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	font-size: 11px;
	}


a {
	color: #404a22;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
.twoColFixRtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding: 0;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	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 */
}

.twoColFixRtHdr #rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	/*width: 232px; /* 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: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0;
	padding-top: 8px;
	width: 250px;
	margin-bottom: 0px;
	height: 100%;
}

.twoColFixRtHdr #leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	/*width: 232px; /* 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: #8d9d6a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0;
	width: 185px;
	margin-bottom: 0px;
	height: 100%;
	min-height: 450px;
}

.twoColFixRtHdr #leftSidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #leftSidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 3px;
	list-style: none;
}

.twoColFixRtHdr #leftSidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b3920;
	text-decoration: none;
	margin-top: 6px;
}

.twoColFixRtHdr #leftSidebar a:hover {
	color: white;
	text-decoration: underline;
}

.twoColFixRtHdr #centerRegion { 
	float: left;
	width: 750px;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	padding-top: 0em;
	padding-bottom: 0em;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-color:blue;
	border-left-width:8em;
	height: 100%;
	background-color: white;
}

.twoColFixRtHdr #centerRegion h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #a8b794;
	font-size: 25px;
	padding-left: 15px;
	padding-top: 10px;
	font-weight: bold;
}



.twoColFixRtHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	padding-top: 0em;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #2b3920;
	font-size: 18px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}

.twoColFixRtHdr #mainContent h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #2b3920;
	font-size: 16px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}

.twoColFixRtHdr #mainContent h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #2b3920;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}

.twoColFixRtHdr #mainContent h5 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #2b3920;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}

.twoColFixRtHdr #mainContent h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	color: #2b3920;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 0px;
}

.twoColFixRtHdr #mainContent h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2b3920;
	font-weight: normal;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixRtHdr #mainContent p { 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right 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. */
	padding-top: 10px;;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	line-height: 18px;
	
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent ol, ul, li { 
	line-height: 18px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContent li { 
	list-style: square;
} 

.twoColFixRtHdr #leftColumn {
 	float:left;
	width: 157px;
	margin-left: 8px;
	margin-right: 8px;
}

.twoColFixRtHdr #rightColumn {
 	float:right;
	width: 313px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 8px;
	min-height: 98px;
}

.twoColFixRtHdr #rightColumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 11px;
	color: black;
}

.twoColFixRtHdr #rightColumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.twoColFixRtHdr #rightColumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	font-size: 18px;
	color: #666666;
}

.twoColFixRtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#404a22; 
	width: 960px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-left: 10px;
	font-size: smallest;
	color: white;
}

.twoColFixRtHdr #footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	padding-left: 10px;
	font-size: small;
	font-weight: normal;
	color: white;
}

.twoColFixRtHdr #footer strong {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: smallest;
	font-weight: bold;
	color: white;
}
.twoColFixRtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-bottom: 10px;
	text-align: center;
	font-size: smallest;
	color: white;
}

.twoColFixRtHdr #newsroom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-left: 16px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixRtHdr #newsroom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 4px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	text-align: left;
	font-size: 12px;
	color: black;
}

.twoColFixRtHdr #newsroom p.ArtDate {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
}

.twoColFixRtHdr #ArtText p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 5px;
padding-bottom: 5px;
line-height: 22px;
}


.twoColFixRtHdr #newsroom h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 4px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	text-align: left;
	font-size: 18px;
	color: #2b3920;
}

.twoColFixRtHdr #newsroom h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	text-align: center;
	color: white;
}

.twoColFixRtHdr #newsroom h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.twoColFixRtHdr #newsroom ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	font-size: 12px;
	color: black;
	list-style-type: none;
	
}

.twoColFixRtHdr #newsroom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.twoColFixRtHdr #newsroom a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.twoColFixRtHdr #news a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.twoColFixRtHdr #news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

.indexheadline.a {
	color: #2b3920;
}

.indexheadline.h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.indexheadline.span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:20;
    font-size: 1px;
    line-height: 0px;
	backgrounad-color:#2b3920;
}


