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

body {
	background-color: #CCCCCC;
	font-family: "trebuchet MS", Arial, "ms sans Serif", sans-serif;
	font-size: 12px;
}
h1 {
	color: #478A9D;
	font-size: 20px;
}
h2 {
	color: #90B71D;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F99641;
}

h3 {
margin-top: -10px;
margin-bottom: -10px;
font-size: 12px;

}

.bigText {
	font-size: 2em;
}

.container {
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.NavBar {
	background-color: #90B71D;
	height: 30px;
	width: auto;
	border: 1px solid #BFCF50;
}

.NavBar a {
color: #FFFFFF;
}

.NavBarTextBox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFCF50;
	height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "trebuchet MS", Arial, "ms sans Serif", sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
}
.mast {
	height: 207px;
}
.content {
	float: none;
}
.leftSidebar {
	background-image: url(images/left_sidebar_bg.jpg);
	background-repeat: repeat-y;
	width: 177px;
	float: left;
}
.leftSidebar li {
	list-style-image: url(images/left_bullet.jpg);
	font-family: "trebuchet MS", Arial, "ms sans Serif", sans-serif;
	list-style-position: outside;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
padding-right: 20px;
padding-bottom: 3px;

}


.leftSidebar a {
color: black;
}

.leftSidebar h1 {
color: black;
font-size: 14px;
padding-left: 7px;
}

.rightSidebar {
	float: right;
	width: 210px;
}
.rightSidebar li {
	list-style-image: url(images/right_bullets.jpg);
}


.mainContent {
	width: 321px;
	margin-left: 185px;
}
.welcomeBox {
	background-color: #327D9B;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/welcome_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding-bottom: 35px;
}
.footer {
	background-color: #F99641;
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}




.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;
}

#BlogSidebar {visibility: hidden}
