/* CSS Document */

body{		margin: 0;
		background-color:#FFFFFF;
		color: #666666;
		FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
		min-width: 540px;
		text-align: center;}

#maincontainer{	width: 980px; /*Width of main container*/
		margin: 0 auto; /*Center container on page*/
		border:1px solid #E5E5E5; /*grey border*/
		}

#header{	float: left;
		width:980px;
		height:202px;
		background:url(images/background_top.gif) bottom center no-repeat;
		text-align:right;
		}

.header_title{	float:right;
		width:650px;
		margin-top:45px;
		/*border:1px solid red;*/
		height:46px;
		text-align:left;
		}

.header_title h1{
		float:left;
		margin-top:14px;
		font:20pt Dax, Arial,"Franklin Gothic Medium Cond";
		color:#FFFFFF;
		text-align:left;
		}

.header_logo_text{
		float:right;
		margin-right:55px; 
		margin-top:27px;
		width:235px;
		/*border:1px solid red;*/
		height:43px;
		text-align: left;
		font:75% arial;
		color:#004990;		
		}

.header_logon{	float:right;
		margin-right:5px;
		margin-top:15px; 
		width:235px;
		/*border:1px solid red;*/
		height:50px;
		font:75% arial;
		color:#FFFFFF;
		}

.header_menu{	float:right;
		width:600px;
		margin-top:40px;
		/*border:1px solid red;*/
		height:30px;
		text-align:left;
		}

.header_logoff{	float:right;
		width:98px;
		margin-top:35px;
		padding: 3px 0 0 0;
		/*border:1px solid red;*/
		height:27px;
		text-align:left;
		}

#home{		margin:10px 60px 0 856px;
		height:20px;
		width:62px;
		}

#contentwrapper{float: left;
		min-height: 100px;
		padding: 25px;
		font:80% arial;
		width: 100%;
		}
	

#divFolders{	float: left;
		min-height: 350px;
		width: 300px;
		/*border:1px solid red;*/
		}	

#divFileTable{	float: left;
		min-height: 350px;
		width: 650px;
		/*border:1px solid red;*/
		}	

#footer{	width: 100%;
		background-color:#004990;
		font:75% arial;
		margin-top: 10px;
		color:#FFFFFF;
		text-align: centre;
		padding: 4px 0 4px 0;
		/*border:1px solid red;*/
		}

#footer2{
		position:absolute;
		bottom:0;
		width:980px;
		height:20px;
		margin-left: auto ;
		margin-right: auto ;
		background-color:#004990;
		font:75% arial;
		/*margin-top: 10px;*/
		color:#FFFFFF;
		text-align: centre;
		padding: 4px 0 4px 0;
		}

#navlist li
    {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    
    }
#gallerythumb {
	float:left;
	width:120px; 
	height:60px; 
	margin:15px 0px 0px 10px;
	padding: 10px; 
	text-align:center;
}	



