/*Background Formatting */
body 
{
	width:100%;
	background-image: url(images/repeatedbg.png);
	background-repeat: repeat-x;    
	padding:7px;
    	margin:7px;
    	background-color: #eddfbe;
    	font-family: Arial;
    	font-size: 12px;
}

/*LINKS MANAGEMENT & NORMAL TEXT FORMATTING */

.normal{color:#603525; font-weight:500; font-size:12px;}
.normalBold{ font-weight:bold;}
.normal p{padding:0 0 10px 0; margin:0;}
.footertext {color:#fbf2db; font-size:11px; letter-spacing:.05em; vertical-align: bottom;}

a.normal:link, a.normal:active
{ text-decoration:underline; color:#603526;}
a.normal:hover
{ text-decoration: underline; color:#ac9567;}
 a.normal:visited
{ text-decoration: underline; color:red;}

a:link, a:active
{ text-decoration:underline; color:#603526;}
a:hover
{ text-decoration: underline; color:#ac9567;}
 a:visited
{ text-decoration: underline; color:#ac9567;}

h1{ font-size:35px; font-weight:bold; color:#603525}
h2{ font-size:30px; font-weight:bold; color:#603525}
h3{ font-size:25px; font-weight:bold; color:#603525}
h4{ font-family: Arial Narrow; font-size:14px; font-weight:bold; text-align:left; color:#603525; padding:5px 0px 5px 0px; margin:0; }
h5 {font-family: Arial Narrow; font-size:12px; font-weight:bold; text-align:left; font-style:italic; color:#603525; padding:5px 0px 5px 0px; margin:0;}               


/* VIDEO POPUP SKIN FORMATTING */

.videoContainer {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	overflow: visible;
	margin: 8px;
}




