body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #280000 url(../images/bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

img {
border: none;
}

#header a:link{
	FONT-FAMILY: verdana; COLOR: #FFE191; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
#header a:active{
	FONT-FAMILY: verdana; COLOR: #FFE191; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
#header a:visited{
	FONT-FAMILY: verdana; COLOR: #FFE191; FONT-SIZE: 12px; TEXT-DECORATION: none;
}
#header a:hover{
	FONT-FAMILY: verdana; COLOR: #FFE191; FONT-SIZE: 12px; TEXT-DECORATION: none;
}

#sidebar2 a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#sidebar2 a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#sidebar2 a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#sidebar2 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#horContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	text-decoration:none;
}

#horContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	text-decoration:none;
}
#horContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	text-decoration:none;
}
#horContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	text-decoration:none;
}

#pvContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	TEXT-DECORATION: none;
}
#pvContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	TEXT-DECORATION: none;
}
#pvContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	TEXT-DECORATION: none;
}
#pvContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	TEXT-DECORATION: none;
}

#njContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#njContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#njContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#njContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#eveContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#eveContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#eveContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#eveContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#servContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#servContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#servContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#servContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#partContent a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
#partContent a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
#partContent a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}
#partContent a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}


.twoColFixLtHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -505px;
} 
.twoColFixLtHdr #header {
	padding: 280px 10px 0 20px;
	text-align: right;
	color:#FFDF91;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
	padding-top: 29px;
}
.twoColFixLtHdr #horContent {
	margin: 26px 18px 0 234px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 743px;
	background-image: url(../images/c_hor.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
}
.twoColFixLtHdr #eveContent {
	margin: 26px 18px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 727px;
	background-image: url(../images/c_eve.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 43px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #container {
	width: 1010px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -505px;

} 
.thrColFixHdr #header {
	padding: 280px 10px 0 20px;
	text-align: right;
	color:#FFDF91;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
	padding-top: 29px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 401px;
	margin: 26px 10px 0px 0px; /* padding keeps the content of the div away from the edges */
	padding: 10px;
	background:url(../images/newsbg.png) repeat
}
.thrColFixHdr #accContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_acc.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 43px;
}

.thrColFixHdr #bioContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_bio.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
} 

.thrColFixHdr #njContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_nj.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
} 

.thrColFixHdr #partContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_part.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
} 

.thrColFixHdr #pvContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_pv.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
} 

.thrColFixHdr #servContent {
	margin: 26px 210px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 527px;
	background-image: url(../images/c_serv.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 43px;
} 

.thrColFixHdr #horContent {
	margin: 26px 0px 0 242px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 728px;
	background-image: url(../images/c_hor.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 55px;
} 

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* This lists the events */

ul.evelist{
list-style-type: none;
padding: 0;
margin-left: 0;
}

/* this lists the parners horizontally*/

ul#partlist
{
text-align:center;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#partlist li
{
display: block;
float: left;
margin: 0;
padding-right: 10px;
padding-bottom: 10px;

}

ul#videolist
{
text-align:center;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#videolist li
{
display: block;
float: left;
margin: 0;
padding-right: 10px;
padding-bottom: 10px;
}

ul#photolist
{
text-align:center;
list-style: none;
padding: 0;
margin: 0 auto;
}

ul#photolist li
{
display: block;
float: left;
margin: 0;
padding-right: 10px;
padding-bottom: 10px;
}

#partlist img
{
border-color: #F7981D;
border-width:2px;
border-style:solid;
}

#photolist img
{
border-color: #F7981D;
border-width:2px;
border-style:solid;
}


#videolist img
{
border-color: #F7981D;
border-width:2px;
border-style:solid;
}

.anpm_textc
{
text-align: center;
font-size: 11px;
}

.anpm_title
{
text-align: center;
font-size: 11px;
font-weight:bold;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
