/* CSS Document */

img {display: none;}

#wrapper {width: 100%;}

#site-text {text-align: center;
	font-weight: bold;
	padding: 10px 10px;}

#page-header {padding: 10px 10px;
	text-align: center;}



#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
}
#header h1 {
	
}

#header slogan {
}

#header .navigation {

}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#sidebar1 {

}

#sidebar-providers {

}

#sidebar1-community {

}

#mainContent-right {

} 

#sidebar2 {

}

#mainContent-left {

} 

#sidebar-right-wide {

}

#mainContent-left-narrow {

} 



h1 {
	font-size:24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #569CD0;
	padding-top: 25px;
}

h2 {
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #092E62;
}

a:link, a:visited {
	color: #00245D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #58B7DD;
}

.page-menu {
}

.menu {

}
.menutitle {

}
.menu p {

}

.menu1 {

}
.menutitle1 {

}
.menu1 p {

}



.menu2 {

}

.menu2 ul {


}

.menu2 ul li {


}


#mainContent .table {

}
#container #mainContent .table p {

}
#footer {

}


#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 */
}


#copyright {

}
.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. */

}
.fltlft { /* this class can be used to float an element left in your page */

}
.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;
}
 

