/*
 *  Kyle Cannon V2
 *	Cascading Style Sheet
 *  Last Modified: February 27, 2004
*/

/*	COLORS      
 *
*/

body {
	margin: 12px;
	background-color: white;
	color: white;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a {
	color: #3A74FF;
	text-decoration: none;
}

a:link a:visited {
	color: #3A74FF;
	text-decoration:  none;
	background: transparent;
}

a:hover {
	color: #3A74FF;
	text-decoration: underline;
	background: transparent;
}
h1 {
	margin-top: 0px;
	font-size: 18px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
}

.menuBtn {
	width: 155px;
	height: 18px;
	margin-top: 1px;
	margin-left: 1px;
	border: 0px;
}

#menu {
	width: 157px;
	background-color: #A8A8A8;
	vertical-align: top;
}

#content {
	text-align: left;
	padding: 18px 18px 18px 18px;
	background-color: black;
	vertical-align: top;
	background-position: right;
	background-repeat: no-repeat;
}

#footer {
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	height: 32px;
	background-color: #0030A3;
}


img {
	display: block;
	border: 0;
}

.inline {
	display: inline;
}
