/** Standard HTML Tag Markup **/
body {
/**	font-family: 'Veranda', Verdana, Geneva, sans-serif; **/
font-family: 'Veranda', Geneva, Geneva, sans-serif;


	margin-left: auto;
	margin-top: auto;
	background-color: #003166;
	margin: 0px 30px;
}
.indented
   {
   padding-left: 20pt;
   padding-right: 200pt;
   }


a,
a:visited,
a:link,
a:active {
	color: #003166;
}

a:hover {
	color: #8F2539;
}

h1 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	color: #E67830;
	text-align: center;
	padding: 0px;
}

h2 {
	background: #E4E4DA;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #003166;
	padding-left: 4px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

h2.renew {
	background: #fff;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #003166;
	padding-left: 4px;
	text-align: center;
	margin: 10px auto;
}

h2.black {
	color: #000000;
	text-align: center;
}

h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}

input[type="text"], input[type="password"] {
	font-size: 8pt;
	padding: 1px 2px;
	border: 1px solid #525BC2;
}

select {
	font-size: 8pt;
	padding: 1px 2px;
	border: 1px solid #525BC2;
}

input.required   {
	/* border: 1px solid #E67830; */
	font-weight: normal;
}

select.required  {
	/* border: 1px solid #E67830; */
	font-weight: normal;
	background-color: #fffffe;
}

label {
	font-size: 10pt;
}
label.required {
	font-weight: bold;
}

input[type="submit"] {
	border: auto;
}

input[disabled], input[disabled="disabled"] {
	border: 1px solid #999;
	background-color: #ddd;
}

button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  padding: 0px 6px;
  border: 1px outset ButtonFace;
  color: GrayText;
  cursor: inherit;
}

input[type='checkbox'], input[type='radio'] {
	border-style: none;
	float: none;
}

fieldset {
	font-size: 10pt;
}

p.single {
	margin-top: 0px;
}

ul.list li {
	padding-top: 0px;
}

ul.single {
	padding-top: 0px;
	margin-top: 0px;
}

ul.single li {
	padding-top: 0px;
}

/**********************************************************************/
/** MIN WIDTH OF SITE **/
/**********************************************************************/

.sitewrap {
	width: 100%;
	min-width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}
.sitewrappopup {
	width: 100%;
	min-width: 500px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}



* html .minwidth {
	border-left: 900px solid #fff;
}
* html .container {
	margin-left: -900px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content {
	height: 1px;
}
/*/
.sitewrap {
	display: inline-block;
}
/**/

.content {
	border: 1px solid #c00;
	padding: 5px;
}

/**********************************************************************/
/** END OF MIN WIDTH **/
/**********************************************************************/

/**********************************************************************/
/** START OF CURVE BOX **/
/**********************************************************************/

.tl, .tr, .bl, .br {
  position : absolute;
  width : 29px;
  height : 29px;  /* corner images are 40x40 */
  display : block;
  margin-bottom : -1px;  /* this is for IE */
}

.tr {
  background : transparent url(../images/curve-tr.png?v=2) no-repeat;
  top : 0;
  right : 0;
}

.bl {
  background : transparent url(../images/curve-bl.png?v=2) no-repeat;
  bottom : 0;
  left : 0;
}

.br {
  background : transparent url(../images/curve-br.png?v=2) no-repeat;
  right : 0;
  bottom : 0;
}

.stdbox {
  margin : auto;
}
.stdbox h2 {
  	color: #E67830;
	line-height: 0px;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
  	margin-bottom : 10px;
}
.stdbox h3 {
  	color: #E67830;
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	text-align: left;
  	margin-bottom : 10px;
}
.stdbox hr {
	width: 60%;
	/* color: #C9DAEE; */
	color: #003166;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	}
	
.stdbox p {
  color : #000;
  margin-bottom : 0px;
}

.stdbox p.single {
	margin-top: 0px;
}

.stdbox {
  background : #E4E4DA url(../images/curve-tl.png?a=1) no-repeat;
  color: #000;
  height : auto;
  position : relative;
  padding : 15px 15px;
}

/**********************************************************************/
/** END OF CURVE BOX **/
/**********************************************************************/

#accountlinks {
	color:#8b2246;
	font-size: 8pt;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	float: right;
	margin: 2px 10px;
	padding: 0px;
	position: relative;
}

#accountlinks a, 
#accountlinks a:active, 
#accountlinks a:visited, 
#accountlinks a:link {
	color:#8b2246;
}

