body {

    background-color: #7785FF;

	font-style:normal; 

	font-variant:normal; 

	font-weight:normal;  

	/*font-family:arial, helvetica, serif; */

	font: 78%/1.5 verdana, arial, helvetica, sans-serif;

}



p#phone {

	text-align: right;

	font: 78%/1.5 arial, helvetica, sans-serif;

	color: blue;

}



span#nameentry {

	width: 400px;

	display: block;

	line-height: .1em;

	margin-left: 2em;

	padding: 1em 0 1em .5em;

	border: solid blue;

    background: #dfdfdf;

	border-width: 2px 2px;

}



span#nameentry_regions {

	width: 45%;

	display: block;

	line-height: .1em;

	margin-left: 2em;

	padding: 1em 0 1em .5em;

	border: solid blue;

    background: #dfdfdf;

	border-width: 2px 2px;

}

table#formbox {

	margin-left: 1em;



	border: solid blue;

    background: #dfdfdf;

	border-width: 2px 2px;

}





span#nameentry p, span#nameentry_regions p {

	margin-left: .5em;



}



span#nameentry p.name, span#nameentry_regions p.name {

	font-weight: bold;

	color:blue;

		margin-left: 0em;

}

span#region {

	font-weight: bold;

	}



#centeroutside {

	text-align: center;

}



table#border {

	border: 4px double #dfdfdf;

	/* background white shows when table#setin uses margins */

	background: white;

	width: 650px;

}



table#setin {

	background: white;

	/* margins control the distance between text and the left/right side of outer box */

	margin-left: 1%;

	margin-right: 1%;	

}

table#mission {

	width: 75%; 

	text-align: center;

	padding: .5em .15em .5em .15em;

	border: 4px double blue;

	background: #dfdfdf;

	color: blue; 

}



/* the top text style navigation */

ul#TopSmallPrint {

	height: 5%;

	list-style-type:  none;

	text-align: right;

	padding-bottom: 5px;

}

ul#TopSmallPrint li {

	display: inline;

}

ul#TopSmallPrint a:link, ul#TopSmallPrint a:visited {

	color: blue;

	padding: 0 10px 10px 10px;

	font-size: 0.9em;

	text-decoration: none;

}

ul#TopSmallPrint a:hover, ul#TopSmallPrint a:active {

	color: red;

}

#TopSmallPrint span {

	border-bottom: 1px solid blue;

}



/* the heading and logo area */

#HeaderLogo {

	width: 552px;

	height: 46px;

	background-image:url("images/collheader.GIF");

	background-repeat: no-repeat;

	background-position: top left;

}

#HeaderLogo h1 {

	font-size: 1%;

}

#HeaderLogo h1 span {

	display: block;

	width: 0px;

	height: 0px;

	overflow: hidden;

}



#Logo {

	width: 119px;

	height: 124px;

	background-image:url("../announcedsite/images/cdac.gif");

	background-repeat: no-repeat;

	background-position: top left;

}



#Bullet {

	background-image:url("../announcedsite/images/bullet.gif");

	background-repeat: no-repeat;

	background-position: top left;	

	width: 12px;

	height: 12px;

}



#AddMenuDivider {

	border-right: 2px solid blue;

	padding: 0 .25em;

}



#AddMenuDividerBothSides {

	border-right: 2px solid blue;

	border-left: 2px solid blue;

	padding: 0 .5em 0 .5em;

}



h1 {

	height: 108px;

	text-indent: -999em;

	margin-left:0; margin-right:0; margin-top:1em; margin-bottom:0

}



h3 {



	text-align: center;

	font-weight: bold;

}



/* Single Capital Letter */

span.cap-g {

  float: left;

  font: 1em Georgia, Palatino, Serif; 

  font-size: 1.7em;

  padding: 0 0.15em;

  margin: 0 0.15em 0 0; 

  background: blue;

  border: 3px outset #2e8b57;

  }



/* entire table */

#nav {



	list-style: none;

	line-height: 1;

	/* border surrounding menu */

	border: solid blue;

	border-width: 1px 0px 1px 0px;

	/* last margin shifts whole table to right */

	/* bottom one shifts page text down below menu */

	margin: 0em 0em 1em 0em;

	display: block;

	text-decoration: none;

	/* shows how close menu is to border */

	/* top - right - bottom - left*/

	/*padding: 4em 0em .75em 0em; */

	padding: .5em 0em 1.5em .5em; 

	font: bold, 78%/1.5 arial, helvetica, sans-serif;



}

#nav ul {

	width: 10em;

	/* padding shows how close 2nd level is to border */

	/* if background color, it will show through */

	padding: 0em 0em 1em 1em;

	list-style: none;

	line-height: 1.1;

	/* background color is inside 2nd level shows during padding */

	/* background:blue; */

	font-weight: bold;

	/*border: solid #c0c0c0;*/

	/*border-width: 0px 0px 1px 0px;*/

	margin: 5em 1em 0em 0em;

}



#nav li {

	display: block;

	float: left;

    /* width of each item both in main line and in 2nd menu */

	width: 5em 0 0 0;

	color: blue;

	text-decoration: none;

	/* spaces words between each other both in menu and 2nd menu*/

	padding: 0 0 0.5em 0.25em;

    }



/*KTZ*/

/* Each item that is a link in both menus*/

#nav li a, #nav li ul li a {

    display: block;

	float: left;

	text-align: center;

	color: blue;

	text-decoration: none;

	/* spaces words between each other both in menu and 2nd menu*/

}



#nav a.daddy {

	background: url('../images/rightarrow.gif') no-repeat center right;

}



/* properties for box of drop down list */

#nav li ul {

    display: block;

	position: absolute;

	padding: .25em 0 0 0;

    margin: 0 0 0 0;

	left: -999em;

	height: auto;

	/* width of drop down menu */ 

	width: 9.5em; 

	font-weight: normal;

	/* border around drop down box */

	background: url('../images/listback.gif') no-repeat bottom left;

}



/* 2nd level items */

#nav li ul a {

	display: block;

    z-index: 1;

    font-weight: normal;

	/* by changing width, can make 2 line items*/

	width: 9em;

}



/*#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

	background: #a0a0a0;

}*/







#nav a:hover, 

#nav li:hover ul ul, 

#nav li:hover ul ul ul, 

#nav li.sfhover ul ul, 

#nav li.sfhover ul ul ul {

	/* main menu - not submenu */

    z-index: 1;

	left: -999em;

	margin: 0;

	color: red;

}





#nav li li a:hover{

	/* just affects the drop down menu when hovered over*/

	/* if you want an image here, put it here */


	z-index: 2;

	left: -999em;

	color: red;

	border: solid red;

	border-width: 0px 3px 0px 3px;

}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

}



#nav li:hover, #nav li.sfhover {

    /* this is both menu and submenu's properties when hovered over */

	z-index: 2;

	background: transparent;

}



#content {

	clear: left;

}



#content a {

	color: #7C6240;

}



#content a:hover {

	text-decoration: none;

}



h2.float-right {/* header element float */

  z-index: 2;

  float: right;

  width: 9em;/* em width variance by element*/

  background: #dfdfdf;

  padding: .25em;

  border: 1px solid blue;

  color: blue;

  }



p.default-margin {

  margin-top: .5em;/* undeclared default margin */

  padding: .25em;

  z-index: 1;	

  border-top: 2px;

  }

  

p.bottom {

/*	border-bottom: 2px dotted blue;*/

}



span.empowerment {

   font-weight: bold;

   font-size: large;

}