@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*	color: #000; */
	background-color: #999;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 20;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
h3.head {
	text-align:center;




	font-size:16px
	color: #FFF;
	background: #007bab;
	font-size: 18px;
	color: #FFF;
	}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: red;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 960px;
	background: #FFC;
	border: 10px solid #007BAB;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
/*	background-color: #007BAB; */
}

.sidebar1 {
	float: left;
	width: 180px;
}
.content {
	float: left;
	width: 960px;
	min-height:600px;
	padding: 10px;
	border-left: 10px solid #007BAB;
}

.nonav {
	float: left;
	width: 960px;
	min-height:650px;
	padding: 10px;
	font-size: 12px;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
/*	border-top: 1px solid #666;*/
}
ul.nav li {
	border-bottom: 10px solid #007BAB;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
/*	background-color: #FFC;*/
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
/*	color: #FFF;
	background-color: #007BAB;*/
	border-left-width: 10px;
}

/* ~~ The footer ~~ */
.footer {
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-style: italic;
	font-size: 12px;
	background: #007BAB;
	text-align: center;
}

.roundedbox {
	width:400px;
	margin: 5px;
	padding: 20px;
	height:auto;
	border:2px solid;
	font-size: 14px;
	text-align:justify;
	box-shadow: 10px 10px 5px #999999;
}

.center
{
margin:auto;
width:70%;
background-color:#b0e0e6;
}

.minutes {
	font-size: 10px;
}
