body  {
	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 */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	background-repeat: repeat-x;
	background-color: #c7e3d5;
	margin: 0; 
	padding: 0;
	color: #000;
}
p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #000;
}
img {
	border-style: none;
}
h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#000; 
	text-align:center;
	font-size: 1.9em;
	line-height: 1.25em;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 0px 10px;
}
h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000; 
	text-align:center;
	font-size: 1.25em;
	line-height: 1.25em;
	padding-bottom:8px;
	margin: 20px 0;
}
h3 {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom:4px;
	font-weight:bold;
	color:#000;
}
a:link {
	color: #025f88;	
	border-bottom: solid 1px;

}
a:visited {
	color: #32505d;
	text-decoration:none;
	border-bottom: solid 1px;
}
a:hover {
	color: #012e2b;
	text-decoration:none;
	border-bottom: dashed 1px;

}
a:active {
	color: #025f88;
	padding-top: 2px;
	text-decoration:none;
	border-bottom: solid 1px;
	font-weight: bold;
}
a:link.index {
	color: #1f6054;	
	border-bottom: solid 1px;

}
a:visited.index {
	color: #35504b;
	text-decoration:none;
	border-bottom: solid 1px;
}
a:hover.index {
	color: #000;
	text-decoration:none;
	border-bottom: dashed 1px;

}
a:active.index {
	color: #1f6054;
	padding-top: 2px;
	text-decoration:none;
	border-bottom: solid 1px;
	font-weight: bold;
}
/* front page appearance */
h1.index { 
	font-family: Times New Roman, serif; 
	font-weight: bold; 
	color:#000; 
	text-align:center;
	font-size: 1.8em;
	padding: 5px 0px;
	border-bottom:1px solid #666;
	line-height:1em;
}
div#index {
	width: 725px; padding: 15px; border: dotted 2px #187C94;
	background-image:url("../images/index-tbl-bg.jpg");
    background-repeat:repeat;
}

div.index-inside {
	padding: 0 12px; 
}
#index-bg {
background-image:url(../images/index-tbl-bg.jpg);
background-repeat:repeat;
}
#who {
background-image:url(../images/who2.png);
background-repeat:no-repeat;
}
#how {
background-image:url(../images/how.png);
background-repeat:no-repeat;
}
#what {
background-image:url(../images/what.png);
background-repeat:no-repeat;
}

img.floatleft {
	float: left;
	padding-right: 4px;
}
img.floatright {
	float: right;
	padding-right: 4px;
}
div.floatright {
	float: right;
	padding-right: 4px;
}
h3.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.9em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	text-transform:uppercase;
	text-align:center;
}
h1.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color:#840000; 
	text-align:center;
	font-size: 1.8em;
	border-top:3px double #999;
	border-bottom:1px solid #999;
}
/* postioning for two columns */
.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
} 
.twoColFixLtHdr #hdrcontainer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header { 
	background: #f15d22; 
	 /* padding: 0 10px 0 20px; 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. */
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #nav { 
	background: #a7c5d9; 
	/* padding: 0 10px 0 20px;  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. */
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* 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: #ffff9f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 5px 15px 10px;
	border-right: #000 1px solid;
	font-size:14px
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 175px; /* 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. */
	padding: 10px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p { 
	margin: 0 0 0 0px; /* 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. */
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f68a22; 
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}

.oneColFix #container {
	background:#ffffff;
	width: 500px;
    height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #f68a22;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFix #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 250px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

/* Slideshow styling */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
		
/*Round Corners on Images Use as <div class="boxbg all-round">This is my div with rounded corners.</div>*/
.boxbg { background-color:#ccc; }
.all-round {
border-radius:1em;
-moz-border-radius:1em;
-webkit-border-radius:1em;
}


