body{
    font-size: 14pt;
    font-family: sans-serif;
    margin: 2%;
    padding: 0; 
    background-color: #ffffff;
    color: #000000;
}
.clear {
	 clear: both; 
}
{
position:relative;
left:50px;
}
.hidden {
    display: none;
}
.centeredContent{
    margin: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
}
.topBottomMargin {
    margin-top: 10px;
    margin-bottom: 10px;
}
.folderDescription{
    text-align: justify;
    width: 50%;
}
.smallFont{
		font-size: 75%;
}
img {
	border: none; 
}
a,
a:link,
a:visited,
a:active,
a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:link{
    color: #ffffff;
}
a:visited{
    color: #ffffff;
}
a:hover{
    color: #ffffff;
}
a:active{
    color: #ffffff;
}
.ContentFlow .globalCaption .caption {
    color: #ffffff;  
}

.ContentFlow .flow {
    width: 100%;/*needed only for IE7*/
}

.ContentFlow .flow * {
}

.ContentFlow .scrollbar {
    border-bottom:1px solid #ffffff;
    color: #ffffff;
    width: 50%;
}
.ContentFlow .loadIndicator{
    background: #000000;
}

#lightwindow_contents {
        border: 10px solid #ffffff;
        background-color: #ffffff;
}   
 
#lightwindow_data_slide_inner {
        background-color: #ffffff;
}


div.art-nav-center
{
	position:relative;
	float:right; 
	right:50%;
	margin: 0;
	padding: 0;
}

ul.art-menu
{
	position:relative;
	float:left; 
	left:50%;
	padding: 0;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 38px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding: 0 22px;
	margin: 0 1px;
	line-height: 38px;
	text-align: center;
}

.art-menu li:hover a 
{
	color: #ffffff;
}

.art-menu a.active 
{
	color: #ffffff;
}

.header-container {
    position: relative;
    top: 0;
    background-color: #000000;
    width: 100%;
    z-index: 2000;
    height: 180px;
   }
   
   .footer-container {
    position: relative;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    z-index: 2000;
    height: 75px;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #ffffff;
    display: block;
    font-weight: bold;

   }
   
   .left {
    float: left;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding-top: 10%;
    padding-left: 15%;
    padding-bottom: 10%;
    }


.right-container {
    float: right;
    margin-right: 15%;
}

.headermenu {
    margin-top: 0%;
    margin-left: 0%;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding-top: 0%;
    padding-left: 0%px;
    padding-bottom: 0%;
    }


.logo{
    margin-top: 0%;
    margin-left: 0%;
    text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 22px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding-top: 0%;
    padding-left: 15%px;
    padding-bottom: 0%;
}

#header-search-input{
    color: #424A61;
    border: thin solid #CCCCCC;
    font-size: 14px;
    height: 26px;
    padding-right: 7px;
    padding-left: 7px;
    margin: 0px;
    position: fixed;
}
