﻿body {
	background-color: #FFFFFF;
}

a, a:link {
	color: #333399;
}

a:hover {
	color: #003399;
}


h1 {
	color: #000000;
}
hr {
	border: 0;
	color: #666666;
	background-color: #666666;
	height: 1px;
}
.box hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
}

/* title */
#headSection h1 span {
	color: #666666;
}
.maintitle:link 
{
	color: #666666;
	text-decoration:none;
}
.maintitle:visited 
{
	color: #666666;
	text-decoration:none;
}
.maintitle:active 
{
	color: #666666;
	text-decoration:none;
}
.maintitle:hover 
{
	color: #666666;
	text-decoration:none;
}


#main h1 {
	color: #ED008C;
}

.latestNews {	
			color: #000000;
}

#navcontainer ul
{
 
background-color: #FFF;
color: #0051A8;

}

 

li a
{
	background-color: #FFF;
	color: #0051A8;
}

li a:hover
{
	background-color: #FFF;
	color: #ED008C;
}





/* breadcrumbs */
p.breadcrumbs {
	border-bottom: 1px solid #CCCCCC;
	background:  url(../Media/images/back-s.jpg) #FFFFFF no-repeat right; /*text-transform: lowercase;*/
}

.breadcrumbs a,.breadcrumbs a:visited {
	color: #005DA4;
}
 .breadcrumbscurrent
 {
	color:#FF0000;
 }


/* boxleft fill */


/* boxcontent and title */

.box .title {
	color: #000000;
}
.box .title a, .box .title a:visited {
	color: #000000;
}


.TreeViewNode
{

	color: #333399;

}


.TreeViewNode:hover
{
	color: #ED008C;
}
.TreeViewNodeSeleced
{
 	color: #ED008C;
}


/* box */
.boxbase {
	background:  url(../Media/images/borders-s.gif) repeat-y 100% 0;
}

/* boxleft */
.boxbaseleft {
	background-image:  url(../Media/images/borders-s.gif);
}

/* boxtop */
.boxbasetop {
	background:  url(../Media/images/box-s.gif) no-repeat 100% 0;
}

/* box bottom */
.boxbasebottom {
	background:  url(../Media/images/box-s.gif) no-repeat 0 100%;
}


.emptybase .boxbasetop {
	background:  url(../Media/images/ebox-s.gif) 100% 0 no-repeat;
}


/* empty boxtop div */
.emptybase .boxtopbase div {
	background:  url(../Media/images/ebox.gif) 0 0 no-repeat;
	
}


.navigationtree 
{
	padding-bottom: 3px;
}
.navigationtree ul
{
    padding: 0;
}
 
.navigationtree li
{
    margin: 0;
    padding: 0;
    padding-left: 14px;
    display: block;
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position:right;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    list-style-type:none;
    list-style-position:outside;
    font-size:85%;
}

 
 .navigationtreegeneral li
{
	background-color: #FCD3EB;
	background-image: url(../Media/images/list-general.gif);
}

 