body {
  padding-left: 0em;
  font: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size:12px;
  background-color: #b49964;
  background-image: url(http://localhost:8501/pages/ccmanew2/images/background.jpg);
  background-repeat: repeat-x;
  background-position:center;
  background-position:top;  }

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

p {font-size:12px;
font: Arial, Helvetica, sans-serif;}

li {font-size:12px; margin-top:5px; margin-left:15px;}





h1 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 16pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
}


h2 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 12pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  padding-top:15px;
}

h2.first {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 12pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  padding-top:5px;
}

h3 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 10pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
}


h4 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 9pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
}



h5 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 8pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
}

h6 {
  font-family: Verdana,
        SunSans-Regular, sans-serif;  font-size: 7pt;
  color: 580107;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
}

.headera {
  font:Arial, Helvetica, sans-serif; 
  font-size:24px; 
  font-weight:bold; 
  color:#580107; text-transform:capitalize;
}

.headerb {
  font:Arial, Helvetica, sans-serif; 
  font-size:20px; 
  font-weight:bold; 
  color:#FFFFFF;
}


a:link, A:visited { text-decoration: none; color: #580107; font-style: normal;
  font-weight: bold; font-size:12px;}
a:hover { color:#666666; font-size:12px;}



ul.navbar a {
  text-decoration: none }
  
  
/* BEGIN: CSS for banner */  
.txtMain{
	font-size: 11px;
	color: #333333;
}
.h2{
	font-size: 15px;
	color: #333333;
}


/* BEGIN: CSS for menu */


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
	text-align:center;}

#sddm li a
{	display: block;
	padding: 2px 10px;
	width: 120px;
	color: #ff9d2a;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background: #ffffff;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;	
	border: 1px solid #2f2f2f;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ecd3a7;
		color: #2f2f2f;
		font: 10px arial;}

	#sddm div a:hover
	{	background: #ff9d2a;
		color: #FFFFFF;}
/* END: CSS for menu */




/* Roundbox */
.rbroundbox { background: url(images/roundbox/nt.gif) repeat; }
.rbtop div { background: url(images/roundbox/tl.gif) no-repeat top left; }
.rbtop { background: url(images/roundbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/roundbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/roundbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
