*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #a5c2e6;
    font-family: Verdana;
    font-size: 10px;
    color: #333333;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
    overflow:scroll;
	text-align:center;

    
}

h1, h2, h3
{
    color: #0151b9;
}

p, blockquote, ul, ol
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


a
{
    text-decoration: underline;
    color: #0051ba;
}


a:hover
{
    text-decoration: none;
    color: #0051ba;
}


#wrapper
{
	margin-right:auto;
	margin-left:auto;
}


#header
{
    width: 980px;
    height: 259px;
    margin: 0 auto;
    background-image: url(../images/header.png);
    background-repeat:no-repeat;
    font-family: Verdana;
    font-size: 12px;
}

#welcome
{
    padding-top: 10px;
    margin-left: 0px;
    color: #004fb8;
    border: 0px solid green;
    float: left;
    font-family: Trebuchet MS;
    font-size: 16px;

}

.logout
{
    padding-top: 10px;
    margin-right: 6px;
    float: right;
    color: #0051ba;
    border: 0px solid red;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    text-decoration: underline;
}

.logout a:hover , #logout a
{
    color: #0051ba;
}


#menu
{
	background-image:url(../images/navagation.gif);
    color: #ffffff;
    width: 980px;
    height: 49px;
    margin: auto;
    text-align: center;
	border: 0px solid blue;
    background-repeat:no-repeat;

}

#menuWrapper
{
    width: 980px;
    margin-left: 0px;
    padding-top: 15px;
}

#menu a
{
    color: #ffffff;
    text-decoration: none;
    font-family: Trebuchet MS;
    font-size: 17px;
}

#menu a:hover, #menu A:active
{
    color: #f7edc1;
	text-decoration: underline;
}

#menu a:active{color: #f7edc1;}

#page
{
    width: 980px;
    margin: 0 auto;
    min-height: 172px;
    background-color: #ffffff;
    border: 0px solid blue;
   
}

#content
{
    padding-top:5px;
    padding-bottom: 30px;
	
}

.heading
{
    float: left; 
	margin:20px;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: #000b77;
	
}


#content .login
{
    width: 200px;
    border: 0px solid red;
    margin: auto;
	text-align:centre;
}

.loginSuccessful
{
    border: 0px solid red;
    margin: auto;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #000b77;
}


#content .input
{
    background-color: #0051ba;
    font-size: 12px;
    color: #aab8c9;
    font-family:Arial,Helvetica,sans-serif;
    height: 30px;
    width: 200px;
    text-align: center;
}


#content .news
{
    border: 0px solid red;
    margin: auto;
    color: #000c77
}

#content .textarea
{
    font-size: 12px;
    color: #000c77;
    font-family:Arial,Helvetica,sans-serif;
    height: 390px;
    width: 512px;
    text-align: center;
}

#content .title{
    font-size: 12px;
    color: #000c77;
    font-family:Arial,Helvetica,sans-serif;
    height: 30px;
    width: 200px;
    text-align: center;
    margin-bottom: 8px;

}

#content h1, #content h2, #content h3
{
    margin-bottom: 10px;
}

#content h1
{
    font-size: 136%;
}

#content h2
{
    font-size: 107%;
}

#content h3
{
    font: 90%;
}




/* Footer */
#footer
{
    padding-top: 10px;
    width: 980px;
    height: 50px;
    margin: auto;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #002083;
}

#footer p
{
    margin: 0;
    text-align: left;
}

#footer a
{
    text-decoration: none;
	color: #002083;
}

#footer a:hover
{
    text-decoration: underline;
	color: #002083;
}

#legal
{
    color: #af9506;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

td{
    height: 35px;
}

#content .fileManager{
/*    margin:auto;*/
    border: 0px solid red;
    width: 700px;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #000b77;
}


.fmtable
{
	border:0px solid blue;
	text-align:left;
	margin:-left: 0;
}
.fmtable td
{
    color: #000b77;
    padding: 5px;
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
   
}

.fmtable thead
{
    color: #000b77;
    padding: 5px;
    font-size: 12px;
	font-weight:bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
   
}

.col1 { vertical-align:text-top;}

.col2 { vertical-align: top; }


.button{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom:2px;
}

.deleteButton
{

    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    
}

.uploadFile
{
     float: left;
	 margin-left: 10px;
}

#menu1 { display : none }
#menu2 { display : none }
#menu3 { display : none }
#submenu1 { display : none }
#submenu2 { display : none }
#submenu3 { display : none }


a:link {color:black; text-decoration:none}
a:hover {color:blue; text-decoration:underline}



