html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */
body {
	margin: 0;
	padding: 0 386px;
	text-align:center;
	font-family: Calibri;
	font-size:15px;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat-x;
	background-color:#EFECE7;
	color:#333333;
}

.WizParent 
{ 
	position: relative; 
	width: 800px; 	
} 

.SideBarTemplate 
{ 
	vertical-align: top;
	background-color: #507CD1; 
	width: 100%; 
	position: absolute; 
	top:0px; 
	left:0px; 
	line-height:30px; 
}

td 
{
	font-size: 15px;
	color: Black; 
}

h1, h2, h3, h4, h5, h6 
{
	color:Maroon;
	font-weight:bolder;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin:0;
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 
{
	margin: 0.2em 0;
	font-size: 1em;
	font-weight: bold;
}
h5 
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
}

p
{
	text-align: justify; 
	color: Black;
	text-indent: 30px;
	font-size: 13px;
}

ul,ol {
	list-style-position: outside;
	line-height: 1.1em;
	vertical-align: middle;
	margin-left: 1.25em;
	padding-left:16px;
	font-size: 13px;
	color: Black;
}

hr
{
	font-size: 1em;
    font-weight: bold;
    color:Maroon;
}

#maintable
{
    width: 990px;
}
   
#expander 
{
	position:relative;
	width: 990px;
	min-width: 990px;
	margin: 25px -380px 0 -380px;
	background-color:#F0EDE8;
	color:#A1967A;
	text-align:left;
	display: inline-table;
	content: "."; 
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
                   
#leftcoltop{
	height:21px;
	background-image:url(Images/leftcoltop.gif);
	background-position:top left;	
	background-repeat:no-repeat;
	background-color:#DDD1C4;
}

#leftcolbottom{
	height:22px;
	padding:1px;
	background-image:url(Images/leftcolbottom.gif);
	background-position:bottom left;	
	background-repeat:no-repeat;
	background-color:#DDD1C5;
}

#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

#rightcoltop{
	height:21px;	
	background-image:url(Images/rightcoltop.gif);
	background-position:top right;	
	background-repeat:no-repeat;
	background-color:#DDD1C4;
}

#rightcolbottom{
	height:21px;	
	background-image:url(Images/rightcolbottom.gif);
	background-position:bottom right;	
	background-repeat:no-repeat;
	background-color:#DDD1C4;
}

#header {
	height:95px;
	border:1px solid #DDD1C4;
    background-color:#FFFFFF;
	background-image:url(Images/colgradient_short.jpg);
	background-repeat: repeat-x;
	background-position:top right;
}

#leftbarcontainer, #loginbox, #rightbarcontainer ,#searchbox 
{	 
	padding-top:4px;
	padding-right:2px;
	padding-left:4px;
	border:1px solid #DDD1C4;
	background-color:#ECE7E3;
	color:#6D584D;	
	vertical-align: text-top;
	white-space: nowrap;
}

#loginbox , #searchbox 
{
	text-align:center;
	vertical-align: top middle;
    height:95px;
	background-image:url(Images/colgradient_short.jpg);
	background-repeat:repeat-x;
}

.rightbaritem
{
	padding-top:10px ;
	padding-bottom: 8px;
	margin-bottom:10px;
	background-image:url(Images/rightbarheader.gif);		
	background-repeat: repeat-x;
}

#maincontent {
	border:1px solid #DDD1C4;
	background-color:#EFECE7;
	color:#6D584D;
}

#maincontentdefault {
	border:1px solid #DDD1C4;
	background-color:#EFECE7;
	color:#6D584D;
}

#maincontent table tr td {padding:  0.2em ;} 

.mainnav {	
	height:26px;
	font-size:1em;
	background-color:#DDD1C4;
	text-align:right;	
}

html>body .mainnav {height:26px;}

.mainnav a {}

.mainnav a:hover 
{
	border-top:6px solid #FAEBE7;	
	background-repeat:repeat-x;	
}

.mainnav table {text-align:right;}

.mainnav .item {
	padding:0em 0.5em; 
	font-weight:bolder;
	color:Maroon;
}

html>body .mainnav .item {border-top:6px solid transparent;} 

.mainnav .selected {
	border-top:6px solid #FAEBE7;
	background-image:url(Images/mainnavselected.gif);
	background-repeat:repeat-x;		
}

html>body .mainnav .selected {
	border-top:6px solid #FAEBE7;
}    

.txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    background-color:#F5F2EF;
}

.txtBox:focus {background-color:#FFFFFF;}   

.button {
    border:1px solid #64493E;
    color:#6D584D;
    background-color:#FAEBE7;
    font-size:smaller;
}    

div.readmore {
	text-align:right;
}

a 
{
	text-decoration:none;
	color: #0B3768;
	font-weight:400;
}

a:hover 
{
	text-decoration:underline;
    color: black;
    font-style:italic;
    font-weight:bold;
}

.anchor:hover
{
    color: #0B3768;
    font-style:italic;
    font-weight:900;    
}

.Navigations td
{
	padding:2px 0px 2px 0px;
	vertical-align:middle;
}

.contentgrid
{
	width:100%;
	height:100%;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.photo_198 {
	border: 4px solid #FFFFFF;
}

table.CCCEvents td {
display: table-cell;
border-width: 1px;
border-color: #A1967A;
border-style: solid;
}
table.CCCEvents tr {
display: table-row;
border-width: 1px;
border-color: #A1967A;
border-style: solid;
}
table.CCCEvents {
display: table;
border-width: 1px;
border-color: #A1967A;
border-style: solid;
border-collapse:collapse;
}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}
	#expander {
		margin:0 !important;
		background: none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}
	
	#maincontent h2:before {display:none;}	

	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}
	
	/*If the logo is a transparent gif it will look rather unsightly on paper, so you can turn 
		it off here. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:transparent;
	}
		
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}