/* Structural */
body	{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0084CE;
	background-image: url(../images/CCC_BGBody01.jpg);
	}

#frame	{}

#main	{
	border: 3px solid #fff5ad;
	background-color: #fff;
	background-image: url(../images/BG_Swoosh.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#banner	{}

#leftNav	{

	}

#images p	{
	width: 20em;
	line-height: 1.8em;
	text-align: justify;
	color: #0084CF;
	padding-left: 18px;
	clear: both;
	}

#content {
	vertical-align: top;
	}
#content p	{
	width: 40em;
	line-height: 1.8em;
	text-align: justify;
	color: #0084CF;
	padding-left: 18px;
	clear: both;
	}
#sidebar {
	vertical-align: top;
	font-size: 10px;
	color: #DE117B;
	padding-right: 5px;
	padding-left: 8px;
	
	}
	
#footerTop	{
	font-size: 10px;
	background-color: #FFF5AD;
	}
	

#footerTop td	{
		border-top:3px solid #FADB00;
		}

#footerTop p {
	margin: 3px;
	}
	
#footerTop a:link, a:visited {
	text-decoration: none;
	color: #00A5BD;
	}
#footerTop	a:hover {
	text-decoration: none;
	color: #DE117B;
	padding: 3px;
	}


#footerBot	{
	font-size: 9px;
	background-color: #E5ECFF;
	font-weight: bold;
	}
	
#footerBot p {
	margin: 5px;
	}
	
#footerBot a:link, a:visited {
	text-decoration: none;
	color: #00A5BD;
	}
#footerBot	a:hover {
	text-decoration: none;
	color: #0084CE;
	padding: 3px;
	}


/* Navigation Sidebar*/



/* Navigation */

/* Nav Hacks */
	
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#leftNav{
	position: relative;
	margin: 0px;
	padding-top: 19px;
	font-size: 12px;
	vertical-align: top;
	white-space:nowrap;
}

#leftNav ul	{
	vertical-align: top;
	list-style: none;
	margin-left: 0px;
	}
	
#leftNav li	{
	margin-bottom: 7px;
	}
	
#leftNav h3{
	padding: 10px 0px 2px 5px;
}

#leftNav a:link{
	padding: 2px 0px 2px 5px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	font-size: 12px;
	border-left: 11px solid #fadb00;
	color: #00A5BD;
	text-decoration: none;
	background-color: #FFF5AD;
}

#leftNav a:visited{
	padding: 2px 0px 2px 5px;
	font-size: 12px;
	border-left: 11px solid #fadb00;
	color: #00A5BD;
	text-decoration: none;
}

#leftNav a:hover{
	background-color: #E5ECFF;
	border-left: 11px solid #00A5BD;
	padding: 2px 0px 2px 5px;
	color: #DE117B;
}

#sidebar p	{
	background-color:#EEF9FB;
	padding: 5px 15px;
	font-weight: bold;
	}


/* Headings */

h1	{
	font-size: 24px;
	color: #00A5BD;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-left: 18px;
	margin-top: 30px;
	}

#footerTop  h1	{
	font-size: 9px;
	color: #00A5BD;
	padding: 10px 5px 0px 5px;
	}

h2	{
	font-size: 14px;
	font-weight: bold;
	color: #85C222;
	padding-left: 20px;
	}
h3	{
	font-size: 11px;
	font-weight: bold;
	color: #DF127B;
	}
h4	{
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	}

/* Custom */

#images	{
	margin-left: 50px;
	}

#images td {
	text-align: center;
	padding: 5px 0px;
	}
	
#images td	img {
	vertical-align:top;
	text-align: center;
	border: none;
	}
#images a {
	text-decoration: none;
	}
	
#images a:hover {
	color: #777;
	}
#contact td	{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
	}
.homeText	{
	font-size: 14px;
	color: #DE127A;
	text-align: center;
	padding: 5px 165px 3px 45px;
	}

/* Color Styles */

.purple	{
	background-color: #8F1F79;
	}
.green	{
	background-color:#85c222;
	}

.yellow {
	background-color: #FCDB00;
}
.blue {
	background-color: #008ac9;
	
}
.pink {
	background-color: #DE127A;
}
.aqua {
	background-color: #01A3C0;
}
.paleBlue{
	background-color: #E5ECFF;
}
.orange	{
	background-color: #EC9B04;
}
.red	{
background-color:#67C742;
}
.pinkText {
	color: #DE127A;
}
	/*Forms*/

input.txt {
	color: #000;
	border: 1px solid #ccc;
	width: 280px;
	background-color: #FFFFFF;
}
input.txtSmall {
 color: #000;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 120px;
}
textarea.txt {
 color: #000;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  width: 300px;
}
input.btn {
	color: #0084CE;
	font-size: 14px;
	background-color: #F0EDED;
	border: 1px solid #aba8a8;
	font-weight: bold;
	padding: 3px;
 }
form p {
	clear: left;
	margin: 4px;
	padding: 8px 0 0 5px;
	color: #ededed;
  }
form p label {
	float: left;
	width: 33%;
	color: #009BB5;
	font-size: 12px;
	font-weight: bold;
}
form p input {
	text-transform: capitalize;
	background-color: #F7F7F7;
	color: #920f12;
	font-weight: bold;
	}
fieldset {
	margin-top: 11px;
	padding: 10px;
	margin-bottom: 18px;
	padding-bottom: 19px;
	border: 1px solid #0084CE;
}
legend {
	color: #0084CE;
	background-color: #FFF5AD;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: dashed 2px #ededed;
	font-weight: bold;
}
form{
	padding: 0px;
	margin-top: 0px;
	width:390px;
	}	
	
/*Styles*/

.highlight	{
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	}
.dropcap {
	float:left;
	color:#DE117B;
	font-size:61px;
	line-height:57px;
	padding: 0 3px 10px 0;
} 
.headTitle {
	font-size: 14px;
	color: #0084CE;
}
.quote	{
	font-size: 15px;
	font-style: italic;
	}
#content li {
	width: 36em;
	line-height: 1.8em;
	padding-bottom: 5px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 10px;
}
#images .homeText {
	line-height: 1.6em;
	width: 21em;
	padding-left: 11px;
	vertical-align: top;
	text-align: justify;
}
#sidebarBot {
	vertical-align: top;

}
.sidebarLink {
	font-size: 12px;
	padding: 18px;
	background-color: #FFFBE5;
}

#content ul li {
	margin-top: 30px;
}
#content img {
	float: right;
	clear: both;
}
#sidebar img {
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 45px;
}
#sidebar a:link, a:visited {
	color: #DE117B;
}
#sidebar a:hover {
	color: #00A5BD;
}

