/* Global */
body
{
	background-image: url(images/bottom_v01.jpg);
	background-repeat: repeat;
	background-color: #06C;
	margin: 0px;
}

a { color: #06C; }

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

#dac { list-style-image: url(images/index46.gif); }

li { margin-bottom: 1em; }

/*Specific*/
#Table_01
{
	background-image: url(images/dac_bg_v02.jpg);
	background-repeat: repeat-x;
}

#Table_02
{
	background-image: url(images/dac_vs02_08.jpg);
	background-repeat: repeat-y;
}

#main_01
{
	font-family: arial, helvetica, sans;
	font-size: 10pt;
	color: #333;
	padding: 0px 12px;
}

#news_01
{
	font-family: arial, helvetica, sans;
	color: #333;
}

#news_0l p, #news_01 li { 
	font-size: 10pt;
}

#news_01 ul { padding: 0 0 5px 0; margin: 0 10px; list-style-type:none;}
#news_01 ul ul { padding:0; margin: 0 20px; }
#news_01 h4, #news_01 h3 { margin: 10px 5px 0px 15px; }
#news_01 li { padding-bottom: 0px; margin-bottom: 5px; }

#link_01
{
	background-image: url(images/dac_vs02_06.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: arial, helvetica, sans;
	font-size: 10pt;
	text-indent: 25px;
}

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

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

#top_01
{
	background-image: url(images/dac_vs02_02.jpg);
	background-repeat: no-repeat;
}

#B_links
{
	background-image: url(images/dac_vs02_10.jpg);
	background-repeat: no-repeat;
	font: 8pt arial;
	letter-spacing: 1px;
	color: #333;
}

#B_copy
{
	background-image: url(images/dac_vs02_11.jpg);
	background-repeat: no-repeat;
	font: 8pt arial;
	letter-spacing: 1px;
	color: #333;
}

/*Classes*/
.tiny_lnk
{
	font: 8pt arial;
	padding-right: 12px;
	letter-spacing: 1px;
	color: #333;
}
.staff_pixR
{
	background-color: #69C;
	border: 1px solid #369;
	padding: 5px;
	margin: 3px 0px 3px 5px;
	float: right;
}
.staff_pixL
{
	background-color: #69C;
	border: 1px solid #369;
	padding: 5px;
	margin: 3px 5px 3px 0px;
	float: left;
}

.staff_pix_noF
{
	background-color: #69C;
	border: 1px solid #369;
	padding: 5px;
	margin: 5px;
}
.randompix 
{
	border: 1px solid #CCC;
	padding: 8px;
	margin: 5px;
}

/* WordPress */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

/* comment list */
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */