/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CECECE url(images/img1.gif);
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color:#990000;
}

h1 {
	font-size:3em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin: 0;
	font-size: 1.3em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color:#000000;
	font-weight:bold;
}

img {
	border: none;
}

label {
	width:200px;
	text-align:left;
}

#container {
	width:90%;
	min-width:920px;
	max-width:920px;
	margin:auto;
}

/* Header */

#header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: url(images/img2.png);
}

#header * {
	margin: 0;
	text-align:center;
	text-decoration: none;
	color: #990000;
}

#header h1 {
	font-variant:small-caps;
}

#header h2 {
	font-size: 1.2em;
}

/* Menu */

#menu {
	width: 100%;
	min-height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 19px 0 18px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	min-height:450px;
	padding:0px 10px 0px 40px;
	border:2px solid #CCCCCC;
	background-color:#CCCCCC;
}

.float {
	float:right;
	color:#FFFFFF;
	font-size:.8em;
	margin-left:10px;
}

.float h2 {
	color:#FFFFFF;
	font-size:1.4em;
}

.meetings {
	width: 14em;
	background: #990000 url(images/bottomLeft.png) no-repeat left bottom;
}

.meetings ul {
}

.box-outer {
  background: url(images/bottomRight.png) no-repeat right bottom;
  padding-bottom: 5%;
}
.box-inner {
  background: url(images/topLeft.png) no-repeat left top;
}
.meetings h2 {
  background: url(images/topRight.png) no-repeat right top;
  padding-top: 7%;
  padding-bottom:7%;
  text-align:center;
  font-weight:normal;
}

.news {
  width: 12em;
  margin:0em 1em 0em 1em;
  background: #CCCCCC url(images/bottomLeft2.png) no-repeat left bottom;
  color:#990000;
}
.box-outer2 {
  background: url(images/bottomRight2.png) no-repeat right bottom;
  padding-bottom: 5%;
}
.box-inner2 {
  background: url(images/topLeft2.png) no-repeat left top;
}
.news h2 {
  background: url(images/topRight2.png) no-repeat right top;
  padding-top: 5%;
  color:#990000;
}
.news h2, .news p {
  padding-left: 5%;
  padding-right: 5%;
}
		
#colOne {
	float: left;
	width: 30%;	
	background-color:#999999;
    background: url(images/topLeft.png) no-repeat left top;
}

.box-outer {
	background: url(images/bottomRight.png) no-repeat right bottom;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 3px 0;
	background: url(images/img6.gif);
	background-repeat:repeat-x;
	font-size: smaller;
	color:#222222;
	background-color:#999999;
	color:#000000;
	text-indent:25px;
}

#footer a {
	color:#990000;
}