#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_5 {
	position: relative;
	top: -2px;
}

.inline_14 {
	position: relative;
	top: 2px;
}

.inline_16 {
	position: relative;
	top: 2px;
}

.inline_18 {
	position: relative;
	top: 3.5px;
}

.inline_24 {
	position: relative;
	top: 7px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

.inline_36 {
	position: relative;
	top: 10px;
}


.inline_40 {
	position: relative;
	top: 12px;
}

.inline_42 {
	position: relative;
	top: 15px;
}

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;
	height: 8px;
	margin-bottom: 20px;
}

.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;
}