/* * * * * * * * * * * * * * * * * * * * * * */
/* HTML TAGS (See also form and link styles) */
/* * * * * * * * * * * * * * * * * * * * * * */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
table {	font-size: 10px;}
li { padding-bottom: 5px;}

/* * * * * * * * * * * * * * * * * * * * * * */
/* LINK STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

a:link   { text-decoration:    none; color:  #0000FF}
a:visited{ text-decoration:    none; color:  #0000FF}
a:active { text-decoration:    none; color:  #0000FF}
a:hover  { text-decoration:    underline; color:  #0000FF}

.whiteLink:link   { text-decoration:    none; color:  #FFFFFF;}
.whiteLink:visited{ text-decoration:    none; color:  #FFFFFF;}
.whiteLink:active { text-decoration:    none; color:  #FFFFFF;}
.whiteLink:hover  { text-decoration:    none; color:  #009EA0;}

/* * * * * * * * * * * * * * * * * * * * * * */
/* FORM STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

form { margin: 0px;}
input, select, textarea, textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.formButton {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: none;
	padding: 3px;
}
.formButtonRollover {
	font-weight: bold;
	color: #000000;
	background-color: #D1D298;
	border: none;
	padding: 3px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT DIVS                               */
/* * * * * * * * * * * * * * * * * * * * * * */

#topBar {
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	border: 1px solid #000000;
}
#menu {
	background-color: #000000;
	height: 20px;
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#menu img {
	padding-left: 10px;
}
#content {
	background-color: #FFFFFF;
	overflow: visible;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	padding: 10px;
	height: auto;
}
#copyright {
	font-size: 9px;
	padding-top: 4px;
	text-align: right;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#photoColumn {
	float: right;
	padding-left: 10px;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* TEXT HEADINGS AND STYLES                  */
/* * * * * * * * * * * * * * * * * * * * * * */

.bold {	font-weight: bold;}
.pageHeading {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.categoryHeading {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	font-size: 120%;
}

/* * * * * * * * * * * * * * * * * * * * * * */
/* MISC.                                     */
/* * * * * * * * * * * * * * * * * * * * * * */

.webmark {
	padding-top: 2px;
	padding-left: 10px;
}
.photo {
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.borderAll {
	border: 1px solid #000000;
}
