body {
text-align:center; /*centers page in IE*/
font-family: Arial, Sans-serif, Verdana, Tahoma;
font-size:11pt;
background-color:#fff;
}

#container {
	margin: auto;
	width:850px;
	text-align:left;
	color:#000;
	background-image:url('images/bg.jpg');
	background-repeat: no-repeat;
	height: 1370px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CAB1E8;
	border-right-color: #CAB1E8;
	border-bottom-color: #CAB1E8;
	border-left-color: #CAB1E8;
}

/****Header****/

#header {
	width:850px;
	margin:2px;
	padding: 2px;
	height:167px;
}
.floatleft-butts {
	float: left;
	width: auto;
}
.italics-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	color: #606;
	padding-top: 4px;
}

.logo_L {
background-image:url('images/logo.jpg');
width:35px;
height:51px;
position:relative;
left:5px;
top:5px;
}

.logo_R {
	background-image:url(images/ASPSlogo.gif);
	width:102px;
	height:80px;
	position:relative;
	left:600px;
	top:-180px;
}
#video-button {
	font-size: 10px;
	font-style: italic;
	float: left;
	height: 12px;
	width: 150px;
	padding-left: 9px;
	color: #000;
}
.subtitle {
	padding-top: 5px;
}

.info {
text-align:center;
font-size:11pt;
font-weight:bold;
position:relative;
top:-220px;
left:725px;
}

/****Content****/

#inner_container {
	width:675px;
	float:left;
	height: 700px;
	padding-left: 5px;
}

#media {
width:670px;
height:200px;
}

.video {
background-color:#555;
width:350px;
height: 188px;
margin-left:5px;
}

.image1 {
background-image:url('images/image1.jpg');
width:162px;
height:188px;
position:relative;
left:360px;
top:-188px;
}

#left_col {
width:185px;
float:left;
height:525px;
}

.left_col_text {
font-style:italic;
color:#928d8d;
font-size:12pt;
line-height:16pt;
font-weight:bold;
margin-top:2px;
margin-left:5px;
padding:0px 5px 0px 5px;
}

#content {
	width:460px;
	height:520px;
	float:right;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bignumber {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #DFCEF8;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
.float-right {
	float: right;
	height: auto;
	width: auto;
	margin-left: 10px;
}

h1 {
	font-size: 16pt;
	font-weight:bold;
}
h2 {
	position:relative;
	top:0px;
	left:10px;
	font-size:40pt;
	font-weight:bold;
	width: 450px;
	margin-top: 0px;
}

.italic {
	position:relative;
	top:inherit;
	left:200px;
	font-size:18pt;
	font-style:italic;
	padding-top: 12px;
}
.clearfloat {
	clear: both;
}

.title {
font-size: 16pt;
font-weight:bold;
}

.subtitle {
	font-weight:bold;
	font-size:16pt;
	font-family: "Times New Roman", Times, serif;
	color: #639;
}

#right_col {
	width:170px;
	height:728px;
	float:right;
	margin-top: 12px;
}

.dr_stein {
	width:170px;
	height:201px;
}

.nav {
width:170px;
height:160px;
margin:0px;
}

.nav a {
color:#000;
font-weight:bold;
font-size:10pt;
text-decoration:none;
}

.nav a:hover {
text-decoration:underline;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 45px;
	color: #813399;
}

/****Form****/

.form {
	border: 1px dotted black;
	height:400px;
	width:165px;
	margin-top: 80px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.form_text {
	font-size:9pt;
	line-height: 12px;
}

label{
float: left;
width: 120px;
font-size:8pt;
font-weight: bold;
}

input, textarea{
width: 155px;
margin-bottom: 5px;
}

textarea{
width: 155px;
height: 110px;
}

.boxes{
width: 1em;
}

#submitbutton{
	margin-left: 25px;
	margin-top: 8px;
	width: 90px;
}

br{
clear: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topmargin {
	margin-top: 30px;
	float: left;
	width: 175px;
	padding-top: 20px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
