/**************************************************************************/
/*                           PAGE/GENERAL                                 */
/**************************************************************************/

body {
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333;
	text-align: center;
}
	
a:link {
	color: #006664; 
	text-decoration: none;
}      

a:visited {
	color: #006664; 
	text-decoration: none;
}      

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

a:active {
	color: #006664; 
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #006563;
	margin: 0px;
	padding-bottom: 7px;
	border: 0px;
}

p {
	padding-bottom: 7px;
	margin: 0px;
	border: 0px;
}

/**************************************************************************/
/*                           PAGE LAYOUT DIVS                             */
/**************************************************************************/

#container {
	width: 782px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topmenu {
	width: 780px;
	height: 50px;
	text-align: center;
	margin-bottom: 1px;
}

#header {
	width: 780px;
	height: 40px;
	margin: 15px 0px;
}

#leftbar {
	width: 500px;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	float: left;
	vertical-align: top;
}

#rightbar {
	width: 265px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 10px;
	float: right;
	vertical-align: top;
}

#slideshow {
	width: 494px;
	height: 334px;
	border: 3px solid #673366;
	margin-bottom: 12px;
}

#newsandupdates {
	width: 476px;
	background: url(../images/newsupdates_title.gif) no-repeat;
	padding-top: 28px;
}

#classinformation {
	width: 476px;
	background: url(../images/classinformation_title.gif) no-repeat;
	padding-top: 28px;
}

#nextclass {
	width: 241px;
	background: #562B55 url(../images/nextclass_bg.gif) repeat-x;
	padding: 12px;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#nextevent {
	width: 239px;
	border: 1px solid #673366;
	padding: 12px;
	margin-bottom: 15px;
	color: #673366;
}

#dogexpertshead {
	width: 241px;
	background: #673366 url(../images/dogexperts_bg_top.gif) no-repeat;
	padding: 12px;
	color: #FFFFFF;
	font-size: 11px;
}

#dogexpertsfoot {
	width: 241px;
	background: #FFFFFF url(../images/dogexperts_bg_bottom.gif) no-repeat;
	padding: 20px 12px 12px 12px;
	margin-bottom: 15px;
	color: #673366;
	font-weight: bold;
	text-align: center;
}

#trainingtips {
	width: 239px;
	background: #FFFFFF url(../images/trainingtips_bg.gif) no-repeat;
	border: 1px solid #673366;
	padding: 40px 12px 12px 12px;
	margin-bottom: 15px;
	color: #673366;
}

#aac {
	width: 265px;
	background: #FFFFFF;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 780px;
	text-align: center;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #BFBFBF;
	padding: 10px 0px;
}

/**************************************************************************/
/*                              NEXT CLASS                                */
/**************************************************************************/

.nextclass h1{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 7px;
	
}
.nextclass hr{
	height: 1px;
	color: #8C658B;
	background-color: #8C658B;
	border: 0px;
	padding: 0px;
	margin: 9px 0px;
	
}

.nextclass a:link {
	color: #FFFFFF; 
	text-decoration: underline;
}      

.nextclass a:visited {
	color: #FFFFFF; 
	text-decoration: underline;
}      

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

.nextclass a:active {
	color: #FFFFFF; 
	text-decoration: underline;
}

/**************************************************************************/
/*                              NEXT EVENT                                */
/**************************************************************************/

.nextevent h1{
	font-size: 11px;
	font-weight: normal;
	color: #673366;
	padding-bottom: 7px;
}

.nextevent hr{
	height: 1px;
	color: #673366;
	background-color: #673366;
	border: 0px;
	padding: 0px;
	margin: 9px 0px;
}

.nextevent a:link {
	color: #673366; 
	text-decoration: underline;
}      

.nextevent a:visited {
	color: #673366; 
	text-decoration: none;
}      

.nextevent a:hover {
	color: #673366; 
	text-decoration: underline;
}

.nextevent a:active {
	color: #673366; 
	text-decoration: underline;
}

/**************************************************************************/
/*                              DOG EXPERTS                               */
/**************************************************************************/

.dogexperts a:link {
	color: #673366; 
	text-decoration: none;
}      

.dogexperts a:visited {
	color: #673366; 
	text-decoration: none;
}      

.dogexperts a:hover {
	color: #673366; 
	text-decoration: underline;
}

.dogexperts a:active {
	color: #673366; 
	text-decoration: underline;
}

/**************************************************************************/
/*                              TRAINING TIPS                             */
/**************************************************************************/

.trainingtips h1{
	font-size: 12px;
	color: #673366;
	padding-bottom: 5px;
}

.trainingtips a:link {
	color: #673366; 
	text-decoration: underline;
}      

.trainingtips a:visited {
	color: #673366; 
	text-decoration: none;
}      

.trainingtips a:hover {
	color: #673366; 
	text-decoration: underline;
}

.trainingtips a:active {
	color: #673366; 
	text-decoration: underline;
}
/**************************************************************************/
/*                               NEWS/UPDATES                             */
/**************************************************************************/

.newsupdates{
	width: 476px;
	border-top: 1px solid #DDDDDD;
	background-color: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	padding: 12px;
	margin-bottom: 15px;
}

.postedby{
	font-size: 9px;
	font-style: italic;
	color: #999999;
	text-align: right;
}

/**************************************************************************/
/*                           FOOTER CONTACT                               */
/**************************************************************************/

.footer_contact{
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
}
.footer_contact a:link{
	color: #666666; 
	text-decoration: none;
}      

.footer_contact a:visited{
	color: #666666; 
	text-decoration: none;
}      

.footer_contact a:hover{
	color: #666666; 
	text-decoration: underline;
}

.footer_contact a:active{
	color: #666666; 
	text-decoration: underline;
}

/**************************************************************************/
/*                           CLASS INFORMATION                            */
/**************************************************************************/

.classinfo h1{
	font-size: 18px;
	color: #673366;
}

.classinfo h2{
	font-size: 14px;
	color: #673366;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.classinfo h3{
	font-size: 11px;
	color: #999999;
	font-style: italic;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.classinfo_agepre{
	font-size: 11px;
	font-style: italic;
}

.classinfo_new{
	font-size: 11px;
	color: #FF0000;
}

.rapscallion {
	width: 780px;
	text-align: center;
	font-size: 9px;
	color: #999999;
	padding: 8px 0px;
}