html
{
	height: 100.1%;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center;
	background-color: #333366;
	background-repeat: repeat-x;
	background-position: top;
}

img
{
	border: none;
}
.ClearSpace {
	clear: both;
	float: none;
}



/******************************************************************************/
/**************** Layout CSS begins *******************************************/

#wrapper								 /* also holds the left "sliding" tab */
{
	position: relative;
	z-index: 500;
	width: 640px;
	min-width: 640px;
	min-height: 640px;
	margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
	border-left: 1px solid #436389;
	border-right: 1px solid #436389;
	text-align: left;
	background-color: #fff;
}

/******************************************************************************/
/**************** header CSS begins *******************************************/

#header
{
	clear: both;
	margin: 0px 1px;
	padding: 0px;
	width: 640px;
	height: 150px;
	border-bottom: 1px solid #fff;
	background-color: #f0f3f7;
	background-image: url(Images/RAID2009-Bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.headerLogo
{
	width: 390px;
	height: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	margin: 0px;
}

#headerLines
{
	width: 598px;
	height: 35px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 19px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

ul#headerLines
{
	list-style: none;
	width: 390px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}


/******************************************************************************/
/**************** navi CSS begins *********************************************/
#navi
{
	clear: both;
	margin: 0px 1px 1px 1px;
	padding: 0px;
	width: 638px;
	height: 51px;
}

/* --- mainNavi --------------------------------------------------------------*/
#mainNavi
{
	margin: 0px;
	padding: 0px;
	width: 638px;
	height: 20px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	background-image: url(Images/main_nav_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainNavi img.right
{
	position: absolute;
	top: 0px;
	left: 560px;
	margin: 0px;
	padding: 0px;
	width: 78px;
	height: 20px;
	text-align: right;
}

#mainNavi ul
{
	position: relative;
	left: 19px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: 20px;
	line-height: 20px;
}

#mainNavi ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#mainNavi ul li a
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}

#mainNavi ul li a:link, #mainNavi ul li a:visited
{
	color: #fff;
}

#mainNavi ul li a:hover, #mainNavi ul li a:active
{
	color: #fff;
	background-color: #0e7fcb;
	background-image: url(Images/main_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}

#mainNavi ul li a.cur:link, #mainNavi ul li a.cur:visited
{
	color: #fff;
	background-color: #0e7fcb;
	background-image: url(Images/main_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}

#mainNavi ul li a.cur:hover, #mainNavi ul li a.cur:active
{
	color: #fff;
	background-color: #0e7fcb;
	background-image: url(Images/main_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}
/* --- /mainNavi -------------------------------------------------------------*/

/* --- subNavi ---------------------------------------------------------------*/
#subNavi
{
	margin: 0px;
	padding: 0px;
	width: 638px;
	height: 24px;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	background-image: url(Images/sub_nav_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subNavi ul
{
	position: relative;
	left: 7px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 630px;
	height: 24px;
	line-height: 23px;
}

#subNavi ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

#subNavi ul li a
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}

#subNavi ul li a:link, #subNavi ul li a:visited
{
	color: #fff;
}

#subNavi ul li a:hover, #subNavi ul li a:active
{
	color: #fff;
	background-color: #FF3300;
	background-image: url(Images/sub_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}

#subNavi ul li a.cur:link, #subNavi ul li a.cur:visited
{
	color: #fff;
	background-color: #fe711e;
	background-image: url(Images/sub_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}


#subNavi ul li a.cur:hover, #subNavi ul li a.cur:active
{
	color: #fff;
	background-color: #fe711e;
	background-image: url(Images/sub_nav_over.png);
	background-repeat: no-repeat;
	background-position: top;
}
/* --- /subNavi --------------------------------------------------------------*/


/******************************************************************************/
/**************** content CSS begins ******************************************/

#content
{
	margin: 20px 1px;
	padding: 0px;
	width: 638px;
}
/* --- Main Text styling ----------------------------------------------------*/
#Main
{
	float: left;
	width: 620px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#Main h1
{
	padding: 0px;
	color: #990000;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #44658b;
	text-align: left;
	display: block;
	overflow: hidden;
	margin-right: 20px;
	height: auto;
	width: auto;
}

#Main h2
{
	margin: 5px 20px 5px 20px;
	padding: 0px;
	color: #990000;
	font-size: 12px;
}

#Main p
{
	padding: 0px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#Main ul.dl
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Main ul.dl li
{
	margin: 0px;
	padding: 0px;
}

#Main a
{
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

#Main a:link, #Main a:visited
{
	color: #5c7999;
}

#Main a:hover, #Main a:active
{
	color: #f25a00;
}

#Main a.up
{
	float: right;
	margin: 0px 20px;
	padding: 0px;
	text-decoration: underline;
}

#Main a.up:link, #Main a.up:visited
{
	color: #5c7999;
}

#Main a.up:hover, #Main a.up:active
{
	color: #f25a00;
}

#Main a.dl
{
	margin: 5px 10px 10px 10px;
	padding: 0px 0px 0px 20px;
	line-height: 150%;
	text-decoration: underline;
}

#Main a.dl:link, #Main a.dl:visited
{
	color: #5c7999;
}

#Main a.dl:hover, #Main a.dl:active
{
	color: #f25a00;
}

/* --- /Main Text styling ---------------------------------------------------*/

.RightSide-Image {
	position: relative;
	left: auto;
	padding-top: 12px;
	float: right;
	right: -12px;
}
.LeftSide-Image {
	position: relative;
	left: auto;
	float: left;
	padding-right: 15px;
	display: block;
	height: auto;
	width: auto;
	margin-left: -15px;
}
.Main-Indent {

	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.caption-text {
	font-size: smaller;
}
.program-header {
	color: #990000;
	display: block;
	border-bottom-width: .5pt;
	border-bottom-style: solid;
	border-bottom-color: #9C0000;
}
.session-titles {
	display: block;
	font-weight: bold;
	border-bottom-width: .5pt;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.Emphasis {
	color: #990000;
	display: block;
}
