@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 10px 0;
	background-image:url(../images/ui-pageback.gif);
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
}
#page_top {
	clear:both;
	height: 150px;
	background-image: url(../images/ui-pagetop.jpg);
	background-repeat: repeat-x;
}
#header {
	clear: both;
	width: 750px;
	height: 150px;
	
	padding: 0 25px 0 25px;
	margin: 0 auto 0 auto;
	
	background-image:url(../images/ui-head.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
#page {
	clear:both;
	width: 750px;
	padding: 0 25px 0 25px;
	margin: 0 auto 0 auto;
	background-image:url(../images/ui-mainback.gif);
	background-repeat:repeat-y;
	background-position:center;	
}
#page_bottom {
	clear: both;
	width: 800px;
	height: 62px;
	margin: 0 auto 0 auto;
	background-image:url(../images/ui-footer.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
#copyright {
	font-size: 12px;
	text-align:center;
}

.text13 {
	font-size: 13px;
	font-weight: bold;
}

.cowname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}

.bulletted {
	width: 450px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.bulletted ul, .bulletted li {
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
}

a:link, a:visited {
	color: #33CCFF;
}
a:hover {
	color:#FF3300;
}
