@charset "UTF-8";
html, body {
	background-color: #DADADA;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: 15px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #233A53;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: square;
}
li {
	padding-bottom: 2px;
	padding-left: 2px;
}
a:link, a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #4A5665;
	text-decoration: none;
	background-color: #FFFFFF;
}
#header {
	background-image: url(../images/socius_title_bar.jpg);
	height: 144px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #FFFFFF;
}
#mainBody {
	background-image: url(../images/background.gif);
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	height: auto;
}
#bullets {
	width: 365px;
	font-size: 14px;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-color: #D5D5D5;
	background-image: url(../images/bullet.gif);
}
#boxout {
	width: 398px;
	border: 1px solid #000000;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
}
#footer {
	height: 60px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/footer.gif);
}
#column1 {
	width: 460px;
	padding-left: 10px;
}
#column2 {
	width: 420px;
	float: right;
}
#container {
	width: 920px;
	height: auto;
}
.image {
	padding-top: 20px;
}
.smalltext {
	font-size: 12px;
}
.bigtext {
	font-size: 18px;
}

