/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2005 Ashley Kathleen and may not be reproduced. */ 

/*---Tags-----------------------------------------*/
body, td {
	color: black;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	}
a {
	/*font-weight : bold;*/ 
	color: black;
	}
/*a:visited {
	color:#7FB75B;
	}*/
a:hover {
	text-decoration : none;
	color: #6795CD;
	}
code {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	font-weight: normal;
	background: inherit;
	color: #333;
	font-size : 105%; 
	}
ul {
	list-style-type: circle;
	margin:12px;
	margin-left:22px;
}

/*---Headers-----------------------------------------*/
h1, h2, h3, h4	{
	font-family:  Myriad, "Gill Sans","Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
	letter-spacing: 1px;
	color:black;
	}
h1	{font-size: large;}
h2	{font-size: medium;}
h3	{font-size: small;
	font-style:italic;}	
h4	{padding: 0;
	color: #666;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: xx-small;
	border-top:solid 1px #ddd;
	border-bottom: 1px dotted #ccc;
	
	}
.three{margin-left:20px;}
.four{margin-left:20px}

/*---Navigation--------------------------------------*/
.topNav, a.topNav, a.topNav:visited, a.topNav:hover, .layerLink, a.layerLink, a.layerLink:visited, a.layerLink:hover, .secondNav, a.secondNav, a.secondNav:visited, a.secondNav:hover {
	font-family:  "Tahoma", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: x-small;
	margin: 4px;
	text-decoration:none;
	color:black;}
.layerLink, a.layerLink, a.layerLink:visited, a.layerLink:hover, .secondNav, a.secondNav, a.secondNav:visited, a.secondNav:hover {
	font-size: x-small;
}
div.secondNav{margin-bottom:11px;}
a.layerLink:hover {color:white;text-decoration:none;}
a.topNav:hover, a.secondNav:hover {color:#6795CD;}
.NavLayer {
	margin:0px;
	border:solid 1px #cccccc;
	background-color:white;
	/*filter:alpha(opacity=80);*/
}

/*---Template----------------------------------------------*/
.contactLinks, a.contactLinks:visited {
	font-family:  Myriad, "Gill Sans","Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	color:black;
	font-size:x-small;
	}
.wrapper	{
	/*background: #eeeeee;*/
	font-size: x-small;
	color: #666;
	padding: 4;
	border: 1px solid #888;
	border-top: 5px solid #888;
	width: 200px;
	text-align:left; 
	}
.footer {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 7px 10px;
	}
.footertext, a.footertext, a.footerText:visited {
	font-size:xx-small;
	color: black;
}
.postdata 	{
	font-family:  Myriad, "Gill Sans","Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	color: black;
	margin: 10px 0 15px 0;
	padding:3px;
	border: 0;
	border-bottom: 1px dotted #ccc;
	border-top: 1px solid #ddd;
	font-size:x-small;
	}

/*---Classes--------------------------------------------*/
.mainsm{font-size:11px;}
.button, a.button, a.button:hover, a.button:visited{
	background-color:#bbb;
	color:white;
	font-size : 11px;
	font-weight: bold;
	border:solid 1px #999;
	text-decoration:none;
	height:10px;
	text-align:center;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin:2px;
}
.buttonsm, a.buttonsm, a.buttonsm:hover, a.buttonsm:visited{
	background-color:#bbb;
	color:white;
	font-size : 10px;
	font-weight: bold;
	border:solid 1px #999;
	text-decoration:none;
	height:10px;
	text-align:center;
	padding:3px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
a.button:hover,a.buttonsm:hover{
	background-color:#6795CD;
}
.proCon{margin:0,0,0,20px;font-size:10.5px;}
