/* CSS Document */

BODY{

background-color:#679abf;

background-image:url(../images/Main_bg.png);

background-repeat:repeat-x;

font-family:Century Gothic, Arial, Tahoma, Verdana;

font-size:12px;

color:#000000;

padding:0px;

margin:0px;

}

/*mambo classes */

.moduletable{

width:100%;

}

.contentpaneopen{

text-align:left;

}

/*PNG FIX for <IE7*/

img {

	behavior:	url("pngbehavior.htc");

}

/*Main frame holder with shadows*/

.contenttable{

width:995px;

}

.top{

height:8px;

background-image:url(../images/top.png);

background-repeat:no-repeat;

}

.bottom{

height:8px;

background-image:url(../images/bottom.png);

background-repeat:no-repeat;

}

.leftside{

width:8px;

background-image:url(../images/left_side.png);

background-repeat:y-repeat;

}

.rightside{

width:8px;

background-image:url(../images/right_side.png);

background-repeat:y-repeat;

}



/*Content frame holder */

.contentframe{

width:985px;

background-color:#FFFFFF;

}

.topspacer{

height:15px;

}

.header{

height:142px;
background-image:url(../images/header.png);
background-repeat:no-repeat;

}

.leftpane{

width:190px;

border-top:1px solid #CBCBCB;

border-right:1px solid #CBCBCB;

}

.contentpane{

padding:15px;

}

.rightpane{

background-image:url(../images/right_bottom.png);

background-position:bottom;

background-repeat:no-repeat;

border-left:1px solid #CBCBCB;

border-top:1px solid #CBCBCB;

width:195px;

}

.newstabletop{

background-image:url(../images/newheader_bg.png);


padding-bottom:5px;

padding-left:10px;

padding-top:7px;

color:#0168B2;

font-size:12px;

font-weight:bold;

}

.newstop{

color:#000000;

padding-left:10px;

background-image:url(../images/news_top.png);

height:25px;

}

.newstable{

padding:10px;

}

.footer{

background-color:#FFFFFF;

padding:5px;

color:#666666;

font-size:10px;

}



/*menu format*/

.mainlevel:link,.mainlevel:active,.mainlevel:visited{

border-bottom:1px solid #CBCBCB;

display:block;

color:#000000;

font-size:12px;

text-decoration:none;

height:25px;

padding-top:5px;

padding-left:25px;

background-image:url(../images/menuitem_bg.png);

background-repeat:no-repeat;

background-position:left;



}

.mainlevel:hover{

background-image:url(../images/menuitem_bg_hover.png);

color:#0168B2;

display:block;

}

.mainlevel#active_menu{

color:#0168B2;

}

.sublevel:link,.sublevel:active,.sublevel:visited{

border-bottom:1px solid #CBCBCB;

display:block;

color:#666666;

font-size:12px;

text-decoration:none;

height:20px;

padding-top:2px;

padding-bottom:3px;

padding-left:35px;

background-repeat:no-repeat;

background-position:left;

width:160px;

}

.sublevel:hover{

color:#0168B2;

display:block;

}

.sublevel#active_menu{

color:#0168B2;

}



/*text format */

.contentheading,.componentheading,.maincontentheading{

color:#0168B2;

font-size:14px;

font-weight:bold;

}

.readon{

display:block;

height:40px;

}

/*link format */

a:link,a:visited,a:active{

color:#000000;

}

a:hover{

color:#0168B2;

}

/*form elements*/

.inputboxsearch,.inputbox{

font-size:11px;

font-family:Century Gothic, Arial, Tahoma, Verdana;

}

.button{

font-size:11px;

font-family:Century Gothic, Arial, Tahoma, Verdana;

}

.highlight{

text-decoration:underline;

color:#0168B2;

}

