/* CSS Document */

body{
	background-color:#CCCCCC;
	color:#333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited{
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
}

.LeftBorderRepeat{
	background-image: url(images/left_border_repeat.gif);
	background-repeat: repeat-y;
}

.RightBorderRepeat{
	background-image: url(images/right_border_repeat.gif);
	background-repeat: repeat-y;
}

.buttons_middle{
	color: #FFFFFF;
	font-size: 26px;
	font-weight:bold;

	}
	
	
	.sub_sidetext{
	color: #858383;
	font-size: 14px;
	font-weight:bold;

	}
	
		.sub_maintext{
	color: #003c74;
	font-size: 12px;
	font-weight:normal;

	}
	
	
	

.header{
	color: #fc9714;
	font-size: 18px;
	font-weight:bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




.footer{
	color: #a9a9a9;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_link:link, .footer_link:active, .footer_link:visited{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:300;
}


#menu a {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:300;
	}
	


#menu a:hover {
	color: #CCCCCC;
	}
	
#menu #current {
		color: #000000;
	}
	
#menu #current a {
		color: #000000;
	}
	
	.border_outside{
	border-right:thin; 
	border-right-color:#333333;
		border-top:thin; 
	border-right-top:#333333;
		border-left:thin; 
	border-right-left:#333333;
	border:thin;
	border-bottom-color:#333333;
	
	}


.footer_link:hover{
	text-decoration: underline;
}

.the_bg{
background-image:url(images/bg.jpg);
background-repeat:repeat;
color:#FBFBFB;


}


.dogstuff {
position : absolute;
left : -1050px;
width: 100px;
}
