body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

html, body
{
	/* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
img{
	border:none;
}
/*Elements*/
h1
{
color:#333333;
	font-size:18px;
	font-family:Times New Roman;
	margin:0px;
	padding:2px 0px 2px 0px;
}
h2
{
	color:636363;
	padding:2px 0px 0px 0px;
	font-size:16px;
}
h3
{
	margin:0px;
	padding:2px 0px 2px 0px;
	font-size:14px;
}
h4
{
	color:#666666;
	font-size:12px;
	margin:0px;
	padding:2px 0px 1px 0px;
}
h5
{
	font-size:10px;
}
p
{
	margin:5px 0px;
}
a{
	color:#FF9900;
	font-weight:bold;
}
a:hover{
 text-decoration:none;
}

/* holder styles */
#wrapper
{
	width: 900px;
	border:solid 1px #ccc;
	margin: 0 auto 0 auto;
}
#wrappercontent
{
	width: 762px; /*to center the main content*/
	margin: 0 auto 0 auto;
	background: url(../images/content_body.gif) repeat-y;
}

/* header styles */
#header
{
	height: 103px;
	background: url(../images/header_top.gif) no-repeat;
}
#headermenu
{
	height: 248px;
	background: url(../images/header_menu.jpg) no-repeat;
}

/* navigation styles */
#navbar
{
	height: 28px;
	padding: 3px 5px 0px 225px;
	font-size:1.2em;
	background: url(../images/navbar.gif) no-repeat;
	text-align: left;
}
.navbarboxleft
{
	float: left;
	margin-right:5px;
	width: 175px;
}
.navbarboxmiddle
{
	width: 173px;
	float: left;
}
.navbarboxright
{
	width: 160px;
	float: right;
	margin-right: 5px;

}
#navbar a
{
	color: #000;
	font-family: Times New Roman;
	text-decoration: none;
	font-weight: bold;
	border-left: solid 4px #cccc99;
	margin-left:5px;
	padding: 0 5px 0 5px;
}
#navbar a:hover
{
	border-left: solid 4px #EEE;
}

#textboxes
{
	text-align: left;
	padding: 3px 5px 0px 220px;
	font-size:0.95em;
	height: 97px;
	background: url(../images/textboxes.gif) no-repeat;
}
#content
{
	padding:20px 5px 5px 5px;	
}
#leftcol
{
	width:200px;
	padding-left:5px;
	float: left;

}
#rightcol
{
	width:540px;
	float: right;
	padding-right:5px;
	
}
.floatleft
{
	float:left;
}
.floatleft img
{
	margin-right:4px;
	border:solid 1px #ccc;
	padding:2px;
}
.floatright
{
	float:right;
}
.floatright img{
	marging-left:4px;
}

#contentfooter
{
	clear:both;
	height: 30px;
	background: url(../images/content_footer.gif) no-repeat bottom;
}
#nav
{
	float: left;
	width: 225px;
	margin: 2px 0px 0px 10px; /*background-color:Green;*/
}
#nav ul
{
	margin:2px 0 0 0;
	padding: 0;
}

#nav li
{
	margin: 0px;
	padding:2px 0px;
	list-style-type: none;
	border-bottom: solid 1px #999;

}

#nav a
{
	text-align: right;
	margin-bottom: 1px;
	border-right: 5px solid #FF9933;
	padding: 0px 4px 1px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	display: block;
	width: 210px;
	text-decoration: none;
}


#nav a:hover
{
	border-right: 5px solid #EEEEEE;
	color: #FF9933;
}


/* footer styles */
#footer
{
	color:#eee;
	text-align:left;
	height: 20px;
	padding: 5px;
	margin:0px 1px;
	font-size: 80%;
	background-color: #000033;
	clear:both;
}

/* miscellaneous styles */
.brclear
{
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.intro
{
	border-left:solid 2px #FF9933;
	padding-left:5px;
}
.anchorbottom
{
	position:relative;
	bottom:5px;
}
#donate
{
	margin:10px;
}
.webby{
	float:right;
	color:#eee;		  
}
.webby a{
color:#eee;
}
#ballpics img{ border:solid 2px #ccc;
padding:2px;
margin:2px;
}

/*Slide Show*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.images img{
padding:2px;
margin:2px;
border:solid 1px #ccc;
}
.control, .control * {
	color: #666;
}
.clearboth{
 clear:both;

}
/*end Slide Show*/
