html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
  	width: 900px;
	margin: 0 auto;
	padding: 20px 0px;
	position: relative;
}

h2 {
	color: #006633;
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	text-decoration: underline;
}

p {
	padding-bottom: 10px;
}

TD {
	padding: 3px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

.ulNormal {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.ulNormal li {
	padding: 0px 0px 5px 0px;
}

.infoAlert {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #000000; 
	background-color: #FFE545; 
	padding: 10px;
	overflow: auto;
}

.label {
	font-weight: bold;
	/*text-align: right;*/
}
.info {
	font-style: italic;
	color: #990000;
}

#bd {
	padding: 0px 9px 0px 30px;
}


/* BEGIN HEADER */
#borderTop {
	background: #FFFFFF url('../img/border.jpg') repeat-x;
	height: 10px;
}
#cornerTL {
	display: inline;
	float: left;
}
#cornerTR {
	display: inline;
	float: right;
}
#borderSide {
	background: #FFFFFF url('../img/border-side.jpg') repeat-y;
}
#hd {
	
}
#hd #logo {
	padding-left: 20px;
}
#hd #colLeft {
	display: inline;
	float: left;
	width: 630px;
	margin: 0px 0px 5px -17px;
	*margin: 0px 0px 5px 8px; /*IE hack*/
}
#hd #colRight {
	display: inline;
	float: right;
	width: 235px;
	*margin-right: 26px; /*IE hack*/
}
#navSelected {
	color: #000000;
	background: url('../img/sidebar-bg.jpg');
}
#navLinkSelected {
	color: #000000;
}
#topRightDiv {
	height: 112px;
	padding-left: 4px;
}
#imgSaveTheDate {
	padding-top: 4px;
}
#navSidebar {
	margin-left: 4px;
	padding-left: 12px;
}
/* END HEADER */

#mainContent {
	display: inline;
	float: left;
	width: 589px;
	padding: 20px 20px 0px 0px;
}
#flashcontent {
	margin-top: -20px;
	margin-left: -20px;
}
#sidebar {
	display: inline;
	float: right;
	background: url('../img/sidebar-bg.jpg');
	padding: 20px 20px 0px 20px;
	width: 208px;
	font-size: .9em;
}
#sidebarTop {
	padding-bottom: 20px;
	text-align: center;
}
#separator {
	border-top: 2px solid #FFFFFF;
}
#sidebarBottom {
	padding-top: 20px;
}
#sidebarBottomCurve {
	height: 34px;
	margin-left: -22px;
	background: url('../img/sidebar-bg-bottom.jpg') no-repeat;
}

.tableReg {
	border: 1px solid #000000;
	width: 570px;
}
.tableReg TD {
	padding: 10px;
}

.shadedBg {
	background: url('../img/sidebar-bg.jpg');
}


/* BEGIN FOOTER */
#borderBottom {
	background: #FFFFFF url('../img/border.jpg') repeat-x;
	background-position: bottom;
	height: 21px;
}
#cornerBL {
	display: inline;
	float: left;
}
#cornerBR {
	display: inline;
	float: right;
}
#ft {
	padding: 20px 0px 0px 0px;
	font-size: .9em;
	color: #999999;
	text-align: center;
}
/* END FOOTER */