body
{
	vertical-align: top;
	margin-top: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	background-color: #000000;
	
	text-align: center;
	min-width: 896px;
}

#wrapper {
	margin:0 auto;
	width:896px;
	text-align: left;
}

#cpdiv
{
	width: 626px;
	text-align: left;
	padding-right: 135px;
	margin-top: 0px;
	padding-left: 135px;
	margin-bottom: 0px;
}



#gallerydiv
{
	width: 778px;
	text-align: left;
	padding-right: 59px;
	margin-top: 0px;
	padding-left: 59px;
	margin-bottom: 0px;
}

#bottomfooter3
{
	width: 100px;
	text-align: left;
	padding-right: 59px;
	margin-top: 0px;
	padding-left: 59px;
	margin-bottom: 0px;
}

a.white
	{
		color: #ffffff;
		text-decoration: none;
	}
a.white:hover
{
	text-decoration: underline;
}


a.silver
	{
		color: #ffffff;
		text-decoration: none;
	}
a.silver:hover
{
	text-decoration: underline;
}

a img	
	{ 
		border: 0; 
	} 


.h1
{
	font-size: 16pt;
	font-family: Harrington;
	text-decoration: underline;
}


td.header1
{
	width: 896px;
	height: 115px; 
	background-image: url(images/header_r1.jpg);
	background-repeat: no-repeat;
}

td.header2
{
	width: 896px;
	height: 37px; 
	background-image: url(images/header_r2.jpg);
	background-repeat: no-repeat;
	text-align:center;
}

td.header3
{
	width: 896px;
	height: 16px; 
	background-image: url(images/header_r3.jpg);
	background-repeat: no-repeat;
}


td.bottomfooter1
{
	width: 896px;
	height: 35px; 
	background-image: url(images/Footer_r1.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 8pt;
	font-family: arial;
	text-align:    center ;
	text-decoration: none;
	color: #ffffff;
}

td.bottomfooter2
{
	width: 896px;
	height: 19px;
	background-image: url(images/Footer_r2.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 8pt;
	font-family: arial;
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	padding-right: 150px;
}

td.bottomfooter3
{
	width: 896px;
	height: 79px;
	background-image: url(images/Footer_r3.jpg);
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: arial;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}





html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}

/* base html */

a, a:link, a:visited {
	text-decoration: none;
	color: #ffffff; 
}
 
a:hover { /* mouse over link */
 color: #fff;
 text-decoration: underline;
}  
a:active {/* selected link */
	color: #ffffff; 
}



/* end base html */

/************** DNN styles to override ********/
/* text style used for most text rendered by modules */

.Normal, .NormalDisabled, .NormalBold, .NormalRed
{
  font-family: Verdana;
  font-size: 12px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-weight: bold;
	color: #ff0000;
}
h1 .Head 
{
	color: #FFFFFF;
	font-size: 16pt;
	font-family: Harrington;
	font-weight: bold;
}

h2 .Head 
{
	font-size: 16pt;
	font-family: Harrington;
	font-weight: normal;
	margin-bottom: 16px;
	 	color:#FFFFFF;
}

h3 .Head
{
	color: #FFFFFF;
	font-size: 16pt;
	font-family: Harrington;
	font-weight: bold;
}



/*navigation*/
#divmenu{
	text-align:center;
	text-align:-moz-center;
	margin-left: 200px;
}
#HouseMenuNav li
{
	float:  left;
	list-style: none;


}
#HouseMenuNav a
{
	height: 37px;
	color: #ffffff;
	font-family: Harrington;
	font-size: 18pt;
	padding: 0px 15px 0px 15px;

}
#HouseMenuNav a:hover{
	color: #737373;
	text-decoration: none;

}
#HouseMenuNavCurrentItem a{
	color: #737373;
	text-decoration: none;
}



/* text style for buttons and link buttons used in the portal admin pages */
#dnn_ctr668_ModuleContent .CommandButton
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
#dnn_ctr668_ModuleContent A.CommandButton:link
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr668_ModuleContent A.CommandButton:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr668_ModuleContent A.CommandButton:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr668_ModuleContent A.CommandButton:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

#dnn_ctr668_ModuleContent .SubHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#dnn_ctr668_Feedback_cmdSend .CommandButton
{
	text-align: left;
	font-size: 13px;
}


