h2 .Head {
	font-size:30px;
	font-weight:bold;
	font-family:Arial;
	color:#722361;
	line-height:1em;
	margin-top: 1.5em;
}


p img {
    margin:5px 15px 0 0;
}

/* Left Pane */
.contentLeft .content {
	width:177px;
	margin-bottom:22px;
	background-image: url(images/content_bg.jpg);
	background-color:#FFFFFF;
	padding:17px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #732361;
}

/* Content Pane */
.contentMiddle .content p {
	padding:1px 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}

.contentMiddle .content h2 {
	font-size:30px;
	font-weight:bold;
	font-family:Arial;
	color:#722361;
	margin-top: 10px;
	margin-bottom: 5px;
}

.contentMiddle .content h3 {
    color:#722361;
	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:#333333;
    font-weight:bold;
}

.contentRight .content {
	float:right;
	width:177px;
	margin-bottom:22px;
	background-image: url(images/content_bg.jpg);
	background-color:#FFFFFF;
	padding:17px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #732361;
}

.contentLeft h2, .contentLeft h2 .Head, .contentRight h2, .contentRight h2 .Head {
	color:#009c9b;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	margin:0 0 0.4em;
}

.contentLeft .MediaPortableContent img, .contentRight .MediaPortableContent img {
    max-width:165px;
}

.contentMiddle .MediaPortableContent img {
    max-width:495px;
}

.contentMiddle .content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #732361;
	font-weight: bold;
}

/* child list */
ul.subtablist 
{
    
}

ul.subtablist li {
	height:35px;
	list-style-type:none;
	padding-left:25px;
	line-height:35px;
	vertical-align:middle;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	font-weight: bold;	
}

ul.subtablist li a, ul.subtablist li a:hover, ul.subtablist li a:visited {
    font-size:1.2em;
    text-decoration:none;
    color:#333333;
    
}

ul.subtablist li a:hover {
	color: #732361;
	text-decoration: underline;
	
}

table.LinksDesignTable td {
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

/* ---------- CONTACT FORM ---------- */
.contactUs .input, .contactUs textarea.input {
    width:150px;
    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;
}


