body {
	background-color: #cccccc;
	font: normal 90%/1.8em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	height: 100%;
}

.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
	1px: the width of the border
	3px: a fudge factor needed for IE5/win (see below)
	4px: the width of the border (1px) plus the 3px IE5/win fudge factor
	14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL {
	float: left; clear: both;
}
.borderTR, .borderBR {
	float: right; clear: right;
}
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by 
an additional 3px! Why? */
.borderTL {
	margin-left: -4px;
	margin-left: -1px;
}
html>body .borderTL {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	margin-right: -1px;
}
html>body .borderTR {
	margin-right: -1px;
}
.borderBL {
	margin-left: -3px;
	margin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -3px;
	margin-right: 0px;
}
html>body .borderBR {
	margin-right: 0px;
}
/* To get around a known bug in IE5/win, 
   apply the border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. 
*/
.content {
	margin: 0px;
	padding: 0px;
	border: 1px solid #cc;
	color: #000000;
	background-color: #f8f8f8;
}
.contentWrapper {
	/* position this div however you want, but
       keep its padding and border at zero */
	padding: 0px;
	border: 0px;
}

img {
	border: none 0;
}
.top {
	padding-left: 20px;
}

.logo {
	float: left;
}
.menu {
	float: right;
	padding-right: 20px;
}
.menu ul {
    list-style: none;
}
.menu li {
    display: inline;
    margin: 10px;
}

.leftColumn 
{
	clear: left;
	float: left;
	padding-left: 10px;
	width: 15%;
}

.mainContent 
{
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	width: 80%;
}

hr {
	color: #960234;
	line-height: 1px;
}

a {
	color: #960234;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

.heading {
	color: #000000;
	font-size:  large;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #960234;
	width: 100%;
}
.itemTitle {
	color: #000000;
	font-weight: bold;
	padding-top: 2px;
}
.itemTitleUnderline {
	color: #000000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #960234;
	padding-top: 2px;
}
.item {
	padding-bottom: 20px;
}

.menuList li {
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
}

.menuItemSelected li a {
	color: #000000;
}

.linkList {
	margin-left: 0px;
	margin-top: 5px;
	padding-left: 0;
}
.linkList li {
	list-style-type: none;
}


/* forms */
div.row {
	clear: both;
	padding-top: 10px;
}

div.row label {
	float: left;
	width: 75px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 700px;
	text-align: left;
} 
div.row input {
}
