#container {
	width: 95%;
}

#left_content {
	width: 55%;
}

#right_content {
	width: 43%;
	float: right;
	text-align: left;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

img {
	border:0;
}

.no_border {
	border: none;
}

img.absmiddle, input.absmiddle {
	position: relative;
	top: -5px;
}

.inline_16 {
	position: relative;
	top: 2px;
}

.inline_24 {
	position: relative;
	top: 7px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

table.float_left {
	float: left;
}

table.float_right {
	float: right;
}

/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a {
	outline: 0px;
}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#tabledescription{
	width: 100%;
	padding: 2px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	background: transparent;
}

.hometext{
	font-weight: normal;
	font-size: 13px;
	font-family: verdana,arial, helvetica, sans-serif;
	letter-spacing: 2px;
}

.link_headers {
	letter-spacing: 5px;
}

.indent {
	margin-left: 25px;
}