h2 .Head {
	font-size:20px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#a81f22;
}

p {
    color:#333333;
    font-size:1.2em;
    line-height:1.9em;
}

p img {
    margin:5px 15px 0 0;
}

/* Left Pane */
.contentLeft .content {
	width:177px;
	margin-bottom:22px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 22px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}

/* Content Pane */
.contentMiddle .content p {
    padding:1px 0 20px 0;
}

.contentMiddle .content h2 {
	color:#671811;
	font-size:2.4em;
	font-weight: normal;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}

.contentMiddle .content h3 {
    color:#929FAC;
	font-family:Arial,Helvetica, Sans-Serif;
    font-size:16px;
    font-style:italic;
    font-weight:normal;
    letter-spacing:normal;
    line-height:1.5em;
    padding:0 0 0.5em;
}

/* Right Pane */
.contentRight .content p {
	line-height:22px;
	color:#000000;
	font-weight:bold;
}

.contentRight .content {
	float:left;
	width:177px;
	margin-bottom:22px;
	padding-top: 22px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
	background-image: url(images/border.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.contentLeft .content h2, .contentRight .content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	;
	font-size: 1.8em;
	line-height: 24px;
	color: #a81f22;
	margin:0 0 0.4em;
	font-weight: normal;
}

.contentLeft .contentHeader{
	color: #B72247;
}

.contentLeft .contentContent .MediaPortableContent img, .contentRight .contentContent .MediaPortableContent img {
    max-width:177px;
}

.contentLeft .MediaPortableContent img, .contentRight .MediaPortableContent img {
	max-width:177px;
	padding-bottom: 17px;
}

.contentMiddle .MediaPortableContent img {
    max-width:455px;
}

/* child list */
ul.subtablist {
}

ul.subtablist li {
	height:30px;
	list-style-type:none;
	padding-left:25px;
	line-height:30px;
	vertical-align:middle;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E3E2;
}

ul.subtablist li a, ul.subtablist li a:hover, ul.subtablist li a:visited {
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

ul.subtablist li a:hover {
	color: #000000;
	text-decoration: underline;
}


/* ---------- CONTACT FORM ---------- */
.contactUs .input, .contactUs textarea.input {
    width:145px;
    margin-bottom:5px;
    margin-right:5px;
}

.contactUs textarea.input {
    height:140px;
}

.watermark, .textareawatermark {
    font-style:italic;
}

.contactUs label.textareawatermark {
    padding-top:5px;
}

.required, .contactMessage  {
    color:#FF0000;
}


/* Links Module */

.DNN_LinksContent  {
    margin-top:5px;
    margin-bottom:10px;
}

.LinksDesignTable {
}

.LinksDesignTable > tbody > tr > td  {
    height:35px;
    padding-left:20px;
    border-bottom:solid 1px #CFCFCF;
    vertical-align:middle;
    width:200px;
}

.LinksDesignTable > tbody > tr > td a, .LinksDesignTable > tbody > tr > td a:hover, .LinksDesignTable > tbody > tr > td a:visited {
    font-size:1.2em;
    text-decoration:none;
    color:#333333;
}

