@charset "UTF-8";
/* CSS Document */


/* MAIN STYLES */

body {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#B3B3B3;
	background-image:url(images/bg_gradient.jpg);
	background-repeat:repeat-x;
}

p {
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
	line-height:20px;
}

h1 {
	font-family:Georgia, Times, serif;
	color:#666666;
	font-size:18px;
        font-weight:bold;
        font-style:italic;
	line-height:22px;
}

h2 {
	font-family:Georgia, Times, serif;
	color:#666666;
	font-size:18px;
        font-weight:bold;
        font-style:italic;
	line-height:22px;
}

h3 {
	font-family:Georgia, Times, serif;
	color:#666666;
	font-size:18px;
        font-weight:bold;
        font-style:italic;
	line-height:22px;
}

h4 {
	font-family:Georgia, Times, serif;
	color:#666666;
	font-size:18px;
        font-weight:bold;
        font-style:italic;
	line-height:22px;
}

a:link {
	color:#333333;
	text-decoration:underline;
}

a:visited {
        color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

#leftcol {
	background-image:url(images/DebraForce2_03.png);
	background-repeat:repeat-y;
}

#rightcol {
	width:20px;
	background-image:url(images/DebraForce2_05.png);
	background-repeat:repeat-y;
}

.footBodyBW {
	background-image:url(images/foot_body_bw.png);
	background-repeat:repeat-x;
}

.footUnder {
	background-image:url(images/foot_under.png);
	background-repeat:repeat-x;
}

.backgroundImage {
	background-color:#CCCCCC;
	width:806px;
	vertical-align:top;
	height:500px;
}

.footer {
	color:#CCCCCC;
	font-size:10px;
	font-family:Georgia, Times, serif;
}

#footerlink {
	color:#FFFFFF;
	font-size:10px;
	font-family:Georgia, Times, serif;
}

#homeContent {
	font-family:Georgia, Times New Roman, serif;
	color:#333333;
	font-size:18px;
	line-height:28px;
}

#contentTable {
    width:90%;
    border:0px;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}

/* PAGE BACKGROUND STYLES */

#about {
	background-image:url(images/about-bg.jpg);
	background-repeat:no-repeat;
}

#art {
	background-image:url(images/art-bg.jpg);
	background-repeat:no-repeat;
}

#artists {
	background-image:url(images/artists-bg.jpg);
	background-repeat:no-repeat;
}

#services {
	background-image:url(images/services-bg.jpg);
	background-repeat:no-repeat;
}

#events {
	background-image:url(images/events-bg.jpg);
	background-repeat:no-repeat;
}

#contact {
	background-image:url(images/contact-bg.jpg);
	background-repeat:no-repeat;
}

/* PAGE TITLE STYLES */

#homeTitle {
	background-image:url(images/home-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#aboutTitle {
	background-image:url(images/about-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#artTitle {
	background-image:url(images/art-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#artistsTitle {
	background-image:url(images/artists-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#servicesTitle {
	background-image:url(images/services-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#eventsTitle {
	background-image:url(images/events-title.png);
	background-repeat:no-repeat;
	height:46px;
}

#contactTitle {
	background-image:url(images/contact-title.png);
	background-repeat:no-repeat;
	height:46px;
}

/* FORM STYLES */

.fieldTitle {
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
        font-weight:bold;
}

.fieldNote {
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
}

.fieldInstructions{
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
}

.fieldName {
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
}

.choice-option {
	font-family:Georgia, Times, serif;
	color:#333333;
	font-size:12px;
}