/* Forgotten Victims */

/*
NOTES: Underscored items work for IE only.
*/

/*
Basics
*****/

* {
	padding: 0;
	margin: 0;
}
body { 
	background: #8e9c8c;
	font-family: verdana;
}
textarea
{  
    height: 100px;
    width: 400px;
}



HR
{
    COLOR: #600d10;
    HEIGHT: 1px;
	background-color: #600d10;
	margin-bottom:5px; margin-top:5px;
}
h2 {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
td {
	font-face: verdana;
	font-size:9pt;
}
a { color: #600010; text-decoration: none; }
a:hover { text-decoration: none;	color: #E7C138; }
a:active, a:visited { text-decoration: none; }

/*Specific
*********/

#containerNS { 
	background: url(../images2/containerback.gif) repeat-y;
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#headerNS {
	background: url(../images2/header.gif) no-repeat;
	width: 544px;
	height: 143px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

/*Main_____________________________________________________*/
#main_buttonsNS {
	background: url(../images/buttons/bg_button.gif) repeat-y;
	width: 702px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;

}

#maintopNS { 
	background: url(../images2/maintop.gif) no-repeat;
	width: 704px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
}
#mainNS {
	background: url(../images2/mainback.gif) repeat-y;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	_margin-top: -7px;
}
#mainfooterNS {
	background: url(../images2/mainfooter.gif) no-repeat;
	width: 702px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
p.p1 { 
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
	line-height: 2em;
}
p.address {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bolder;
	font-size: large;
	line-height: 1.5em;
	
}
p.phonenum {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bolder;
	color: #600010;
	font-size: 1.5em;
	line-height: 1.2em;
}
p.email {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}
#quicktime {
	background: url(../images/quicktime.gif) no-repeat;
	width: 420px;	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: center;
}
#quicktime a {
	color: #f0ebce;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	font-weight: bold;
}

#layer2 {
 position:relative;
 width:281px;
 height:275px;
 z-index:1;
 left: 0px;
 top: 0px;
 overflow: auto;	
}

#quicktime a:hover { text-decoration: none;	color: #E7C138; }
#quicktime a:active, a:visited { text-decoration: none; }

.hide { display: none; }