﻿        body
        {
        	background-color : #0575A7;
        	font-family :Tahoma ; 
        	text-align:justify;
        	margin-left : 0px;
            margin-top : 0px;
            margin-left : 0px;
            padding:0px;
            
            scrollbar-base-color: #C4EEFD; 
			scrollbar-arrow-color: white;
			scrollbar-DarkShadow-Color: #056287; 
        }
        #MySite
        {
        	background-color : white;
            width:1024px;
            /*height:768px;*/
            /*height:827px; with page content*/
            height:738px;
            border:solid 1px black;
            margin-left : 0px;
            margin-top : 0px;
           
        }
        #nav
        {
        	height:83px;
        	background-color :#001D35;
        	width:100%;
        	color:White;
        	text-align : right ;
        	font-size : 16pt;
        	font-weight :bold ;
        	font-family :Times New Roman;  
        	
        }
        
        
        #nav div
        {
        	padding-right :25px;
        	padding-top:10px;
        }
        
        #nav div a
        {
        	padding:5px;
        	vertical-align:baseline ; 
        	text-decoration : none;
        	color:White;
        	
        }
        
        
        #contentBody
        {
        	/*height:130px; */
        }