#addthis {
	/* color:#8b2246; */
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	position: relative;
	top: 5px;
	right: 10px;
	text-align: right;
}

.black {
	background: none;
	font-size: 14pt;
	color: #000;
}

#bottombar {
	padding: 0px 20px;
	color: #003166;
	text-align:center;
	font-style: italic;
}

#certbox {
	width: 225px;
	float: right;
	background: #fff;
	margin:0px;
	padding: 5px 0px 0px 15px;
	position: relative;
	color:#000;
	background:#fff;
}

.centertable {
	margin-left: auto;
	margin-right: auto;
}

.centertable td {
	vertical-align: top;
}

.cntr {
	text-align: center;
	margin: 0px auto;
}

.cntrbox {
	margin: 2px auto;
	padding: 0px 40px;
}

.cntrnote {
	text-align: center;
	margin: 0px 55px;
}
.columns {
	border: 0px none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.columns td {
	vertical-align: top;
}

.copyright {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;

}

.cvd {
	font-size: 14pt;
}

.cvdscore {
	text-align: right; 
	font-size: 12pt; 
	font-weight: bold; 
	width: 50px; 
	vertical-align: top;
}

.cvdquestion {
	text-align: left; 
	font-weight: bold; 
	font-size: 12pt; 
	width: 600px; 
	vertical-align: top;
}

.emphasis {
	font-style: italic;
	text-align: center;
}

.enrollbtns {
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.enrollbtns td {
	vertical-align: top;
	padding: 0px 20px;
}

.error {
	color:#CC0000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#examinfo {
	font-size: 10pt;
	margin: 0px auto;
	width: 400px;
}

.faculty {
	font-size: 9pt;
	font-weight: bold;
	padding-top: 75px;
	text-align: center;
	vertical-align: middle;
}

.facultytitle {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

#fixedwidth {
	width: 900px;
	margin: 0px auto;
}
#popupwidth {
	width: 500px;
	margin: 0px auto;
}


.footer {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 25px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
}

.footer a, .footer a:active, .footer a:visited, .footer a:link {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.footermenu, .footermenu a, .footermenu a:active, .footermenu a:visited, .footermenu a:link {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#getstarted {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#googlesearch {
	float: right;
	position: relative;
	top: 45px;
	right: 20px;	
}

#googletest {
	float: right;
	position: relative;
	top: 65px;
	right: 10px;	
}

.group {
	margin-bottom: 25px;
}
.group h2 {
	background: #E4E4DA;
	color: #003166;
	padding-left: 4px;
	text-align: left;
	margin-bottom: 0px;
}

.group h3 {
	background: #E4E4DA;
	color: #003166;
	padding-left: 4px;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

.group p {
  color : #000;
  margin-bottom : 0px;
  padding-left: 4px;
}

.header2 {
	background: #E4E4DA;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #003166;
	padding-left: 4px;
	text-align: left;
}

.headerlinks {
	/* background-color: #E4E4DC; */
	float: right;
	font-weight: 700;
	padding: 2px 8px 0px 8px;
	position: relative;
	top: 52px;
	right: 10px;
	/* color:#8b2246; */
	font-size: 8pt;
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
}
.headerlinks a, 
.headerlinks a:visited, 
.headerlinks a:active,
.headerlinks a:link {
	color: #8F2539;
	/* color: #000000; */
	text-decoration: none;
}

.headerlinks a:hover {
	color: #003166; 
	text-decoration: underline;
	/* color: #8F2539; */
}

.headerlogo {
	background: #E4E4DC url(../images/header_lf.jpg) no-repeat;
	padding: 5px 10px 0px 78px;
	float: left;
}

.headerright {
	background: url(../images/header_rt_people3.jpg?v=4) no-repeat;
	vertical-align: top;
	width: 522px;
}

#headertable {
	background: #E4E4DC;
	border: none;
	width: 100%;
}

.highlight
{
    background-color: #FFFF33;  
        font-weight: bold;
}

.hidden {
	display: inherit; 
	overflow: hidden; 
}

#homeboxtbl {
	font-family: 'Comic Sans MS', 'Trebuchet MS', Verdana, Geneva, sans-serif;
}

.homeboxes {
	font-size: 9pt;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	width: 275px;
}

#homeflash {
	border: 1px none #000000;
	float: none;
	margin: 0px;
	padding-left: 160px;
	padding-right: 90px;
	padding-bottom: 0px;
	position: relative; 
	text-align: center;
	z-index: 50;
}

