body {
	margin: 0 0 0 0px;
	background-color: #0279c2;
	background-image:url("images/site-elements/site_bkgd.jpg");
	background-repeat:repeat-x;
	background-attachment:scroll;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#0279c2;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0279c2;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#fff;
	}
	
p {
	margin:0px; 
	padding:0px;
	}
	
.headerbkgd {
	background-image:url("images/site-elements/site_header_bkgd.jpg");
	}

.contentbkgd {
	background-image:url("images/site-elements/site_content_bkgd.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
	}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	}
	
.nav a {
	color: #ffffff;
	text-decoration:none;
	}
	
.nav a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
.vertline {
	border-left:dotted thin #FFFFFF ;
	}
	


.titlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	}
	
.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#0279c2;
	}

.titleblue a {
	color:#0279c2;
	text-decoration:none;
	}

.titleblue a:hover {
	text-decoration:underline;
	}
	
.titleblackundeline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;
	padding-top:5px;
	border-bottom: #000000 1px solid;
	}

.titleblueundeline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#0279c2;
	padding-top:5px;
	border-bottom: #0279c2 1px solid;
	}
	
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height:16px;
	}

.bodytextwhite a {
	color: #ffffff;
	text-decoration:underline;
	}

.bodytextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	line-height:16px;
	}
	
.bodytextblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
	}

.bodytextblack a {
	color: #0279c2;
	text-decoration:underline;
	}
	
.bodyboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	line-height:18px;
	}
	
.bodyboldwhite a {
	color: #ffffff;
	text-decoration:underline;
	}

.bodyboldblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:18px;
	}
	
.bodyboldblack a {
	color: #000000;
	text-decoration:underline;
	}

.soldout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
	color:#FF0000;
	line-height:16px;
	padding-bottom:5px;
	}
.soldbox {
	background-image: url(images/sold-out.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #666;
}


.soldoutbkgd {
	background-image: url(images/sold-out.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	color: #FFFFFF;
	}
	
.footer a {
	color:#FFFFFF;
	text-decoration: none;
	}
	
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.almostsoldout {
	background-image: url(images/almost-sold-out.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
