/***********************************************/
/* Div IDs                                     */
/***********************************************/

#maincontainer{
width: 960;
margin: 0 auto; /*Center container on page*/
}

#outerwrapper{
  width: 960px;
  padding-left: 4;
  padding-right: 4;
  background: #4B1D06;
}

#wrapper{
  width: 960px; /*Width of main container*/
  background: #F7F1E1;
}

#content {
clear: left;
width: 920px;
background: #F7F1E1;
padding: 10px 20px 10px 20px;
}

#footer{
clear: left;
width: 920px;
background: #F7F1E1;
}



/***********************************************/
/* Navigation                                  */
/***********************************************/

#nav {
	width: 920px;
    padding: 10px 20px 10px 20px;
    background: #F7F1E1;
    background-image:url(../images/nav_background.gif);
}

.navigation {
  color: #4B1D06;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}
.navigation A:link    {color: #4B1D06;}
.navigation A:visited {color: #4B1D06;}
.navigation A:hover   {color: #A40001;}
.navigation A:active  {color: #D70708;}

#nav2 {
	width: 920px;
}
.upperNav {
  color: #4B1D06;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
}
.upperNav A:link    {color: #A40001;}
.upperNav A:visited {color: #A40001;}
.upperNav A:hover   {color: #FF0000;}
.upperNav A:active  {color: #A40001;}

.nowrap {
    white-space: nowrap;
}

	
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
    background-color: #754220;
    background-image:url(../images/background.gif);
    background-repeat: repeat;
        background-attachment: fixed;
	font-family: "Tahoma",Helvetica,sans-serif;
	font-size: .9em;
	color: #4B1D06;	
	margin: 0px;
	padding: 0px;
}

p {
	font-family: "Tahoma",Helvetica,sans-serif;
	font-size: 15px;
    line-height: 18px;
	color: #4B1D06;	
	margin: 4px 0px 12px 0px;
	padding: 0px;
}

a:link {
	color: #A60909;
}
a:active {
	color: #521C5A;
}
a:visited {
	color: #A60909;
}
a:hover {
	color: #FF0000;
}

.imageLeft {
    border-style: solid;
	border-width: 1px;
    border-color: #4B1D06;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: left;
}
.imageRight {
    border-style: solid;
	border-width: 1px;
    border-color: #4B1D06;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 15px;
	float: right;
}
.image {
    border-style: solid;
	border-width: 1px;
    border-color: #4B1D06;
}
.attrib {
	font-size: 12px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
ul{
	list-style-type: square;
    margin-left: 10px;
    padding-left: 15px;
	font-size: 12px;
	color: #000000;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

.bold {
	font-weight: bold;
}
.red {
    color: #CC0000;



	

