﻿body 
{
	background-color:#00A8EC;
	
	font-size:12px;
	font-family:Veranda;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}

div#wrapper
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:10px;
	width:768px;
	background-color:white;
	background: white url(images/rt-blue-shadow.png) 0 0 repeat-y;
	
	left: 0px;
	height: 685px;
	
}

div#innerwrapper
{
	position:relative;
	width:50px;
	margin-left:98%;
	margin-right:2px;
	background:white url(images/grey-shadow-top.gif) 0 0 repeat-y;
	background-color:white;
	height: 450px;
}


h3
{
	margin-top:0px;
	padding-top:0px;
}


h2
{
	margin-top:0px;
	padding-top:0px;
}

div#head
{
	background: white url(images/rt-blue-shadow.png) 0 0 repeat-y;
	position:absolute;
	width: 768px;
	height:120px;
	
	top:4px;
	background-color:white;
	text-align: center;
}

div#spacer
{
	position:relative;
	height:25px;
	width:750px;
	background-color:#59a6bd;
}

div#menu
{
	position:relative;
	left:0px;
	top:129px;
	width:200px;
	background: white url(images/rt-blue-shadow.png) 0 0 repeat-y;
}


div#columns
{
	position:absolute;
	width:568px;
	top:129px;
	background-image:url('images/ybridge_bg.png');
	background-color:white;
	left: 200px;
	height: 492px;
	text-align: center;
}

div#side1
{
	position:absolute;
	width:150px;
	top:109px;
	left:-1px;
	height: 278px;
}

div#content
{
	position:relative;
	width:595px;
	top:100px;
	left:150px;
	background-color:White;
}

table#content
{
	position:relative;
	width:595px;
	height:350px;
	background-color:White;
}


div#side2
{
	position:absolute;
	width:150px;
	top:0px;
	left:600px;
}

div#foot
{
	position:relative;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

div#contentHeader
{
	width:595px;
}

div#leftContent
{
	position:absolute;
	width:250px;
	font-family:Trebuchet MS ;
	font-size:12px;
}

div#rightContent
{
	position:relative ;
	width:345px;
	left:250px;
}

.wireFrame 
{
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}


.accordionHeader
{
    border: 1px solid #009900;
    color: white;
    background-color: #990000;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align :center;
}

.accordionContent
{
    font-family :Trebuchet MS ;
    font-size :8pt;
    background-color: #FFFFFF;
    border: 1px dashed #009900;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #990000;
    color: white;
}