/***  PAGE STRUCTURE  ***/
body {
	margin:0;
	padding:0;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
table {
    width:900px;
    padding:0;
    margin:0;
    border:0;
    border-collapse:collapse;
}
table tr {
    padding:0;
    margin:0;
    border:0;
}
table tr td {
    padding:0;
    margin:0;
    border:0;
    text-align:left;
}

/***  NAVIGATION MENU  ***/
ul.navbar{
	list-style:none;
	margin:0;
	padding:0;
}
ul.navbar li {
	list-style:none;
	width: 150px;
	height: 25px;
	margin: 6px 8px;
	border: 1px solid #C00;
	text-align: center;
	background-image: url(../images/navBg.gif);
	background-position: left;
	background-repeat: repeat-x;
}
ul.navbar li a {
	font-family: "Arial Narrow", Tahoma, "Helvetica Neue", sans-serif;
	font-size: 15px;
	font-weight: bold;
	width: inherit;
	color: black;
	display: block;
	padding-top: 4px;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
}
ul.navbar li a:hover {
	color: #900;
}

/***  TEXT  ***/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #cc0000;
	margin: 15px 0 10px 0;
	text-align: center;
}
span.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
}
h1.keywords {
    font-family: Tahoma, sans-serif;
	font-size: 8px;
	line-height: 8px;
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin: 15px 0 10px 0;
	text-align: center;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	line-height: 16px;
	margin: 6px 0 15px 20px;
	text-align: left;
}
.mainhome {
	text-indent: -34px;
	margin: 6px 0 15px 34px;
	width: 520px;
}
.homeBold {
    color: #ff6600;
    font-weight: bold;
}
.copyright {
	font-size: 9px;
	margin-top: 10px;
	text-align: center;
	display: block;
}
.anyRed {
	color: #CC0000;
}
.select 
{
    cursor: pointer;
}
div.hover1 {
	margin:0;
	padding:4px;
	text-align:left;
	font:11px/12px Verdana, Geneva, sans-serif;
	position:absolute;
	background-color:#FC0;
	border:1px solid #C00;
	visibility:hidden;
	width:290px; height:100px;
	left:598px; top:432px;
}
div.hover2 {
	margin:0;
	padding:4px;
	text-align:left;
	font:11px/12px Verdana, Geneva, sans-serif;
	position:absolute;
	background-color:#FC0;
	border:1px solid #C00;
	visibility:hidden;
	width:290px; height:110px;
	left:598px; top:460px;
}
a {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {text-decoration:underline; color:blue}

.logoRegular {
	font-family: Impact;
	font-style: oblique;
	color: black;
	font-weight: normal;
}
.redt {
	font-family: Impact;
	font-style: oblique;
	color: #cc0000;
	font-weight: normal;
}
.logoLarger {
	font-family: Impact;
	font-style: italic;
	color: black;
	font-weight: normal;
	font-size: larger;
}
.redtLarger {
	font-family: Impact;
	font-style: italic;
	color: #cc0000;
	font-weight: normal;
	font-size: larger;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	line-height: 16px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-sm.gif);
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 12px;
}

/**  PHOTOS+IMAGES  **/
img {
	border: none;
	margin: 0;
	padding: 0;
}
img.headphoto {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
}
img.headphotosq {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff6600;
}
