/*********** Common Styles ***********/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #411820;
}

li.indentNoBullet {
	list-style: none;
	padding-left: 5px;
}

#container {
	margin-top: 1px;
	margin-left: 10px;
	width: 790px;
	background-color: #D9CBBF;
}

p.medium {
	font-size: 12px;
}

a {
	color: #411820;
	text-decoration: none;
}

a:hover {
	color: #411820;
	text-decoration: underline;
}

a:selected {
	color: #411820;
	text-decoration: underline;
}

#cornerRow {
	margin: 0px;
	padding; 0px;
	clear: both;
}

p.menuItem {
	font-size: 11px;
	font-style: italic;
}

p.menuName {
	font-size: 12px;
	font-weight: bold;
}

td {
		font-family: Verdana, Arial, Helvetica, Sans Serif;
		font-size: 11px;
}

td.formFieldHeading {
	margin-bottom: 3px;
	font-weight: bold;
}

td.formField {
	margin-bottom: 6px;
}

/*********** Header Styles ***********/

#header {
	width: 790px;
	margin-top: 10px;
	margin-left: 10px;
	background-image: url('../images/hdr_GradiantBackground.gif');
  padding: 0px;
}

#cornerRow {
	margin: 0px;
	padding; 0px;
}

#header .logo {
	padding-left: 5px;
	width: 525px;
	float: left;
}

#header .navigation {
	color: white;
	margin-top: 38px;
	font-size: 12px;
	font-weight: bold;
}

#header .navigation a {
	color: white;
	text-decoration: none;
}

#header .navigation a:hover {
	color: white;
	text-decoration: underline;
}

#header .navigation a:selected {
	color: #411820;
}

/************ Left Hand Navigation Styles *************/

#leftNavigationContainer {
	margin-top: 25px;
	width: 135px;
	float: left;
}

#leftNavigationContainer .navRow {
	font-size: 12px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dotted #3D9CBBF;
	font-weight: bold;
}

#leftNavigationContainer .navRow a {
	color: #411820;
	text-decoration: none;
}

#leftNavigationContainer .navRow a:hover {
	color: #411820;
	text-decoration: underline;
}

#leftNavigationContainer .navRow a:selected {
	color: #411820;
	text-decoration: underline;
}

/********************************************/
/*********** Content Area Styles  ***********/
/********************************************/


#contentContainer {
}

/*********** Two Column Layout Styles  ***********/

#contentContainer .leftColumn {
	width: 420px;
	margin-top: 20px;
	margin-left: 15px;
	padding: 10px;
	background-color: #F7EEE9;
	border: 2px solid #CBB4A4;
	float: left;
}

#contentContainer .leftColumn h1 {
	font-size: 18px;
	color: #796A49;
	font-weight: bold;
}

#contentContainer .leftColumn h2 {
	font-size: 14px;
	color: #796A49;
	font-weight: bold;
}

#contentContainer .leftColumn h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
}

#contentContainer .leftColumn .contentSeparator {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #796A49;
}

#contentContainer .rightColumn {
	width: 195px;
	margin-top: 20px;
	margin-left: 4px;
	padding: 10px;
	background-color: #CBB4A2;
	border: 2px solid #BCA595;
	float: left;
	color: #411820;
}

#contentContainer .rightColumn h1 {
	font-size: 16px;
	font-weight: bold;
}

#contentContainer .rightColumn h2 {
	font-size: 16px;
	font-weight: bold;
}

#contentContainer .rightColumn a {
	color: #411820;
	text-decoration: none;
}

#contentContainer .rightColumn a:hover {
	color: #411820;
	text-decoration: underline;
}

#contentContainer .rightColumn a:selected {
	color: #411820;
	text-decoration: underline;
}

#contentContainer .rightColumn .eventTitle {
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: underline;
}

#contentContainer .rightColumn .formFieldHeading {
	margin-bottom: 3px;
	font-weight: bold;
}

#contentContainer .rightColumn .formField {
	margin-bottom: 6px;
}

/*********** Single Column Layout Styles  ***********/

#contentContainer .singleColumn {
	width: 625px;
	margin-top: 20px;
	margin-left: 15px;
	padding: 10px;
	background-color: #F7EEE9;
	border: 2px solid #CBB4A4;
	float: left;
}

#contentContainer .singleColumn h1 {
	font-size: 18px;
	color: #796A49;
	font-weight: bold;
}

#contentContainer .singleColumn h2 {
	font-size: 14px;
	color: #796A49;
	font-weight: bold;
}

#contentContainer .singleColumn  .contentSeparator {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #796A49;
}

#contentContainer .singleColumn .formFieldHeading {
	margin-bottom: 3px;
	font-weight: bold;
}

#contentContainer .singleColumn .formField {
	margin-bottom: 6px;
}


a img
{
border: none;	
}