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

body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	white-space: normal;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #003300;
	text-decoration: none;
	white-space: normal;
	background-color: #BBDDC4;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
	background-color: #BBDDC4;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

h5 {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
	white-space: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	bottom: auto;
	color: #000000;
	white-space: normal;
	font-style: italic;
	word-spacing: normal;
	letter-spacing: normal;
	display: block;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	white-space: normal;
	text-align: justify;
	display: block;
	text-indent: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	top: auto;
	background-position: left top;
}

p.caption {
	height: 40px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #003300;
}
a {
	color: #003300;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	font-size: 11px;
	text-align: justify;
	color: #003300;
}
a:hover {
	font-size: 11px;
	text-align: justify;
	color: #003300;
}

#container {
	width: 1000px;
	background: #AAAAAA;
	background-image: url(Images/ContentBackgroundCCCCCC.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
}

#webpage {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}

#banner {
	background-image: url(Images/HeaderBackground.png);
	height: 200px; /*163px without navigation bar +18px with*/
	width: auto;
	background-repeat: no-repeat;
}

#bannerPictures {
	height: 150px;
	width: 950px;
	padding-top: 10px;
	padding-left: 10px;
}


.NavigationLinkBoxes {
	height: 35px;
	width: 120px;
	text-align: center;
	background-color: #BBDDC4;
	margin: 0;
	float: left;
	padding-top: 5px;
}
.NavigationLinkBoxes a {
	vertical-align: middle;
}


#centralContainer {
	width: 960px;
}

#sidebar {
	width: 199px;
	padding: 10px;
	vertical-align: top;
	background-image: url(Images/SidebarBackground.png);
	background-repeat: repeat-y;
}

#content {
	width: 704px;
	background-color: #FFFFFF;
	padding: 10px;
	vertical-align: top;
}

#footer {
	background-image: url(Images/FooterBackground.png);
	height: 145px;
	width: auto;
	background-repeat:repeat-y;
	clear: both;
}
#footerLinks {
	text-align: center;
	width: 960px;
	padding-top: 20px;
}


.cycleimagecontainer img {
	/* height: 300px;
	width: 300px; */
}
.logoBoxes {
	float: left;
	height: 170px;
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.logoBoxes img {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.box {
	border: 0px none #000;
	display: none;
}

.red {
	color:#F00;
}
#ProjectSideBar {
	width: 120px;
	background-color: #BBDDC4;
	margin-right: auto;
	margin-left: auto;
}
#ProjectSideBar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	text-decoration: none;
	cursor: pointer;
}

.invisible {
	display:none;
}

#groupListTable td {
	border:1px #CCCCCC solid;
	padding:5px;
}

#groupListTable h4 {
	font-size:14px;
	
}

