/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 0;
	margin-top: 20px;
	text-align:center; 
	background-color: black;
   	
 }
 
 
div#wrapper { 
text-align:left; /* reset text alignment */ 
width:950px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */ 
border-color: gray;
border-style:solid;
background-color: white;

}	


    

A:link      { color: white; text-decoration:none; }
A:visited 	{ color: white; text-decoration:none; }
A:active 	{ color: #8A170F;  cursor:hand; text-decoration:none; }
A:hover 	{ color: black;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: purple; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: purple; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #8A170F;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #DA2D26;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8A170F;    
 }

/*
.title
{
    background: url(Images/iStock_000005962024XSmall.jpg) no-repeat  ;
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
        
 }
*/
 .subtitle
{
    font-family: verdana;
    font-size: xx-small;
    font-weight: bold;
    color: #8A170F;
 }

hr {
	border: 0;
	border-top: 2px solid #8A170F;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #DA2D26
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: black;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #8A170F;
	font-style:italic;	
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	  background-color: #CD2626    ;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.slogan
{
	text-align: center;
	width: 184px;
	border-left: 2px solid #8A170F;
	font-size: 10pt;
	font-style:italic;
	color: White;
	font-family :Verdana;
	font-weight:bold;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	height: 24px;
}

td.menu 
{
	background-color: #CD2626  ;
	width: 150px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8A170F;
	text-align: right;
}

.small-text 
{
	font-size:.6em;
}

a.mylink:visited{

color:#8A170F;

text-decoration:none;

}

a.mylink:Active{

color:#8A170F;

text-decoration:none;

}

a.mylink:link{

color:#8A170F;

text-decoration:none;

}
/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:200px; width:400px; background-color:#fff; border:3px solid #ccc;} 
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

