@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #2E3192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #b3d6f7;
	background-image: url(../images/MED-R_Elements-BKGD.jpg);
	background-repeat: repeat-x;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #container  #header  {
	background-image: url(../images/MED-R_Elements-Logo.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent {
	height: 560px;
	background-image: url(../images/MED-R_Elements-about.jpg);
	background-repeat: no-repeat;
	background-position: 40px;
	padding-left: 40px;
}

.oneColFixCtrHdr   #container   #mainContent   #banner02  {
	height: 500px;
	width: 500px;
	padding-left: 20px;
	padding-right: 180px;
	padding-top: 20px;
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr  #container  #mainContent  #banner02  h1  {
	font-size: 32px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr  #container  #mainContent  #banner02  #bannerinfo  {
	font-size: 15px;
	font-weight: normal;
	width: 500px;
	padding-top: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #mainContent #banner02 h3 {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr  #container  #mainContent  #banner02  h3 a {
	color: #2E3192;
	text-decoration: underline;
}
.oneColFixCtrHdr  #container  #mainContent  #banner02  h3 a:hover {
	color: #2E3192;
	text-decoration: none;
}




.oneColFixCtrHdr   #container   #navigation {
	color: #FFFFFF;
	font-size: 12px;
	height: 30px;
	padding-top: 26px;
	padding-left: 220px;
}
.oneColFixCtrHdr #container #header #navigation #navbuttons {
	float: left;
	height: 32px;
	width: 115px;
	font-size: 18px;
	text-align: center;
	margin: auto;
	padding-right: 2px;
}
.oneColFixCtrHdr #container #header #navigation #navbuttons a {
	background-image: url(../images/MED-R_NAVbtn.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #FFFFFF;
	width: 115px;
	height: 28px;
	text-decoration: none;
	padding-top: 4px;
}

.oneColFixCtrHdr #container #header #navigation #navbuttons a:hover {
	background-image: url(../images/MED-R_NAVovr.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 4px;
}

.oneColFixCtrHdr #container #header #navigation #navbuttonsNU {
	float: left;
	height: 30px;
	width: 160px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 2px;
}
.oneColFixCtrHdr #container #header #navigation h2 {
	font-size: 22px;
	list-style-type: none;
	display: inline;
}
.oneColFixCtrHdr  #container  #mainContent  #banner02  a:hover  {
	color: #0033CC;
	text-decoration: none;
}

.oneColFixCtrHdr #footer {
	clear: both;
	margin-bottom: 50px;
	text-align: center;
	color: #2E3192;
}
.oneColFixCtrHdr #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 */
	font-size: 12px;
}
.oneColFixCtrHdr #container #footer a {
	color: #2E3192;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
.oneColFixCtrHdr #container #footer a:hover {
	color: #2E3192;
	text-decoration: underline;
}

