/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background-image: url(images/cp_bgdslice.gif);
	min-width: 860px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #727776;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 14px;
	}
	
/* LAYOUT */

#wrap {
    margin: 0px auto;
    width: 860px;
	background-color: #FFFFFF;
    }
	
#header {
	width: 860px;
	text-align: left;
	background: url(img/bgd2slice.gif) repeat-x left top;
	}
	
#logo {
	float: left;
	width: 300px;
	}
	
#navcontainer {
	background-color: #FFFFFF;
	width: 860px;
	}
	
div#navcontainer
{
background-color: #FFFFFF;
/*background-color: #fff; */
/*border-top: solid 1px #FFFFFF  a5edd9;
border-bottom: solid 1px #FFFFFF; */
}

div#navcontainer ul
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
text-align: center;
margin: 0;
padding-bottom: 10px;
padding-top: 10px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: #fff;
text-decoration: none;
border-right: 1px solid #665f56;
}

div#navcontainer ul li a:hover
{
background-color: #665f56;
color: #fff;
}

#active a { border-left: 1px solid #665f56; }
	
#flashcontent {
	background-color: #FFFFFF;
	width: 860px;
	height: 243px;
	}
	
#search {
	float: right;
	width: 440px;
	height: 30px;
	padding: 30px 40px 20px 20px;
	text-align: right;
	}
	
	#search form {
		display: inline;
		}
		
#fullpage {
	width: 860px;
	}
	
#fullpage p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #727776;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 14px;
	}
	
		a:link, a:visited, a:active {
		color: #A72870;
		text-decoration: underline;
		}
	
		a:hover {
		color: #A72870;
		text-decoration: none;
		}
	
#fullpage h1 {
	color: #38172D;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 14px;
	}
	
#main {
    float: left;
    width: 500px;
    }

#sidebar {
    float: right;
    width: 300px;
    }
	
#mainleft {
	float: left;
	width: 499px;
	padding-right: 20px;
	}
	
	#mainleft ol {
	padding-left: 20px;
	}
	
	#mainleft ul {
		padding: 0px 20px 20px 20px;
		color: #74305E;
		font-weight: bold;
		}
	
#mainright {
	float: right;
	width: 301px;
	padding: 20px;
	background-color: #DFE7E7;
	}
	
	#mainright h1 {
	color: #74305E;
	}
	
	#mainright h2 {
	color: #38172D;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
	}
	
	#mainright p, #mainright label {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #727776;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 14px;
	}
	
	#mainright form {
		padding-top: 0px;
		margin-top: 0px;
		}
		
.bluehighlight {
	color: #0099FF;
	font-weight: bold;
}

#mainright a:link, #mainright a:visited, #mainright a:active {
		color: #0099FF;
		text-decoration: underline;
		font-weight: bold;
		}
	
		a:hover {
		color: #0099FF;
		text-decoration: none;
		}
	
#fullleft {
	width: 460px;
	padding: 20px;
	}
	
#rightcolumn {
    width: 260px;
	padding: 20px;
    }
	
#footer {
	clear: both;
	height: 100px;
	width: 860px;
	border-top: #CCCCCC solid 1px;
	padding-top: 10px;
    }
	
	#footer p {
		font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 10px;
	line-height: 24px;
	padding-bottom: 14px;
	}
	
	#footer a:link, a:visited, a:active {
		color: #999999;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #38172D;
		text-decoration: none;
		}
	
#footerleft {
	float: left;
	width: 210px;
	padding: 20px;
	}
	
#footerright {
	float: right;
	width: 510px;
	padding: 20px;
	}
	
#form1 {
	text-align: left;
	}
	
.floatitright {
	float: right;
	}
	
.floatitleft {
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 0px 20px 0px 0px;
	background-color: #46423B;
	}
	
