/*****************************
	BACKGROUNDS
*****************************/

.border-bg {
    background-color: #FFFFFF;        
}

.body-bg {
    background-color: ;
    background-image: url();
    background-repeat: repeat-x;
    background-position: top center;

		height: 100%;
		margin: 0;
		padding: 0;
		font-family: Century gothic, Helvetica, Arial, serif;
		color: #6a6a6a;
		font-size:14px;
		line-height: 22px ;
}

.bg-left-shadow {
    background-color: #; 
    background-image: url(../images/left_shadow.gif);
    background-repeat: repeat-y;
    background-position: center;
}

.bg-right-shadow {
    background-color: #; 
    background-image: url(../images/right_shadow.gif);
    background-repeat: repeat-y;
    background-position: center;
}

/* same color as body-bg */
.footerpane-bg-welcomescreen {
    background-color: #;
}

/*****************************
	PANES
*****************************/

.headerpane-bg {
    background-color: #;
}

.toppane-bg {
    background-color: #; 
}

.bottompane-bg {
    background-color: #;
}

.leftpane-bg {
    background-color: #;
    background-image: url(../images/siteframework/panes/columns/column1/bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

.contentpane-bg {
    background-color: ;
    background-image: url(../images/bg_content.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.rightpane-bg {
    background-color: #;
    background-image: url(../images/siteframework/panes/columns/column2/column2_bg.gif);
    background-repeat: repeat-y;
    background-position: center;
}

.footerpane-bg {
    background-color: #;
    background-image: url();
    background-repeat: no-repeat;
    background-position: center;
}

.column1pane-bg {
    background-color: #;
    background-image: url(../images/siteframework/panes/columns/column1/column1_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.column2pane-bg {
    background-color: #;

}

.menuhpane-bg {
    background-color: #;
}

.menuvpane-bg {
    background-color: #;
    background-image: url(../images/siteframework/panes/menus/menu-v/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

/*****************************
	LINKS
*****************************/

.link-menu-h {
    font-weight: bold; font-style: none; font-size: 14px; color: #FFFFFF; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-menu-h:hover {
    font-weight: bold; font-style: none; font-size: 14px; color: #EE0000; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.link-menu-v {
    font-weight: bold; font-style: none; font-size: 18px; color: #000000; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-menu-v:hover {
    font-weight: bold; font-style: none; font-size: 18px; color: #ab9679; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.link-announcement {
    font-weight: none; font-style: none; font-size: 12px; color: #3B9ABA; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-announcement:hover {
    font-weight: none; font-style: none; font-size: 12px; color: #000000; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: underline
}

.link-text {
    font-weight: none; font-style: none; font-size: 14px; color: #1f5a8c; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-text:hover {
    font-weight: none; font-style: none; font-size: 14px; color: #8aafcf; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.link-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #DE5D0C; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-footer:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #D1A547; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.link-header-core {
    font-weight: none; font-style: none; font-size: 10px; color: #5A7794; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-header-core:hover {
    font-weight: none; font-style: none; font-size: 10px; color: #4B4BF0; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.link-welcome-screen {
    font-weight: bold; font-style: none; font-size: 11px; color: #335EB6; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-more {
    font-weight: bold; font-style: none; font-size: 11px; color: #666666; font-family: Myriad, Century gothic, Helvetica, Arial, serif; text-decoration: none
}
.link-more:hover {
    font-weight: bold; font-style: none; font-size: 11px; color: #87c53b; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}
/*****************************
	TEXT
*****************************/
.text-title {
    font-weight: bold; font-style: none; font-size: 16px; color: #1E73FF; font-family: Century gothic, Helvetica, Arial, serif;; text-decoration: none
}

.text-page-title {
    font-weight: bold; font-style: none; font-size: 20px; color: #666666; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-page-title-white {
    font-weight: bold; font-style: none; font-size: 20px; color: #ffffff; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-paragraph-title {
    font-weight: bold; font-style: none; font-size: 14px; color: #666666; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-fineprint-core {
    font-weight: none; font-style: none; font-size: 10px; color: #a7a7a7; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-footer {
    font-weight: none; font-style: none; font-size: 10px; color: #a7a7a7; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-body {
    font-weight: none; font-style: none; font-size: 14px; color: #ffffff; font-family: Century gothic, Helvetica, Arial, serif; text-decoration: none
}

.text-announcement {
	line-height: 15px ; font-weight: normal; font-style: none; font-size: 12px; color: #000000; font-family: Century gothic, Helvetica, Arial, serif;  text-decoration: none
}