.main {
position: relative;
width: 775px;
vertical-align: top;
text-align: left;
}

.main_table {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #4241A9;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
}
.text_box {
	margin: 40px;
	width: 512px;
}
.text_box_small {
	margin: 10px;
}

.logo_box {
	margin: 30px 10px 10px;
	background-color: #f4f4fd;
}
.side_bar {
	background-color: #F4F4FD;
	background-repeat: repeat-x;
	vertical-align: top;
}
h2 {
	font-size: 1.1em;
	color: #4241A9;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #4241A9;
	text-align: center;
}



.nav_bar {
	margin: 10px;
}
.bullet_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	list-style-position: outside;
	list-style-type: square;
}


.footer {
	font-family: arial;
	font-size: 0.65em;
	text-align: center;
	background: #ACACDF;
	height: 125px;
	width: auto;
	margin: 0px 0 0;
	padding: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

a {
	color: #4F888E;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
img
{
    display: inline;
    position: relative;
}
