/* CSS Document */

Body
{
background-color: #666666;
}

.Normal, .NormalDisabled
{
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color:#343434;
}

.Beliefs
{
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color:#343434;
	line-height:12px;
}

A.Beliefs:link, A.Beliefs:visited, A.Beliefs:active, A.Beliefs:hover  {
    text-decoration: underline;
    color: #2b82c0;
	line-height:12px;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

H1  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #2b82c0;
}

A:visited   {
    text-decoration:    underline;
    color:  #2b82c0;
}

A:active    {
    text-decoration:    underline;
    color:  #2b82c0;
}

A:hover {
    text-decoration:    underline;
    color:  #2b82c0;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:34;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px;
	font-family: "Garamond";
	color: #666666;
	font-weight: bold; 
	font-style: normal; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #666666; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #666666; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
}
.MainMenu_MenuBreak {
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px;
	font-family: "Garamond";
	color: #ffffff;
	font-weight: bold; 
	font-style: normal;
	background-color: #666666;
		border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-left: #666666 0px solid; 
	border-bottom: #666666 1px solid; 
	border-top: #666666 1px solid; 
	border-right: #666666 0px solid;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 9px;
	color: #666666;
}

.Copyright, A.Copyright:link, A.Copyright:active, A.Copyright:visited, A.Copyright:hover {
	font-size: 11px;
	font-family: Times;
	font-style: italic;
	color: #cccccc;
}

.TitleISPlain1 {
    font-family: "Century Gothic", Arial, Helvetica;
    font-size: 21px;
    font-weight: normal;
	color:#343434;
}