  /* Coohya Skin 002 Custom Styles */
	.FirstTable {
	width: 760px;
}
	.FT_TopLeft { background: url(corners_top_left.gif) no-repeat top left; }
	.FT_Top { background: url(corners_top.gif) repeat-x; }
	.FT_TopRight { background: url(corners_top_right.gif) no-repeat top right; }
	.FT_Left { background: url(corners_left.gif) repeat-y; }
	.FT_Content{ background-color:#FFFFFF}
	.FT_Right{ background: url(corners_right.gif) repeat-y right; }
	.FT_BotLeft{ background: url(corners_bottom_left.gif) no-repeat top left; }
	.FT_Bot	{ background: url(corners_bottom.gif) repeat-x; }
	.FT_BotRight { background: url(corners_bottom_right.gif) no-repeat top right; }
	.FT_TopLeft, .FT_TopRight, .FT_BotLeft, FT_BotRight{ width: 8px; height: 8px;}
	.FT_Left, .FT_Right{ width:8px;}
	.FT_Top, .FT_Bot{ height:8px;}
	
	.Strip_Top {background: url(TopBG.gif) repeat-x; height: 17px;}
	.Strip_Left { background-color:#ECE9D8; width:3px;}
	.Strip_Horizontal { background-color:#CCCCCC; height: 3px; }

	.WhiteLinks, A.WhiteLinks:link, A.WhiteLinks:visited, A.WhiteLinks:active
	{
		color: #ffffff;
		font-family: Tahoma, Verdana, Arial;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	A.WhiteLinks:hover
	{
		text-decoration: underline;
	}
	.OrangeLinks,  A.OrangeLinks:link, A.OrangeLinks:visited, A.OrangeLinks:active
	{
		color: #FF6600;
		font-family: Tahoma, Verdana, Arial;
		font-size: 10px;
	}
	A.OrangeLinks:hover
	{
		text-decoration: underline;
	}
	.LightBrownText
	{
		font-family: Verdana, Tahoma,  Arial;
		font-size: 11px;
		color: #B4AE57;
	}
	
	.Content_Pane
	{
		width: 460px;
	}
	.Left_MainPane
	{
		width: 285px;
	}
	.Left_TopPane
	{
		width: 285px;
	}
	.Right_TopPane
	{
		width: 460px;
	}
	
	.Footer
	{
		background-color:#DAE8F3;
		height: 38px;
		width: 748px;
		vertical-align: middle;
		text-align:center;
	}
	.LinksBG
	{
		background-color: #CCCCCC;
		height: 30px;
		vertical-align: middle;
		text-align:center;
	}
	.WhiteTextBoldSmall 
	{
		color: #FFFFFF;
		font-family: Tahoma, Arial, Helvetica;
		font-size: 10px;
		font-weight: bold;
		padding: 4px;
	}
	.OrangeTextBold
	{
		font-family: Tahoma, Verdana,   Arial;
		font-size: 11px;
		color: #FF6600;
		font-weight: bold;
	}
	.SpacerClass
	{
		width: 3px;
	}
	.SpacerGray
	{
		background: url(GraySpacer.gif) repeat-y; 
		width: 5px;
	}
	.MainTable
	{
		height: 100%;
	}
	.NormalSmall
	{
		font-family: Tahoma, Verdana, Arial, Helvetica;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
	}

/* End -Coohya Skin 002 Custom Styles */

/* PAGE BACKGROUND */
/* background color for the content part of the pages */
.leftback
{
	background-attachment: fixed;
	background-color: F4E0A1;
	background-image: url(leftback.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.linkrollover {
	text-decoration: none;
	color : #607E9F;
	font-family : Verdana;
	font-size : 7pt;
	text-transform: none;
	font-weight: bold;

}

/* Main Menu */
.MainMenu_MenuContainer {
	 
	/*BACKGROUND: url(Nav_BG.gif) repeat-x 50% bottom; */
	BACKGROUND: url(Nav_BG.gif) repeat-x top; 
	HEIGHT: 45px;
	}
.MainMenu_MenuBar {
	 
	/*BACKGROUND: url(WMP_tab_bg_off.gif) repeat-x 50% bottom; */
	HEIGHT: 45px;
	CURSOR: hand;
}
/*sub menu items*/
.MainMenu_MenuItem {
	cursor: hand; 
	color: #666666; 
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	padding: 2px 10px 3px 5px;
	
}
.MainMenu_MenuItemSel {
	cursor: hand; 
	color: #666666;
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	border: 0;
	padding: 2px 10px 3px 5px;
	background-color: #C6DBEC; 
	
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background: white; 
	filter: none;
	border: 1px solid #C6DBEC;
	margin-top: 1px;
	padding: 1px;
}
.MainMenu_MenuBreak {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: auto; BORDER-BOTTOM: 0px
}
.MainMenu_MenuArrow {
	DISPLAY: none
}
.MainMenu_RootMenuArrow {
	DISPLAY: none
}

.MainMenu_Selected{
	BACKGROUND: transparent scroll repeat 0% 0%;
	HEIGHT: 45px
}
.MainMenu_BreadcrumbActive
{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;
	HEIGHT: 45px
}
.MainMenu_Active{
	BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top; 
	HEIGHT: 45px;
}

.MainMenu_BreadcrumbActive2
{
	/*BACKGROUND: url(Nav_BG_Selected.gif) repeat-x 50% top;*/ 
	HEIGHT: 45px; 
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight: normal;
	color: #585B5E;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	text-decoration:    none;
	color:#585B5E;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#585B5E;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#585B5E;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:#585B5E;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight: normal;
	color: #585B5E;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#585B5E;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#585B5E;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#585B5E;
}

A.OtherTabs:hover    {
    text-decoration: underline;
    color:#585B5E;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}

A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
    
/* GENERIC */
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
	color:  #000000;
	text-decoration: none;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

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: Tahoma, 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: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* 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: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px 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 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.LeftMenuItem {
	cursor: pointer;
	cursor: hand;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	background-image: url(images/leftnav_separator.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	text-decoration: none;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	cursor: pointer;
	text-decoration: none;
	cursor: hand;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.LeftMenuItem a:hover {
	cursor: pointer;
	cursor: hand;
	color: #3659BD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}
.LeftMenuItem img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 6px;
	vertical-align: middle;
	margin-top: 1px;
}
.RightMenuItem {
	text-decoration: none;
	color: #EBEFF9;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(images/rightnav_separator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.RightMenuItem a, .RightMenuItem a:visited, .RightMenuItem a:link {
	text-decoration: underline;
	color: #EBEFF9;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem a:hover {
	text-decoration: none;
	color: #FDCB29;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 8px;
	vertical-align: middle;
}
.RightMenuItem2 {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-image: url(images/rightnav_separator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.RightMenuItem2 a, .RightMenuItem2 a:visited, .RightMenuItem2 a:link {
	text-decoration: underline;
	color: #CCCCCC;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.RightMenuItem2 a:hover {
	text-decoration: none;
	color: #FDCB29;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
}
.BottomMenuItem {
	font-weight: normal;
	color: #585B5E;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	font-weight: normal;
	color: #585B5E;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.BottomMenuItem a:hover {
	font-weight: normal;
	color: #585B5E;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
p {
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.normal {
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.copyright {
	padding-right: 9px;
	margin: 0px;
}
.imgNoborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgBorder {
	margin-right: 12px;
}
.imgBorder2 {
	margin-bottom: 12px;
	margin-top: 12px;
}
.imgBorder3 {
	margin-left: 12px;
}
.imgBorder4 {
	margin-right: 12px;
}
.flagBorder {
	border: 3px solid #a4a19c;
}
.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3659BD;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding-bottom: 6px;
}
.pageTitle a, .pageTitle a:visited, .pageTitle a:link, .pageTitle a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3659BD;
	text-decoration: none;
}
.pageTitleSeparator {
	background-image: url(images/3panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: -3px;
}
.pageTitleSeparator2 {
	background-image: url(images/2panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: -3px;
}
.pageTitleSeparator3 {
	background-image: url(images/childrenDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: -3px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
}
.mainContent {
	background-color: #FFFFFF;
}
.BackGradient {
	background-image: url(images/backGradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 17px;
	padding-left: 12px;
}
.navBlack {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navBlack:link, a.navBlack:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 24px;
}
a.navBlack:active, a.navBlack:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #E75421;
	text-decoration: none;
	margin-left: 24px;
}
.navOrange {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navOrange:link, a.navOrange:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 24px;
}
a.navOrange:active, a.navOrange:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FDCB29;
	text-decoration: none;
	margin-left: 24px;
}
.welcomeDivider {
	background-image: url(images/welcomeDivider.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.leftnavContentPanel {
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 28px;
}
.rightnavContentPanel {
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	background-color: #3659BD;
}
.lineVert {
	background-color: #A3A3A3;
	width: 1px;
}
.lineHoriz {
	background-color: #A3A3A3;
	hight: 1px;
}
.mainpageContent {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 12px;
	background-image: url(images/welcomeDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.galleryContent {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	background-image: url(images/2panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-left: 0px;
}
.2panelContent {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 12px;
	background-image: url(images/2panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.3panelContent {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 12px;
	background-image: url(images/3panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.childrenContent {
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 12px;
	background-image: url(images/welcomeDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.chcContent {
	padding-bottom: 10px;
	padding-right: 12px;
	background-image: url(images/2panelDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.chcContainer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #a3a3a3;
	border-bottom-color: #a3a3a3;
	height: 201px;
	padding-top: 12px;
}
.newsContent {
	background-image: url(images/news/newsGradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
}
.newsText {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.newsTitle {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #E75421;
	text-decoration: none;
	line-height: 14px;
}
a.newsTitle:link, a.newsTitle:visited {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #E75421;
	text-decoration: none;
	line-height: 14px;
}
a.newsTitle:active, a.newsTitle:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #E75421;
	text-decoration: underline;
	line-height: 14px;
}
.quicklinksDivider {
	background-image: url(images/dividerQuicklinks.gif);
	background-position: 12px;
	height: 7px;
	background-repeat: no-repeat;
}
.BottomNavigation {
	padding-left: 11px;
	margin: 0px;
}
.leftImage {
}
.YCtitle {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3659bd;
	text-transform: uppercase;
}
.hide {
	display: none;
}
