/* CSS Reset */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* End Reset */

body {
	margin: 0px;
	margin-left: 2px;
	margin-top: 2px;
}

#content {
	width: 100%
}

#footer {
	text-align: center;
}

#footer p {
	font-family: Arial;
	color: black;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.15em;
	text-align: center;
}

h1 {
	font-family: Arial;
	color: black;
	margin: .5em 0em .2em 0em;
	font-size: 2.2em;
}

.indent {
	margin-left: 10px;
}

li {
	color: black;
	font-family: Arial;
	font-size: 1.2em;
	margin: .5em 0em .2em 0em;
}

#menu {
	background-color: #000;
	background-image: url(./images/bulldog_logo_bot.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	border: none;
	text-align: center;
	width: 778px;
}

#menu ul {
	list-style: none;
	margin: 0;
	margin-left: 75px;
	padding: 0;
}

#menu li {
	display: inline;
	list-style: none;
	padding: 0px 8px;
	text-align: center;
}

#menu a {
	color: #fff;
	font-family: 'Arial Narrow', Arial, sans-serif;
	margin-left: 0px;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

#menu a:hover {
	color: #fe660d;
}

p {
	font-family: Arial;
	color: black;
	margin: 1em 0em .2em 0em;
	font-size: 1.3em;
	text-align: left;
}

p.error {
	margin-left: 150px;
	font-style: italic;
	color: #fe660d;
}

#sidebar-right p {
	font-family: Arial;
	color: black;
	margin-left: 5px;
	font-size: 1.15em;
}

#titlebar {
	background-color: #fe660d;
}

td {
	font-family: Arial;
	color: black;
	margin-left: 0px;
	font-size: 9px;
}

ul {
	list-style: square;
	list-style-image: url(images/orange_dot.gif);
	margin-left: 0.5em;
	padding-left: 1em;
	text-indent: 0em;
	}
