/* CSS Document */

body {
	/*background-color:#000;/* not needed for CMS; handled with a component*/
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;/*just added*/
	/*font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;*/
	font-size:11px;
	left: 0px;
	}

#greybody {
	background-color:#cacaca;/*just added*/
	}

.RegMedBG {
	background-color:#999;/*just added*/
	}

.p {
  	margin: 1em;
  }
  
td {
 	vertical-align:top;
 	}
 
 
#header {
	position:relative;
	margin: 0 auto;
	margin-top: -8px;		
	padding: 0px;
	width: 774px;
	}
	
#roundedcorner {
	position:absolute;
	background-image:url(/sepa/regmed/images/rounded_corner.gif);
	background-position:right;
	width:20px;
	background-repeat:no-repeat;
	background-color:#FF9600;
	height:16px;
	right:-19px;
	top:0px;
	z-index:-1;
	}

#greyroundedcorner {
	position:absolute;
	background-image:url(/sepa/regmed/images/GRrounded_corner.gif);
	background-position:right;
	width:20px;
	background-repeat:no-repeat;
	background-color:#FF9600;
	height:16px;
	right:-19px;
	top:0px;
	z-index:-1;
	}
	
#mainbox {
	background-color:#fff;
	position: relative;
	margin: 0 auto;
	width:735px; 
	background-image:url(/sepa/regmed/images/new_greygrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding: 0px;
	top:0px;
	left:0px;
	border: 2px #FF9600 solid;
	border-top: none;
	overflow:visible;
	z-index: 1;
	height: 760;/*just added*/
	}
	
#sidecircle {
	position:absolute;
	right:-16px;
	top: 40px;
	width: 14px;
	height: 210px;
	background:url(/sepa/regmed/images/side_circle.jpg);
	}

#greysidecircle {
	position:absolute;
	right:-16px;
	top: 40px;
	width: 14px;
	height: 210px;
	background-image:url(/sepa/regmed/images/sidecircleGrey.jpg);
	background-repeat: no-repeat;}
	
#sitemap {
	position:relative;
	margin: 0 auto;	
	width: 735px;
	top: 0px;
	left:-170px;
	background-color:#e6e6e6;
	padding: 0px;
	font-size:10px;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	}

#footer {
	position:absolute;
	margin: 0 auto;	
	bottom: -110px;
	width: 735px;
	font-size: 10px;
	padding:0px;
	text-indent: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #fcb354;
	border: 1px #FF9600 solid;
	color: #b6570b;
	}

#footer2 {
	position:relative;
	margin: 0 auto;	
	bottom: -10px;
	width: 735px;
	font-size: 10px;
	padding:0px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #fcb354;
	border: 1px #FF9600 solid;
	color: #b6570b;
	}
	
#footerpadding {
	padding-left:15px;
	padding-bottom: 5px;
	}


.ContentBox {
	position:relative;
	top: 15px;
	left: 170px;
	width: 400px;
	min-height: 280px;
	vertical-align:top;
	padding:0px;
	font-size:14px;
	margin:0px;
	padding-bottom: 10px;
	padding-top: 40px;
	}

#title {
	position:absolute;
	margin-left:148px;
	padding-top:17px;
	/*padding-bottom: 5px;*/
	background-image:url(/sepa/regmed/images/new_greygrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height: 25px;
	display:block;
	Border:0px;
	Border-bottom: 2px #FF9600 solid;
	z-index:2;
	padding-left: 10px;
	}

.Subscribe {
	border:medium;
	border-color:#FF9900;
	width: 350px;
	background-color:#FFFFFF;
	padding: 20px;
	margin: 20px;
	}
	
/*PRINT ELEMENTS*/

#printcommand{
	position:absolute;
	padding-right: 100px;
	padding-top:4px; 
	z-index:2;
	top:5px;
	left:520px;
	}

#printlogos{
	position:relative;
	margin: 0 auto;	
	padding: 0px;
	width: 774px;
	height:127px;
	display:none;
	background-image:url(/sepa/regmed/images/PRINTtemplate/headerlogos.gif)
	}
	
#printfooter{
	position:relative;
	margin: 0 auto;	
	padding: 0px;
	top:25px;
	width: 774px;
	height:40px;
	font-weight:bold;
	display:none;
	}

#search{
	position:absolute;
	padding-right: 10px;
	padding-top:4px; 
	z-index:2;
	top:5px;
	right:-2px;
	border:0px;
	font-style:italic;
	color:#999999;
	}	
