body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

td {
	font-size: 11px;
	line-height: 17px;
}

a {
	color: #000000;	
	font-weight: bold;	
}

.cb {
	clear: both;	
}

h1 {
	font-size: 22px;
	/*color: #7B7B70;	*/
	color: #2971BB;
}

.h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;	
	line-height: 20px;
}

.hwhite {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;	
	line-height: 20px;
}

ul {
	margin: 0px;
	padding: 0px;
}

.inner {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

#pageheader {
	background-color: #000;	
}

#pageheader .inner {
	height: 125px;
	padding-top: 10px;
}

#pageheader .inner #noelcontact {
	float: right;
}

#topmenu {
	background: #E5E5D2 url(../images/topmenu_bg.gif) repeat-x;	
	height: 34px;
}

#topmenu .inner ul li {
	padding: 10px 15px 0 15px;
	float: left;
	height: 24px;
	font: bold 11px verdana;
	list-style: none;
	border-left: solid #C3C3B4 1px;
}

/* Star selector hack: recognized only by IE */
* html body #topmenu .inner ul li {
	height: 34px;	
}
/* End star selector hack */

#topmenu .inner ul li#table {
	border-right: solid #C3C3B4 1px;
}

#topmenu .inner ul li.selected {
	background: #E5E5D2;
}

#topmenu .inner ul li a {
	color: #000000;
	text-decoration: none;	
	display: block;	
}

/* Secondary menu */
.inner #secondmenu {
	background-color: #E5E5D2;
	height: 30px;
	border-left: solid #C3C3B4 1px;
	border-right: solid #C3C3B4 1px;
}

.inner #secondmenu ul li {
	float: left;
	padding: 5px 10px 2px 15px;
	list-style: none;
}

.inner #secondmenu ul li a {
	color: #313131;
	font: 13px verdana;
	text-decoration: none;
	display: block;	
}

.inner #secondmenu .selected a {
	font-weight: bold !important;
}

/* Content area*/

#maincontentarea {
	/*background: url(../images/logonoel.gif) no-repeat 30px bottom;*/
	border-left: solid #C3C3B4 1px;
	border-right: solid #C3C3B4 1px;
	width: 708px !important;
	padding: 20px;
}

/* Star selector hack: recognized only by IE */
* html body #maincontentarea {
	width: 750px !important;
}
/* End star selector hack */

#maincontentarea #left {
	width: 230px;
}

#maincontentarea #right {
	float: right;
	width: 475px;	
}

.footnote {
	font-size: 11px;
	color: #7B7B70;	
}

#footer {
	background: #000;
	color: #E5E5D2;
	font: 10px verdana;
	padding: 10px 0;	
}

/* Bottom of the page pics */

.magic-cards {
	background: url(../images/noel-cards.jpg) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.nobackground {
	background-image: none !important;	
}

/* Special page elements */

.focusbox_top {
	background: #E5E5D2 url(./images/focusbox_top.gif) no-repeat;	
	width: 180px;
	padding: 10px;
}

/* Star selector hack: recognized only by IE */
* html body .focusbox_top {
	width: 200px;
}
/* End star selector hack */

.focusbox_bottom {
	background: #E5E5D2 url(./images/focusbox_bottom.gif) no-repeat;
	width: 200px;	
	height: 8px;
	font-size: 1px;
}

.quote_top, .quote_bottom {
	margin: 35px 30px 0 0;
	padding-left: 35px;
	color: #000;
	background: url(../images/quote_top.gif) no-repeat;	
}

.quote_bottom {
	margin-top: 0px;
	background: url(../images/quote_bottom.gif) no-repeat top right;	
}

.subheadunderline {
	border-bottom: dashed #000 1px;	
	font-weight: bold;
	padding-bottom: 3px;
}

.bullet {
	vertical-align: -5px;	
}

/*==================================================================*/
.btn {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:9; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 3px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
height:28px;
width:106px;
letter-spacing:0.05em;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:200px;
}

.pararedbold {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none
	}
	
.formfield {
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-family: verdana,arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
}