body {
	margin: 0;
	padding: 0;
	background: #ffffff repeat-x left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}


h1, h2, h3 {
	font-weight: normal;
	color: #69912F;
	font-family: times new roman, times, serif;

}

h1 {
	letter-spacing: 1px;
	font-size: 2.2em;
	border-bottom: 1.5px solid #3B608C;
	padding-bottom: 0px;
	background: #619080
	font-style: italic;	
}

h2 {
	font-size: 1.1em;
	font-family: arial, sans-serif;
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 0px;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
	margin-bottom: 0px;
	color: #009;
}

.required{
  color:#cc0000; 
}

ul {
}

ol {
}

a {
	color: #69912F;
}

a:hover {
	color: #69912F;
	text-decoration: none;
}

a.button {
	background: #F5DB6F;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #808184;		
	letter-spacing: 1px;
	font-weight: bold;
	width: 270px;
	margin-left: 50px;
}

a:hover.button {
	background: #EACC4E;
	padding: padding: 5px 10px 5px 10px;
	color: #dcf1f7;
	margin-left: 50px;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0 0 0 30px;
	border: none;
}

img.wide {
	margin: 0 0 20px 0px;
	border: none;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	text-decoration: none;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 190px;
	background: #619080;
}

/* Logo */

#logo {
	float: left;
	margin: 0px;
	width: 900px;
	text-decoration: none;
	border: none;
	height: 101px;
}


#logo h1 {
	background: url("images/CPCNewLogo.jpg") no-repeat center left;
	padding:  0px 0px 0px 0px;
	text-align: right;
	font-size: 28px;
	color: #619080;
	text-decoration: none;
	border: none;
	float: right;
	width: 900px;
	margin: 0px 0px 0px 0;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
}

#content {
	float: right;
	width: 555px;
	padding: 0px 0px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}


#topic {
}


/* Sidebar */
#sidebar {
	width: 270px;
	color: #306a91;		
	margin-top: 0px; 
	display: inline;
}

#menu{
	background-color:#619080;
	padding: 16px 16px 16px 16px;
	margin:0px 0px;
	float: left;
	display: inline;
}

#button a {
	background: #8c8a78;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #444444;		
	letter-spacing: 1px;
	font-weight: bold;
	width: 270px;
}

#button a:hover {
	background: #EACC4E;
	padding: 5px 10px 5px 10px;
	color: #555555;
}

#button p {
	text-align: center;	
	width: 270px;	
	margin-top: 17px;
	color: #444444;
}



/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	font-size: 11px;
	background color: #7a8a59;
	letter-spacing: 1px;
}

#footer p {
	margin: 0;
	padding: 16px 0px 15px 0px;
	text-align: center;	
	color: #DCD5CA;
}

#footer a {
	color: #DCD5CA;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #69912F;
	text-decoration: none;
}


/*Effects rollover for all linked list items: Nav*/
#menu .hover, ul li a:hover{
	cursor:pointer;
	background-color:#4B3900;
	color:#444444;
}

/*Effects rollover for Sub items -padded*/
#menu li ul li.hover, li ul li.hover a:hover{
	background-color: #4B3900;

}

