/*  */

body
{
	margin: 0;
        font-family: Arial, Helvetica, Sans-Serif;
	background-image: url('../images/bodyGradient.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
}

/********
Masthead information
*********/
#header
{
	width: 100%;
	height: 213px;
	background-image: url('../images/header_gradient.jpg');
	background-repeat: repeat-x;
}

#mastHead
{
	width: 850px;
	height: 213px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header.jpg');
}

#page
{
	width: 858px;/* ???? Not too sure as to why!! */
	background-image: url('../images/columnBackground.jpg');
	background-repeat: repeat-y;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}









/********
Content - has left menus and dynamic content in right column
*********/

#content{
	width: 850px;
	background-image: url('../images/columnBackground.jpg');
	background-repeat: repeat-y;
	float: left;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;

}

#leftColumn
{
	width: 140px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 10px;
}

#rightColumn
{
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 60px;
}

#rightColumn p  


{
	font-size: 14px;
        color: #363333;
	line-height: 1.4em;
	padding-left: 0px;
	padding-right: 5px;
	text-align: left;
}

h1
{
         font-family: Trebuchet MS, Sans-Serif, Arial, Helvetica;
         font-size: 20px;
         font-style: normal;
         text-transform: uppercase;
         font-weight: normal;
         color: #884245;
         padding-left: 0px;
         padding-right: 5px;
         padding-top: 12px;
         text-align: left;
}

h2
{
	font-size: 14px;
        text-transform: uppercase;
         font-style: normal;
         font-weight: bold;
         color: #333333;
	line-height: 1.2em;
	text-align: left;
}

h3
{
	font-size: 11.5px;
        font-style: normal;
        font-weight: normal;
        color: #464646;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}



h3 a:link, h3 a:visited
{
	color: #872e30;
	line-height: 1.3em;
	text-decoration: none;
}

h3 a:hover
{
	color: #872e30;
	text-decoration: underline;
}






h4
{
	font-size: 11.5px;
        font-style: bold;
        font-weight: bold;
        color: #0d0c0c;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h5
{
	font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #0d0c0c;
	line-height: 1.3em;
	padding-left: 0px;
	text-align: left;
}


h6
{
	font-size: 11.5px;
        font-style: normal;
        font-weight: normal;
        color: #464646;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}



#rightColumn ul
{
     list-style-type: none;
     color: #442243;
     padding-left: 8px;
     margin:0;

}

#rightColumn ol
{
list-style-type: decimal;     
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin:0;
font-size: .95em;
color: #442243;
     
}


#rightColumn ol li
{
margin-left: 11px;
line-height: 1.2em;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

#rightColumn li
{
  font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}


#rightColumn ul li
{
  padding:0px 0 0px 18px;
  background-image: url('../images/bullet.jpg');
  background-repeat:no-repeat;
  margin:0.1em 0 0.1em 0;

}

#rightColumn p a:link, #rightColumn p a:visited
{
	color: #872e30;
	line-height: 1.4em;
	text-decoration: none;
}

#rightColumn p a:hover
{
	color: #872e30;
	text-decoration: underline;
}

#rightColumn strong
{
font-weight: bold;
}

#rightColumn em
{
font-style: italic;
}
			
#contentBottom
{
	background-image: url('../images/columnFooter.jpg');
	background-repeat: no-repeat;
	width: 850px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: all;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}



/********
Footer
*********/
#footer
{
	width: 858px;
	height: 34px;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	clear: left;
	border-top: 6px solid #000000;
}