
body
{
	background-color: #5D676d;
	margin: 6px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}

td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* ========================================================== */
/* Borders */
/* ========================================================== */

#Border_Top, #Border_Bottom
{
	height: 10px;
	width: 850px;
}

#Border_Top
{
	background: url(images/Structure/border_top.gif) no-repeat;
}

#Border_Bottom
{
	background: url(images/Structure/border_bottom.gif) no-repeat;
}

#Border_Left, #Border_Right
{
	width: 12px;
	background-repeat:repeat-y;
}

#Border_Left
{
	background-image: url(images/Structure/border_left.gif);
}

#Border_Right
{
	background-image: url(images/Structure/border_right.gif);
}

/* ========================================================== */
/* Layout */
/* ========================================================== */

#ExtranetLogin
{
	text-align:right;
	padding-right:6px;
	padding-bottom:2px;
	background-image:url(images/Buttons/alumni_extranet_login.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:19px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

a.ExtranetLogin:link, a.ExtranetLogin:visited, a.ExtranetLogin:active
{
	padding-right:20px;
	color: #fff;
}

a.ExtranetLogin:hover
{
	text-decoration:underline;
	color: #fff;
}

.Header
{
	width:826px;
	height:268px !important;
	_height:auto !important;
	padding: 0px;
	margin: 0px;
	background-image:url(images/Structure/header_bg.jpg);
	background-repeat:repeat-y;
}

/*Hack 1 for the slideshow module*/
.Header br
{
	height:0;
	display:none;
}

/*Hack 2 for the slideshow module*/
.Header p
{
	margin:0;
	padding:0;
}

.TopImage
{
	width:826px;
	padding: 0;
	margin: 0;
	background-color:#6C6A6B;
}

.TopImage img
{
	border-bottom:2px solid white;
}


/* ========================================================== */
/* Content structure */
/* ========================================================== */

#ContentTable
{
	width: 100%;
	background-color: white;
	vertical-align:top;
}

#ContentTable #RightBar
{
	width: 186px;
	border-left: 2px solid white;
	height:100%;
	background-image: url(images/Structure/rightbar_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4F627B;
	vertical-align:top;
	/*padding-left:20px;*/ /* cool notch effect on right bar */
	color: white;
}

#ContentTable #Curl
{
	background-image: url(images/Structure/rightbar_curl.jpg);
	background-repeat: no-repeat;
	background-position:top;
	width: 46px;
}

/* ========================================================== */
/* Footer */
/* ========================================================== */

#Footer
{
	color:#ffffff;
	padding: 0 12px;
	font-size:10px;
}

#Footer .Left
{
	float:left;
}

#Footer .Right
{
	float:right;
}

#Footer a
{
	color:#6699cc;
	text-decoration: none;
}

/* ========================================================== */
/* Right Bar */
/* ========================================================== */

.RightBarPane
{
	padding: 0 20px !important;
}

.RightBarPane a
{
	color:#ffffff;
	font-weight:800;
}

.RightBarPane a:link,
.RightBarPane a:visited,
.RightBarPane a:active
{
	text-decoration:underline;
}

.RightBarPane a:hover
{
	text-decoration:none;
}

#RightBar .h4, #RightBar .h5
{
	color: #00ccff;
	margin: 2px 0;
}

#RightBar .h4
{
	padding-top: 10px;
	font-size:20px;
}

#RightBar .h5
{
	font-size:11px;
}

#RightBar span.Underway
{
	color: #999999;
	font-size:10px;
}


/* ========================================================== */
/* Main Content */
/* ========================================================== */

#ContentPaneContainer
{
	padding-left:10px;
	vertical-align:top;
}

#ContentPaneContainer .h4
{
	font-size: 20px;
	color:#660000;
	font-family: "Univers 57 Condensed, Arial, Helvetica";
	font-weight:normal;
	margin-bottom: 10px;
}

#ContentPaneContainer a
{
	color:#660000;
	font-weight:800;
}

#ContentPaneContainer a:link,
#ContentPaneContainer a:visited,
#ContentPaneContainer a:active
{
	text-decoration:underline;
}

#ContentPaneContainer a:hover
{
	text-decoration:none;
}

#ContentPaneContainer .ContentPane, #ContentPaneContainer .LeftPane
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

}

#ContentPaneContainer .ContentPane, #ContentPaneContainer .RightPane
{
	padding-top: 20px;
	padding-bottom: 20px;
	/*float:right;*/
}

#ContentPaneContainer table
{
	width: 100%;
}


#ContentPaneContainer table td
{
	vertical-align:top;
}

#Section #ContentPane
{
	clear:left;
	padding:inherit;
}

#Section table
{
	width:100%;
}

.SectionTable
{
	vertical-align:top;
}

.l
{
	padding-left:10px;
}

.r
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.e
{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.m
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.l, .r, .e, .m
{
	vertical-align:top !important;
}


/* ========================================================== */
/* Nav */
/* ========================================================== */

#Nav
{
	padding: 0;
	margin: 0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/Structure/nav_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	background-color:#555555;
}

.MenuContainer
{
	height: 100%;
	text-transform:uppercase;
}

.RootMenu_Normal td, .RootMenu_Hover td, .RootMenu_Active td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 24px;
	font-weight:bold;
	padding: 0 6px;
}

.RootMenu_Hover
{
	background-color:#474646;
	color: #00ccff;
}

.RootMenu_Separator
{
	background-color:#FF0000;
	width:2px;
}

.SubMenu_Normal td, .SubMenu_Active, .SubMenu_Hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	background-color:#595959;
	border-collapse:collapse;
	color:#fff;
	text-transform:uppercase;
	margin: 2px 0;
	padding: 2px 6px;
	width: 150px;
	border-width: 0;
	height:10px;
}

.SubMenu_Normal table
{
	border: 1px solid #bbb9b9;
	border-top:0;
}

.SubMenu_Normal td
{
	border-collapse:collapse !important;
	border-bottom: 0px solid #bbb9b9 !important;
	border-top: 1px solid #bbb9b9 !important;
}

.SubMenu_Hover
{
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:10px !important;
	text-transform:uppercase !important;
	padding: 2px 8px !important;
	margin: 2px 0 !important;
	background-color:#383838 !important;
	font-weight:normal !important;
	color: #00ccff !important;
	padding-left:0;
	padding-right:0;
}

.MenuArrow, .MenuIcon
{
	width:0px;
	visibility:hidden;
	display:none !important;
}