.imgbr {
	border: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	bottom: 0px;
	right: 0px;
}

.imgcntr {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imgleft {
	border: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
	position: relative;
}
.imgleftnopad {
	border: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	position: relative;
}

.imgncca {
	border: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	position: relative;
	z-index: 100;
}
	
.imgright {
	border: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	position: relative;
}
.imgrightpad {
	border: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right:5px;
	padding-bottom: 2px;
	float: right;
	position: relative;
}


div.learnmore {
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	color: #003366;
}

.linknavbar {
	margin: 0px auto;
	width: 640px;
	padding: 10px 5px;
	background: #E4E4DA;
	font-size: 10pt;
	font-weight: bold;
}

.logout {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#maincontent {
	/* clear: both; */
	font-family: 'Veranda', Tahoma, veranda, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px 20px 20px 20px; 
	text-align: left;
	vertical-align: top;
}
#cafepress {
	/* clear: both; */
	background: #FFFFFF;
	border: none;
	width: 100%;
	text-align: left;
	vertical-align: top;
}

#myAlternativeContent {
	float: none;
	margin: 0px auto;
	position: relative;
	z-index: 50;
}

#myAltContent {
	width: 590px;
	height: 300px;
}


#nccalogo {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.outline {
	background-color: #ffffff;
	border: 1px solid #8F2539;
	padding: 5px 10px;
}

.outline h2 {
	text-align: left;
}

.pgdivide {
	width: 90%;
	/* color: #C9DAEE; */
	color: #003166;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 25px;
	text-align: center;
	/* padding: 0px; */
}

.pagelinks,
.pagelinks a,
.pagelinks a:visited,
.pagelinks a:link,
.pagelinks a:active {
	color: #003166;
	font-size: 9pt;
	font-weight: bold;
	text-align:center;
	width: 100%;
}

.pagelinks a {
	padding-left: 10px;
	padding-right: 10px;
}

.pagelinks a:hover {
	color: #8F2539;
}

#pagetitle {
	font-size: 11pt;
	padding: 5px 20px;
	color: #003166;
	position: static;
	z-index: 1;
}

#pagetitle .blacksub {
	font-size: 13pt;
	color:#333333;
	font-weight: bold;
	margin-top: -10px;
	text-align: center;
}

#pagetitle hr {
	color: #C9DAEE;
	background: #003166;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	width: 400px;
	height: 3px;
	padding: 0px;
}

#pagetitle .single {
	text-align: center;
	font-style: italic;
}

#pagefooter {
	clear: both;
	padding-top: 15px;
	background: #003166;
}

.price {
	color:#E67830;
}

.processfill h3 {
	font-size: 10pt;
	color: #8F2539;
	text-align: left;
	margin-bottom: 8px;
}
.homeboxes .processfill  {
	height: 125px;
}

.homeboxes .processfill h3 {
	font-size: 11pt;
	font-family: 'Comic Sans MS', 'Trebuchet MS', Verdana, Geneva, sans-serif;
}

.popupwindow {
	background-color: #ffffff;
	font-size: 10pt;
	margin: 10px;
	text-align: justify;
}

.priceline {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
	margin: -10px 0px 0px 0px;
	padding: 0px;
}

.profimage {
	border: 0px;
	padding-right: 10px;
	text-align: center;
	vertical-align: middle;
}

.profimage img {
	border: 0px;
	padding-bottom: 15px;
}

.profinfo {
	padding-bottom: 30px;
	vertical-align: top;
}

.quoteleft {
	border: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}
	
.quoteright {
	border: 0px;
	bottom: 0px;
	right: 0px;
	position: absolute;
}


.required {
	font-weight: bold;
}
	
div.quotee {
	font-size: 8pt;
	text-align: right;
	font-weight: normal;
	color: #003366;
}

div.quotee a {
	font-weight: bold;
}

.searchbtn {
	padding: 2px;
	font-size: 8pt;
}

