@charset "utf-8";

#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
}
#left_menu {
	float: left;
	width: 200px;
}
#main_content {
	float: right;
	width: 730px;
	padding: 10px;
	font-size: 14px;
}
#main_content img {
	float: left;
	margin: 10px;
	text-align: center;
}

#main_content table {
	border: thin groove #5E9CFF;
	text-align: center;
}

#footer {
	clear: both;
}
#footer #left_col {
	float: left;
	width: 216px;
	text-align: left;
}
#footer #center_col {
	float: left;
	width: 523px;
	text-align: center;
}




#footer #right_col {
	float: right;
	width: 216px;
}
#bottom_nav {
	text-align: center;
	clear: both;
}


#bottom_nav ul{
	margin: 0px;
	padding: 0px;

}


#bottom_nav li {
	display: inline;
}
#bottom_nav a {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#main_content li {
	color: #000;
	list-style-image: url(../images/check_mark.png);
}

#bottom_nav a:visited {
	color: #000;
	font-weight: bold;
}
#bottom_nav a:hover {
	color: #F00;
}
.RedTextMedium {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}
.RedTextLarge {
	font-size: 18px;
	font-weight: bold;
	color: #F00;
}
.ActionJacksons {
	font-style: italic;
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}
hr {
	color: #5E9CFF;
	border-top-style: solid;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
}
ol {
	font-weight: bold;
}
.BoldRedUnderlined {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.BoldRedItalic {
	font-style: italic;
	color: #F00;
}
.BoldBlueText {
	font-weight: bold;
	color: #2945FF;
}
.BoldBlackText {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	font-variant: normal;
	background-color: #5F9EFF;
}

