body {
	background-image: url('/css/curves/orchid/body-tile.gif');
	background-repeat: repeat;

	background-position:top;
	text-align: center;
	height:100%;
	width:100%;
}

html 
{
	height:100%;	
}

a{
color: #1c1c1c;
}

a:hover{color:blue;}

img.left,img.center,img.right
{
	border-color: #a0a0a0;
}

/**************** Header and navigation styles ****************/
#supercontainer{
	background-image: url('/css/curves/orchid/background-tile.gif');
	background-repeat: repeat-x;
	border-right: 1px solid #b5b9be;
	border-left: 1px solid #b5b9be;
	min-height:100%;
	width:100%;
}

#container{
	background-color:inherit;
	background-image: url('/css/curves/orchid/container-tile.gif');
	background-repeat: repeat-y;
	background-position: center;
}

#header{
	background-color:#f0efed;
	background-image: url('/css/curves/orchid/header-tile.gif');
	background-repeat:repeat-x;
}

#header h1{
	background-color:inherit;
	color:#000000;
}

#header h2{
	background-color:inherit;
	color:#000000;
}

#navigation{
	color: #141414;
	background-image:url('/css/curves/orchid/navbar-tile.gif');
	background-repeat:repeat-x;
	border: solid 1px #D4D4D4;
	
}

#navigation li {
	/*background-image:url('/css/curves/orchid/navbar-div.gif');
	background-position:right top;
	background-repeat:no-repeat;*/
	/*border-right: 1px solid white;*/
}

#navigation li a{

}

* html #navigation a {width:1%;}


#navigation .selected  {
color:#2D2D2D;
font-weight:bold;
}

#navigation a:hover{
color: #FFFFFF;

}

#title{
background: #000000;/*#578bb8;*/
color:#ffffff;
}

/**************** Content styles ****************/

.borderedbox
{
    border-color: black;
}

#content h2{

}
#content
{
	color:#2D2D2D;
	font-family:verdana;
}

#content h4 
{    
        
}

#content a{
	color: #E7B2D0;
	font-weight:bold;
	
}
/**************** Sidebar styles ****************/

#subcontent
{
	color:#4E4E4E;
	background:transparent;
}

#subcontent h2{
	color:#4E4E4E;
	
}
#subcontent a:hover{
	background:transparent;
	color:#4e4e4e;
	font-weight:bold;
}

#subcontent a
{
	font-weight:normal;
	font-family:'arial';
		
}

 
/**************** Searchbar styles ****************/


#searchbar #s{
border-color:#a0a0a0;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border-color: #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer
{
	background-Image:url('/css/curves/orchid/footer-tile.gif');
	background-repeat:repeat-x;
	color: #424242;
}
 
#footer a{ background-color:inherit; }
#footer a:hover{color:#424242; text-decoration:underline; background-color:inherit; }

/**************** Misc classes and styles ****************/

.important{color:#f02025; background-color:inherit; }

.box{
border:none;
background-color:#424242;
color:#FFFFFF;
}

.dynamiccontentitem { 
   border-top-color: #4E4E4E;  
}

.medforwardmark 
{
	color:Black;
}

.medforwardmark a:hover
{
	color:#444;
}

.bottomCustomization
{
	color:#4E4E4E;
}


.bottomCustomization a:hover{ color: inherit; text-decoration: underline;}

address
{
	color:#4E4E4E;
}