/* Text Styles
----------------------------------------------- */
body, p, td, div, ul
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #727272;
}

li
{
	font-size: 1.0em;
}

/* PNG Foot Overlay
----------------------------------------------- */
.overlay
{
	position: absolute;
	margin-left: -110px;
	margin-top: -10px;
}

/* Positioning
----------------------------------------------- */

#header
{
	margin-top:20px;
	margin-left: 20px;
}

div#middle
{
	background: url(../images/bg_middle.gif) 21px 0 repeat-y;
	width: 764px;
	text-align: left;
}

/* Side Bar
----------------------------------------------- */

div#sidebar
{
	width: 193px;
}

div#sidecontent
{
	width: 142px;
	height: 100%;
	margin-left: 30px;	
	padding-top: 10px;
	padding-left: 20px;
}

div#sidebar p
{
	display: block;
	height: 200px;	
	color: #AB0635;	
	font-weight:bold;
	font-size: 0.85em;
}


/* Main Content Area
----------------------------------------------- */

div#content
{
	float:right;
	width: 550px;
	width: 548px !ie;
	margin-right: 20px !important;
	margin-right: 10px !ie;
}


h1
{
	display: block;
	margin: 0;
	padding: 0;
	height: 34px;
	background: url(../images/bg_header.gif) repeat-x;
	
	color: #AB0635;
	text-transform: uppercase;
	font-size: 16px;
	text-align: right;
	padding-top: 14px;	
	padding-right: 50px;
	padding-right: 30px !ie;
}

h2
{
	color: #AB0635;
	font-size: 1.1em;
	margin-top: 0px;
}

h3
{
	color: #5F6A9F;
	font-size: 1em;
	margin-top: 0px;
}

div.contentpadding
{
	padding-left: 20px;
	padding-right: 10px;
	
}

/* Rollout Menu
----------------------------------------------- */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type: none;
}
ul#menu li.menulist
{
	margin:0;
	padding:0;
	height: 24px;
	display: block;
	overflow: hidden;
}
ul#menu li.menulist a
{
	margin:0;
	padding:0;
	display: block;
}

ul.rollout
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	width: 180px;
	
	border-top: 1px solid white;
	border-left: 1px solid white;	

	margin-top: -27px;
	margin-left: 192px;
	margin: 0 !ie;
	margin-left: -6px !ie;
}
ul.rollout a
{
	display: block;
	height: auto;
	height: 23px !ie;	
	line-height: 23px;
	padding-left: 10px;
	text-decoration: none;
	background: #9AA1C2;
	color: white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-size: 11px;
}

ul.rollout a:hover
{
	background: #5F6A9F;
}

ul#menu li.menulist ul
{
	display: none;
}

ul#menu li.menulist:hover ul
{
	display: block;
}

#text___Frame
{
	margin-left: -30px;
	width: 100%;
}

.elixirlogo {
margin-bottom:0px;
margin-left:5px;
font-size:10px;
padding-top:5px;
}

div#elixir {
color:#FFFFFF;
text-align:center;
}

div#elixir #rightsidelogo a {
color:#FFFFFF;
text-align:center;
text-decoration:none;
font-size:10px;
}