*
{
	margin: 0em;
	padding: 0em;
}




a
{
	color: #C73B0B;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

body
{
	background-color: #F7DCB4;
	background-repeat: repeat-x;
	color: #000000;
	font-family: georgia, serif;
	font-size: 10pt;
}

#outer
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0em;
	background-color: #FEFEF2;	
	background-repeat: repeat-x;
	padding: 1.0em;
	border-top: solid 1px #ffffff;
	margin-bottom: 1.0em;
}

#outer2
{
	border: dotted 1px #FEFEF2;
	padding: 1.0em;
}

/* -------------- MENU -------------- */
#menu
{
	background-color: #84002E;
	background-repeat: repeat-x;
	color: #ffffff;
	height: 1.4em;
	line-height: 1.4em;
	padding: 0.8em;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #BF7130;
}

#menu a
{
	color: #ffffff;
	text-decoration: none;
}

#menu ul
{
	list-style: none;
	padding: 0em;
}

#menu li
{
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a
{
	padding: 0.8em;
}

#menu li a:hover
{
    color: #84002E;
	background-color: #F7DCB4;
	background-repeat: repeat-x;
}

/* -------------- HEADINGS & FOOTER -------------- */
#header
{
	padding: 0.8em 1.2em 1.2em 1.2em;
}

#header h1
{
	font-size: 1.75em;
	text-transform: none;
	font-weight: normal;
	letter-spacing: -0.05em;
    color: #84002E;
}

#header h2
{
	position: relative;
	top: -0.1em;
	text-transform: none;
	font-size: 0.8em;
	color: #84002E;
}

#content
{
	margin-top: 1.0em;
	padding: 1.2em;
	line-height: 1.5em;
	font-size: 0.9em;
	position: relative;
}

#footer
{
	border-top: dashed 1px #84002E;
	padding-top: 1.0em;
	font-size: 1.0em;
	color: #C73B0B; 
	padding-left: 1.2em;
	clear: both;
}

/* -------------- COLUMN #1 -------------- */
#column1
{
	width: 500px;
	float: left;
	position: relative;
}

#column1 p
{
	text-align: left;
  	margin-bottom: 1.0em;  
	color: #000000;
}

#column1 hr
{
  border: none;
  color: #993366;
  background-color: #993366;
  height: 2px    
}

#column1 ul
{
    margin-top: -2.0em;  
	list-style-type: disc;
    padding: 2em; 
	line-height: 1.5em;  
  	margin-bottom: -2.0em;      
}

#column1 ol
{
    margin-top: -2.0em;  
	list-style-type: decimal;
    padding: 2em; 
	line-height: 1.5em;  
  	margin-bottom: -2.0em;      
}

#column1 li  
{  
/*	border-bottom: dashed 1px #EFEFD6;  */
    margin-bottom: 1.0em;      
 }  

#column1 h3
{
	font-size: 1.2em;
	border-bottom: dashed 1px #84002E;
	margin-bottom: 1.0em;
    color: #84002E; 
}

/* -------------- COLUMN #2 -------------- */
#column2
{
	width: 145px;
	float: right;
	position: relative;
	margin-left: auto;
}

#column2 p
{
	text-align: left;
	margin-bottom: 2.0em;
	color: #000000;
	font-size: 1.0em;
}

#column2 p2
{
	text-align: left;
	margin-bottom: 2.0em;
	line-height: 1.5em;
	color: #C73B0B;
	font-size: 1.0em;
}

#column2 h3
{
	font-size: 1.1em;
	border-bottom: dashed 1px #84002E;
	margin-bottom: 1.0em;
    color: #84002E;
}

#column2 ul
{
	list-style: none;
	line-height: 2.0em;
	margin-bottom: 2.0em;
}

#column2 li
{
	border-bottom: dashed 1px #84002E;
}


