body
{
	margin: 0px 0px 20px 0px;
	background: url("/images/background.gif");
}

A
{
	color: #003366;
	text-decoration: underline;
}

A:link
{
	color: #003366;
	text-decoration: underline;
}

A:visited
{
	color: #003366;
	text-decoration: underline;
}

A:active { color: #999999; }
A:hover { color: #999999; }

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}

#content
{
	background: #FFF;
	padding: 2px;
	margin-left: 200px;
	border-color: black;
	border-width: 0 0 0 medium;
	border-style: solid;
	height: auto;
}

#border
{
	padding: 0;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 20px;
	margin-top: 50px;
	border: medium black solid;
  	-webkit-border-bottom-left-radius: 20px;
  	-moz-border-radius-bottomleft: 20px;
   	border-radius: 20px;
   	overflow: hidden;
}

#banner h1
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	color: #333;
	font-size: x-large;
	font-weight: bold;
	padding: 15px;
}

#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover
{
	font-family: palatino, georgia, verdana, arial, sans-serif;
	font-size: x-large;
	color: #333;
	text-decoration: none;
}

#banner a:hover { text-decoration: underline; }
p, td, th { font-family: georgia, verdana, arial, sans-serif; }
hr { height: 1px; }

#left_column, #links
{
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 200px;
}

.side
{
	font-family: verdana, arial, sans-serif;
	color: #333;
	font-size: x-small;
	font-weight: normal;
	# background: #FFF;
	line-height: 140%;
	padding: 2px;
	background-color: transparent;
   	overflow: hidden;

}

ul.side
{
	list-style: none;
	margin-left: 0;
	margin-top: 2px;
	padding: 0;
}

ul.side li
{
	margin: 0;
	padding: 0;
}

ul.side a
{
	display: block;
	margin: 0;
	padding: 0;
}

.sidetitle
{
	margin-top: 0;
	background-color: black;
	border-width: 3px;
	border-color: black;
	color: white;
	padding: 2px;
	font-family: palatino, georgia, verdana, arial, sans-serif;
}

.sidetitle A
{
	color: white;
	text-decoration: none;
	display: block;
	font-family: palatino, georgia, verdana, arial, sans-serif;
}

.sidetitle A:hover { text-decoration: underline; }

.toolbar
{
	background-color: black;
	color: white;
	padding: 2px;
	font-family: palatino, georgia, verdana, arial, sans-serif;
	display: block;
}

.toolbar h1 { font-weight: lighter; }

.toolbar a, .toolbar a:link, .toolbar a:visited
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-family: palatino, georgia, verdana, arial, sans-serif;
	padding: 0;
	margin-right: 2px;
	line-height: 100%;
	border: solid 1px black;
}

.toolbar a:hover { text-decoration: underline; }

.sub_toolbar
{
	text-align: center;
	font-size: small;
	display: block;
	background-color: white;
	margin: 0px;
	padding: 10px;
}

.sub_toolbar a
{
	font-weight: bold;
	padding: 3px;
	border: gray 1px solid;
	color: #222;
	background-color: #eee;
	text-decoration: none;
	font-family: sans-serif;
}

.sub_toolbar a:hover { text-decoration: underline; }

.copy
{
	color: gray;
	font-size: smaller;
	text-align: center;
}

.copy A
{
	color: gray;
	text-decoration: none;
}

.copy A:hover { text-decoration: underline; }
dt { font-weight: bold; }

/* XML Button */
.xmlbtn
{
	border-color: #FE9 #664B00 #330 #FC6;
	color: #fff;
	font: bold 10px verdana, sans-serif;
	letter-spacing: 0px;
	margin: 0px 1px;
	text-decoration: none;
	padding: 0px 2px 0px 1px;
	background-color: #FB0;
	border-width: 1px;
	border-style: solid;
}

.xmlbtn a { display: inline; }

.xmlbtn a:link,
	.xmlbtn a:visited,
	.xmlbtn a:active
{
	color: #fff;
	font: bold 10px verdana, sans-serif;
	text-decoration: none;
}

.xmlbtn a:hover
{
	color: #fff;
	background: #FB0;
	font: bold italic 10px verdana, sans-serif;
	text-decoration: none;
}

acronym, abbr {
  cursor: help;
}

/* Valid XML */
#valid img { border: 0; }

/* PhoneBlogger */
.phoneblogger, .mp3, .in_box
{
	margin-top: 5px;
	border: solid 1px #aaa;
	padding: 5px;
	display: block;
	background-color: #eee;
	background: url("/images/background.gif");
}

.phone_cred { font-size: small; }


/* FORM TRICKS */

form input.inline_off
{
	border-bottom: #888;
	background-color: white;
	color: black;
	font: 10px verdana;
	padding: 3px 0 3px 0;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

form textarea.inline_off
{
	border: #888;
	background-color: white;
	color: black;
	font: 10px verdana;
	border-width: 1px;
	border-style: dotted;
}

li
{
	list-style: url(/images/bullet.gif);
}