/* CSS Document */

/* Layout Tags */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin: 0;
	padding: 0px;
	border: 0;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	font-size: 100%;
	color: #000000;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
}
body h1{
	font-size: 100%;
	font-weight: bold;
	padding-top: 0;
	color: #9933CC;
}
body h2{
	font-size: 100%;
	font-weight: normal;
	padding-top: 0;
	color: #9933CC;
}
body ul{
	list-style: disc inside;
	
	
}

/* IDs - only one use per page */

#wrapper-body{
	width: 750px;
	background-color:#FFFFFF;
	margin: auto;
	text-align: left;
	padding-top: 10px;
}
#toplogo{
	height: 90px;
	background-image: url(graphicskingshepherd/g_wordedbuscardpaws750claypurp.gif);
	background-repeat: no-repeat;
}
#toplogosubtitle{
	padding-top: 10px;
}
#topnavwrapper{
	width: 750px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#nav{
	padding-top: 10px;
	text-align: center;
	font-size: 75%;
}
#updatecopyright{
	padding-top: 20px;
	text-align: center;
	font-size: 75%;
	color: #9933CC;
}
#dump{	
}
#buttonbar{
	padding-bottom: 20px;
}
#buttonBottomnav{
	padding-top: 20px;
}
#testlogo{
	height: 130px;
	background-image: url(graphicskingshepherd/g-aakslogo2009a-750.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/**************** Pseudo classes ****************/

a:link{
	color: #9933CC;
	text-decoration: underline;
	font-weight: normal;
}
li :link{
	color: #9933CC;
	text-decoration: underline;
	font-weight: normal;
}
a:visited{
	color: #9933CC;
	text-decoration: underline;
	font-weight: normal;
}
li a:visited{
	color: #9933CC;
	text-decoration: underline;
	font-weight: normal;
}
a:hover{
	color: #CC9999;
	font-weight: bold;
	text-decoration: none;
}
li a:hover{
	color: #CC9999;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color: #CC9999;
	font-weight: bold;
	text-decoration: none;
}
li a:active{
	color: #CC9999;
	font-weight: bold;
	text-decoration: none;
}

/* Classes - can be used multiple times */

.headerbelowlogo{
	color: #9933CC;
	font-weight: bold;
	font-size: 100%;
}
.contentspacer-20toppad{
	padding-top: 20px;
	text-align: left;
}

.pawline{
	height: 15px;	
	background-image: url(graphicskingshepherd/g-horizprints-300.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.imgRight{
	float: right;
	position: relative;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft{
	float: left;
	position: relative;
	height: auto;
	width: auto;
}
.imgLeft-caption{ 
	text-align: left;
	font-size: 75%;
} 
.imgRight-caption{
	text-align: left;
	width: 100%;
	font-size: 70%;
} 
.clearwayfromtext {
	display: block;
	clear: both;
}

/* font styles */
.rightcolumn80{
font-size: 80%;
}
.captions80{
font-size: 80%;
}
.captions70{
	font-size: 70%;
}
.captions70italic{
	font-size: 70%;
	font-style: italic;
}	
.redattn{
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
}
.redsmattn{
	color: #FF0000;
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
.boldDkGry{
	color: #2E2E2E;
	font-weight: bold;
}
.biDkGry{
	color: #2E2E2E;
	font-weight: bold;
	font-style: italic;
}
.clay{
	color: #CC9999;
	font-weight: bold;
}
.purple{
	color: #9933CC;
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.uline{
	text-decoration: underline;
}
