body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #336633;
}
#Header {
	height: 201px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/ccu/images/layout.headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#Header img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#PageHeader {
	height: 140px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/ccu/images/layout.page.headerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#PageHeader img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	color: #CC3300;
	text-decoration: none;
}
h1 {
	font-size: x-large;
	font-weight: normal;
	color: #CC6600;
	line-height: 1.25em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
h2 {
	font-size: large;
	color: #006666;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009999;
	padding-top: 10px;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #333333;
}


a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#Navigation {
	background-image: url(/ccu/images/layout.navbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 38px;
	width: 100%;
	background-color: #336699;
	padding: 0px;
}
#Navigation #NavLinks {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 14px;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 15px;
}
#ContentContainer {
	background-color: #FFFFFF;
	background-image: url(/ccu/images/layout.contentbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	display: table;
	padding-bottom: 20px;
	overflow: auto;
	height: auto;
}
#ContentContainer #Content {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.75em;
	display: table;
}
#ContentContainer #Content #MainContent {
	float: left;
	width: 400px;
	padding-top: 10px;
	line-height: 1.75em;
	font-size: medium;
}

#ContentContainer #Content #NewsContainer {
	float: right;
	width: 247px;
	background-image: url(/ccu/images/layout.newsrptbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	display: table;
	line-height: normal;
}

#ContentContainer #Content #NewsContainer #NewsItems {
	background-image: url(/ccu/images/layout.newsbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 247px;
	display: table;
	font-size: small;
}
#ContentContainer #Content #NewsContainer #NewsItems ul {
	font-size: small;
	margin-left: 45px;
	margin-right: 30px;
	padding: 0px;
	list-style-type: square;
}
#ContentContainer #Content #MainContent #Feature {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6633;
	font-size: small;
	line-height: 1.5em;
	overflow: auto;
}
#ContentContainer #Content #MainContent #Address {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding-top: 20px;
	font-size: x-small;
	color: #336633;
	text-align: center;
	line-height: 1.5em;
	margin-top: 20px;
}

#ContentContainer #Content #MainContent #Feature #FeatureLeft {
	width: 48%;
	padding-right: 2%;
	float: left;
}
#ContentContainer #Content #MainContent #Feature #FeatureRight {
	float: right;
	width: 48%;
	padding-left: 2%;
}

#ContentContainer #Content #NewsContainer #NewsItems ul li {
	margin-bottom: 15px;
}
.date {
	font-size: x-small;
	color: #666666;
}

#ContentContainer #Content #NewsContainer #NewsFooter {
	background-color: #FFFFFF;
	width: 247px;
}



#Footer {
	background-image: url(/ccu/images/layout.footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 105px;
	width: 100%;
	text-align: center;
	font-size: x-small;
	color: #FFFFCC;
	clear: both;
	padding-top: 15px;
}
#Footer a {
	color: #FFCC33;
	text-decoration: underline;
}
#Footer a:hover {
	color: #FF6600;
	text-decoration: none;
}

#Navigation #NavLinks ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Navigation #NavLinks ul li {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#Navigation #NavLinks li a {
	color: #FFFFFF;
	text-decoration: none;
	width: 15%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Navigation #NavLinks li a:hover {
	background-color: #FFCC99;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #660000;
	border-top: 1px solid #FFFFCC;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #993300;
	border-left: 1px solid #FFFFCC;
	background-image: url(/ccu/images/layout.navbg-over.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h2.noline {
	font-size: large;
	color: #006666;
	font-weight: normal;
	border-top-style: none;
	margin-top: 0px;
}
h2.clear {
	clear: both;
}

#ContentContainer #Content .SideBar {
	float: right;
	height: auto;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #FFFFCC;
	padding: 5px 10px 10px;
	border: 1px solid #663300;
	line-height: 1.25em;
	background-image: url(/ccu/images/layout.sidebarbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.newsUL li {
	line-height: normal;
	padding-bottom: 10px;
}
.NewsReturnLink {
	float: right;
}
.photoRight {
	margin: 10px;
	float: right;
	border: 1px solid #000000;
}
.photoRightNoBorder {
	margin: 10px;
	float: right;
	border: 0px;
	;
}

