@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background : url(images/site/bg10-1.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #660000;
}

h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 24px;
	}
	
h3	{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 18px;
	}

p	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	
	}

li 	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	
	}
	
TD.pr 	{
	color:#660066;
	background-color:#FFFFCC;
}
TD.pr1 	{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#660000;
	text-align:center;
}

.cp     {
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;	
	color : #003399;
}
.cp1     {
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;	
	color : #003399;
	text-align:left;
}

.cp12     {
	font-family : Verdana;
	font-size : 12px;
	color : #321608;
	}

.cp2     {
	font-family : Verdana;
	font-size : 11px;
	color : #321608;
	}
	
.cp22     {
	font-family : Verdana;
	font-size : 10px;
	color : #666666;
	}

.text2  {
	color : #CC3300;
	margin-left : 10px;
	font-size : 25px;
	font-family : Arial Black;
}

.text2x  {
	color : #CC3300;
	margin-left : 10px;
	font-weight: bold;
	font-family : "Comic Sans MS";
	font-size : 25px;
}

.text3  {
	color : #006600;
	margin-left : 10px;
	font-size : 18px;
	font-family : Verdana;
}

.highlight  {
	margin-top : -76px;
	margin-left : 8px;
	color : green;
	font-size : 42px;
	font-family : Arial Black;
}


.maintdr #container {
	width: 70%;  /* this will create a container 70% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFCC00;
}
.maintdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.maintdr #footer	{
		font-family : Verdana;
		font-size : 9px;
		color : #666666;
		 
		}

#cfnmenu {
	position: relative;
	z-index : 100;
	      }
