@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 30px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: black;
}

body h2{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	color: #295999;
}

body li{
	margin-bottom:10px;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#LeftColumn
{
	width:277px;
	float:left;
}

#RightColumn
{
	font-size:12px;
	width:490px;
	height:490px;
	margin-left:10px;
	margin-bottom:20px;
	float:left;
	background-color:black;
	background-image:url('RoundBottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

#Header
{
	margin-bottom:10px;
	background-color:black;
}

#MainText
{
	/*padding:1px 10px 10px 10px;*/
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	width:470px;
	height:400px;
	font-size:14px;
	background-color:white;
}

#Footer
{
	width:480px;
	float:none;
	padding-left:10px;
	margin-left:287px;
}

#Links
{
	font-size:x-small;
	padding-left:10px;
}

#Links a
{
	text-decoration:none;
}

#Links a:hover
{
	text-decoration:underline;
}

#LogoBlock
{
	width:110px;
	height:60px;
	float:left;
}

#TraumaBlock
{
	width:390px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}

#LogoPic
{
	text-align:center;
	vertical-align:middle;
}

#TraumaPic
{
	text-align:center;
	vertical-align:middle;
}

#BigT3
{
	height:390px;
	width:277px;
	margin-bottom:10px;
}

#BigCFX
{
	height:390px;
	width:390px;
}

#BigMFX
{
	height:390px;
	width:390px;
}

#BigTFX
{
	height:390px;
	width:390px;
}

#Baseline
{
	height:89px;
	width:277px;
	/*padding-top:2px;
	padding-bottom:2px;*/
}

#Spacer
{
	height:89px;
	width:5px;
	float:left;
	background-color:black;
}

#OsteoMed
{
	text-align:left;
	float:left;
}

#Copyright
{
	text-align:left;
	float:left;
	color:white;
	font-size:8px;
	padding-left:10px;
	padding-right:40px;
	padding-top:8px;
}

#ColsonPic
{
	text-align:right;
}

#SmallT3
{
	height:89px;
	width:89px;
	/*left:15px;*/
	float:left;
}

#SmallCFX
{
	height:89px;
	width:89px;
	float:left;
}

#SmallMFX
{
	height:89px;
	width:89px;
	float:left;
}

#SmallTFX
{
	height:89px;
	width:89px;
	float:left;
}

