/* CSS Document */

/* LIST OF CONTENT */

/* 1. Sticky Footer */
/* 2. Links */
/* 3. Main */


/* 1. Sticky Footer */

* {
    margin: 0;
}
.mainHolder {
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
	padding-left: 20px;
}
html, body {
    height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -84px; /* the -px should be opposite of footer/push i.e. if wrapper -84px then footer/push should be 84px */
	background-image: url(../images/Index/bgrnd_sides.jpg);
	background-position: top center;
; 	background-repeat: repeat-y;
}
.footer, .push {
    height: 84px;
}



/* 2. Links */

a:link{
	color:#FFFFFF;
	text-decoration: none;
	
}

a:active {
	text-decoration: none;
	
}

a:hover{
	color:#FFFFFF;
	text-decoration: underline
	
}

a:visited {
	text-decoration: none;

}
#footHolder a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC66CC;
}

#footHolder a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CC66CC;
	text-decoration: underline
}
#footHolder a:visited {
	text-decoration: none;

}


/* 3.Main */

.leftHeader {
	font:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size:10px;
	padding-left: 40px;
	padding-top: 5px;
	width:740px;
	color:#FFFFFF;
}
.holder {
	width: 740px;
	padding-left: 20px;
}
.holderflash {
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
}
.footHolder {
	font-family: Arial, Helvetica, sans-serif;
	width: 720px;
	padding-left: 20px;
}
.content {
	padding-top: 200px;
	margin:0px auto 0px auto;
}

.backgroundimage{
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	
}

p.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

p.second{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
}	