.servbox {
	font-size: 9pt;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.servbox .processfill  {
	height: 225px;
}

.servbox .processfillbig  {
	height: 320px;
}

.servbox  h3 {
	color: #8F2539;
	font-size: 11pt;
	font-family: 'Comic Sans MS', 'Trebuchet MS', Verdana, Geneva, sans-serif;
}

ul.single li {
	margin-top: 0px;
}

.smalltxt {
	font-size: 10pt;
	text-align: left;
}

.smallem {
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

.software {
	background-color: #ffffff;
	font-size: 10pt;
	margin: 10px;
}

.stripout {
	border: 3px solid #8F2539;
	padding: 4px;
	font-size: 10pt;
}

.stripin {
	background-color: #E4E4DA;
	border: 1px solid #8F2539;
	padding: 12px;
}

.tableform {
	margin: 0px auto;
}

.tableform fieldset  
{  
	-moz-border-radius: 7px;  
	border: 1px #dddddd solid;  
	padding: 10px;  
	/* width: 550px; */  
	margin: 5px auto;  
	font-size: 10pt;
}  
  
.tableform fieldset legend  
{  
	/* border: 1px #1a6f93 solid;  */
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-size: 12pt;
	font-style: italic;
	color: #003166;  
	font-weight: bold;   
	padding: 2px 5px;  
	-moz-border-radius: 3px;  
}  
   
.tableform	hr {
	color: #C9DAEE;
	background: #003166;
	text-align: center;
	margin: 0px auto;
	width: 375px;
	height: 3px;
	padding: 0px;
}

.tableform label  
{  
	width: 150px;  
	padding-left: 20px;  
	margin: 5px;  
	float: left;  
	text-align: left;  

}  
 
.tableform input[type="text"], .tableform password, .tableform input[type="password"]
{  
	margin: 5px;  
	padding: 1px;  
	float: left;  
}   

.tableform select {
	font-size: 10pt;
	margin: 5px;  
	padding: 1px;  
	float: left;  
}

.oneline {
	margin: 5px;
	float: none;
}
.tableform textarea {
	margin: 5px auto;
	text-align: left;
}

.tableform input.submit {
	margin: 5px auto;
	float:none;
}

.tableform input.image {
	margin: 5px auto;
	float:none;
}

.tableform br  
{  
	clear: left;  
}  

.trainerinfo {
	background-color: #E4E4DA;
	border: 2px none;
	margin: 10px auto;
	text-align: center;
	width: 750px;
}

.trainerinfo td.h2 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #003166;
	padding-left: 4px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.trainername {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, 'Veranda', Arial, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	color: #003166;
	padding-left: 4px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.trainerinfo td {
	padding: 5px;
	text-align: left;
	font-size: 10pt;
	vertical-align: top;
}

.txtright {
	text-align: right;
}

.txtleft {
	text-align: left;
}

#workbox {
	width: 225px;
	float: right;
	background: #fff;
	margin:0px;
	padding: 5px 0px 0px 15px;
	position: relative;
	color:#000;
	background:#fff;
}
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#003166}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91a6bd;
  border-right:1px solid #91a6bd;
  background:#3f648c}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5eaef;
  border-right:1px solid #e5eaef;
  background:#305883}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #305883;
  border-right:1px solid #305883;}
.spiffy4{
  border-left:1px solid #91a6bd;
  border-right:1px solid #91a6bd}
.spiffy5{
  border-left:1px solid #3f648c;
  border-right:1px solid #3f648c}
.spiffyfg{
  background:#003166}
/**======================================================================
============================Rounded Corders============================**/

.spiffygreen{display:block}
.spiffygreen *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#349c3b}
.spiffy1green{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9;
  background:#349c3b}
.spiffy2green{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fdf2;
  border-right:1px solid #f9fdf2;
  background:#349c3b}
.spiffy3green{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d0ee99;
  border-right:1px solid #d0ee99;}
.spiffy4green{
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9}
.spiffy5green{
  border-left:1px solid #d3f0a1;
  border-right:1px solid #d3f0a1}
.spiffyfggreen{
  background:#349c3b}

.spiffyorange{display:block}
.spiffyorange *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#E67830}
.spiffyorange1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f4c4a5;
  border-right:1px solid #f4c4a5;
  background:#ec9963}
.spiffyorange2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcf1ea;
  border-right:1px solid #fcf1ea;
  background:#ea9157}
.spiffyorange3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ea9157;
  border-right:1px solid #ea9157;}
.spiffyorange4{
  border-left:1px solid #f4c4a5;
  border-right:1px solid #f4c4a5}
.spiffyorange5{
  border-left:1px solid #ec9963;
  border-right:1px solid #ec9963}
.spiffyorangefg{
  background:#E67830}

  
  .spiffywhite{display:block}
.spiffywhite *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1white{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9;
  background:#d3f0a1}
.spiffy2white{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fdf2;
  border-right:1px solid #f9fdf2;
  background:#FFFFFF}
.spiffy3white{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d0ee99;
  border-right:1px solid #d0ee99;}
.spiffy4white{
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9}
.spiffy5white{
  border-left:1px solid #d3f0a1;
  border-right:1px solid #d3f0a1}
.spiffyfgwhite{
  background:#FFFFFF}
  
   .spiffygrey{display:block}
.spiffygrey *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#3c3a3a}
.spiffy1grey{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9;
  background:#d3f0a1}
.spiffy2grey{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fdf2;
  border-right:1px solid #f9fdf2;
  background:#3c3a3a}
.spiffy3grey{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d0ee99;
  border-right:1px solid #d0ee99;}
.spiffy4grey{
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9}
.spiffy5white{
  border-left:1px solid #d3f0a1;
  border-right:1px solid #d3f0a1}
.spiffyfggrey{
  background:#3c3a3a}
  
.spiffyblue{display:block}
.spiffyblue *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#79acda}
.spiffy1blue{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9;
  background:#79acda}
.spiffy2blue{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9fdf2;
  border-right:1px solid #f9fdf2;
  background:#79acda}
.spiffy3blue{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d0ee99;
  border-right:1px solid #d0ee99;}
.spiffy4blue{
  border-left:1px solid #e6f6c9;
  border-right:1px solid #e6f6c9}
.spiffy5blue{
  border-left:1px solid #d3f0a1;
  border-right:1px solid #d3f0a1}
.spiffyfgblue{
  background:#79acda}
  
.dropshadow2{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 10px;
	width: 800px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:2px;
	right: 2px;
	border: 0px solid #999999;
	padding:2px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}

.roundtop {
    background-image: url(images/rounded-top.jpg);
    width: 315px;
    height: 10px;
    }
.roundside {
    background-image: url(images/rounded-sides.jpg);
    background-repeat: repeat-y;
    width: 315px;
    text-align: center;
}
.roundbottom {
    background-image: url(images/rounded-bottom.jpg);
    width: 315px;
    height: 10px;
}

dl {
		width: 240px;
		margin: 0 0 10px 10px;
		padding: 0;
		background: #ccc url(/images/box_bottom.gif) no-repeat bottom left;
		}
 
	dt {
		margin: 0 0 10px 0;
		padding: 5px;
		font-size: 110%;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(/images/box_top.gif) no-repeat top left;
		}

dd {
		margin: 0 0 0 10px;
		padding: 0 0 5px 5px;
		color: #333333;
		font-family: Verdana, sans-serif;
		font-size: 90%;
/*		background: url(/images/arrow.gif) no-repeat 0 3px;*/
		}

ds {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		background::url(/images/nothing.gif) no-repeat 0 3px;
		}
dr {
		margin: 0 0 0 20px;
		padding: 0 3px 3px 3px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 60%;
		}

#blue dt {
		background-color: #69c;
		}
	
	#blue {
		background-color: #9cf;
		}
	
	#red dt {
		background-color: #933;
		}
	
	#red {
		background-color: #c99;
		}
	
	#green dt {
		background-color: #99cc66;
		}
	
	#green {
		background-color: #ccff99;
		}
	#orange dt{
		background-color:#E67830;
		}
	#orange {
		background-color:#FFCC33;
		}

.float_left {
float:left;
}

.float_right {
float:right;
}

/* Adjust this width to fit your needs */
.containers {
width:500px;
}

.containers_head {
height:30px;
background-image:url(../images/sidebar_center.jpg);
}

/* To Center align the title add= text-align:center; */
.containers_head_text {
height:23px;
padding:7px 0 0 0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
font-size:16px;
font-weight:bold;
}

.containers_content {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:5px;
color:#666666;
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: none solid solid solid;
border-color: #D3D3D3;
background-image:url(images/sidebar_center.jpg);
}

/*--------------------------------------------*/
.dropshadow3{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 5px 5px !important;
	margin: 10px 0 5px 5px;
	width: 540px;
	padding: 0px;
}
.innerbox2{
	position:relative;
	bottom:2px;
	right: 2px;
	border: 0px solid #999999;
	padding:2px;
	margin: 0px 0px 0px 0px;
	font-size:13px;
}
.innerbox2{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox2 p{		
	font-size:14px;
	margin: 3px;
}
