*
{
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e1e1e1;
}

#HeaderWrapper
{
	margin: 0 auto;
	width: 100%;
	height: 80px;
	background-image: url('top_bg.png');
}

#Header
{
	margin: auto;
	width: 779px;
	height: 100%;
}

#Menu
{
	margin: 0 auto;
	float: left;
	margin-top: 54px;
	width:600px;
}

#Menu ul
{
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 5px 20px 5px 20px;
	width: auto;
	float: left;
	background: #F1F4E3;
}

#Menu a
{
	text-decoration: none;
	color: Black;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

#Menu ul.SelectedMenu
{
	background-color: #484848;
}

#Menu ul.SelectedMenu a
{
	color: White;
}

.HeaderImage
{
	display: inline-block;
	float: left;
	margin-right: 18px;
	margin-top: 40px;
}

#BannerWrapper
{
	margin: 0 auto;
	width: 100%;
	background-image: url('bg_gradient.png');
}

#Banner
{
	margin: 0 auto;
	width: 779px;
	position:relative; /* needed for Banner div.Overlay */
}

#Banner img
{
	margin: 0;
	padding: 0;
	vertical-align:middle;
}

#Banner div.Overlay
{
	position: absolute;
	width: 161px;
	height: 113px;
	z-index: 10;
	right: 10px;
	top: 275px;
}

#ContentWrapper
{
	margin: 0 auto;
	width: 100%;
	background-color: #E1E1E1;
}

.FlashBanner
{
	width: 780px;
	height: 315px;
	display:block;
}

.Logos
{
	margin: 0 auto;
	width: 779px;
	background: url('yellow_bg_gradient.png');
	overflow: hidden;
	text-align:left;
}

.Logos img
{
	vertical-align: middle;
}


.LeftColumn h2
{
	font-size: 14px;
	color: #999999;
}


.LeftColumn p
{
	margin: 25px 20px 25px 20px;
	font-size: 14px;
}

.RightColumn p
{
	margin: 5px 0px 5px 0px;
	font-size: 11px;
}

.RightColumn
{
	float: left;
	left: 26%;
	overflow: hidden;
	position: relative;
	width: 21%;
	text-align:left;
}
.LeftColumn
{
	float: left;
	left: 24%;
	overflow: hidden;
	position: relative;
	width: 75%;
	text-align:left;
}
#SubContainer
{
	float: left;
	position: relative;
	right: 180px;
	width: 100%;
	background: transparent url('vertical_seperator.png') repeat-y top right;
	padding-top:20px;
	padding-bottom:10px;
}
#Container
{
	background: white;
	clear: left;
	float: left;
	overflow: hidden;
	width: 779px;}
#Content
{
	width: 779px;
	margin: 0 auto;
}


#footer
{
	background-color:white;
	border-top:1px solid #EEEEEE;
	margin:0 auto;
	width:779px;
}


/* ================================
    CSS STYLES FOR ibuilder
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}


/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:visited  {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:active   {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:hover    {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

.CopyrightTab {
    font-weight: bold;
    font-size: 8pt;
    color: #999999;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    font-weight: normal;
    font-size: 8pt;
    color: #CCCCCC;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:active   {
	font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:hover    {
    font-weight: normal;
    font-size: 8pt;
    color: #999999;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #999999;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #999999;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #ff0000
}

.Normalnormal
{
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Times;
    font-size:  19px;
    font-weight:    normal;
    color: #999999;
	margin-bottom:6px;
}

H2  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
	line-height: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}

H3  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H6  {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica;
    font-size:  9px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {
    text-decoration:    underline;
    color:  #003366;
}

A:active    {
    text-decoration:    underline;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

UL LI LI    {
    list-style-type:    disc;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

UL LI LI LI {
    list-style-type:    disc;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 0px solid; 
	border-bottom: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #FFFFFF;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:12;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #999999; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	border-right: #999999 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	border-left: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #eeeeee; 
	cursor: pointer; 
	cursor: hand; 
	color: #003366; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #999999 0px solid; 
	border-bottom: #999999 0px solid; 
	border-top: #999999 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand;
}

.BreadCrumb {
    font-weight:
    font-size: 10pt;
    color: #333333;
    font-family: Arial, Helvetica;
    text-decoration: none;
}

.bottom {
-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(container_bottom.png) no-repeat scroll left bottom;
	clear:both;
	display:block;
	height:10px;
	width:779px;
}

.leftOlympic
{
	padding-left:10px;
	width:85px;
	padding-top:5px;
}

.Normal{
	margin-bottom:0px!important;
}

.footer-text
{
	color:#CCCCCC;
	font-family:Arial,Helvetica!important;
	font-size:7pt;
	font-weight:bold;
	text-decoration:none;
}

.footer-text a
{
	color:#CCCCCC!important;
	font-size:7pt;
}

.footer-text span
{
	color:#CCCCCC;
	font-size:7pt;
}
.footer-table
{
	border-top-color:#E1E1E1;
	border-top-style:solid;
	border-top-width:1px;
}


.SkinObject
{
	font-family:Arial, Helvetica, sans-serif;
}

