	body
	{
		background:rgb(50,151,255);
		text-align: center;
	}
		
	#wrap {
    background:rgb(99,164,254);
    width:900px;
	font-family: Arial;
	color: white;
	border-width: 2;
    border-style : solid;
    border-color : white;
	
	margin-left: auto ;
	margin-right: auto ;
    }
	
	#header{
	height:90px;
    padding:5px;
    margin:0;
	text-align: center;
	background: url("banner.JPG");
    }

	
	#nav {
    background:rgb(0,0,102); 
    padding:5px;
	text-align: center;
	border-width: 1;
    border-style : solid;
    border-color : white;
    }
	#nav a{color: #ffffff; font-family: Arial; text-decoration: none; font-size: 15px;}
	#nav a:hover{color: #ffffff; font-weight: bold; font-family: Arial; font-size: 15px; font-style: italic;}

	#sidebar 
	{
    background:rgb(99,164,254);
    float:left;
	padding:10px;
    width:210px;
	text-align:left;
    }
	#sidebar a{color: rgb(0,0,102); font-weight: bold; font-family: Arial; text-decoration: none; font-size: 16px;}
	#sidebar a:hover{color: #ffffff; font-weight: bold; font-family: Arial; font-size: 16px; font-style: italic;background:rgb(0,0,102);}
	
	#main 
	{
	background:rgb(142,184,255);
    float:right;
	padding:10px;
    width:650px;
    }
	
	#column1 
	{
    float:left;
	padding:10px;
    width:305px;
    }

	#column2 
	{
	padding:10px;
    float:right;
    width:305px;
    }
	
	#footer {
    background:rgb(0,0,102); 
    clear:both;
	text-align: center;
	border-width: 1;
    border-style : solid;
    border-color : white;
    }
	#footer a{color: #ffffff; font-family: Arial; text-decoration: none; font-size: 15px;}
	#footer a:hover{color: #ffffff; font-weight: bold; font-family: Arial; font-size: 15px; font-style: italic;}
		
	h1{font-size: 24px;text-align: center;}
	h2{font-size: 20px;text-align: left;}
	h3{font-size: 18px;text-align: center;}
	p{font-size: 16px;text-align:left;color: #ffffff;}
	err{font-size: 12px; font-weight: bold; color: red;text-align:left;}
	corr{font-size: 12px; font-weight: bold; color: white;text-align:left;}
	conf{font-size: 18px; font-weight: bold; color: red;text-align:center;}
	fd{font-size: 12px; font-weight: bold; color: white;}
	
	#sidebar li{text-align:left;font-style: italic;font-weight: bold;}
	#main li{text-align:left;font-weight: bold;}
	
	#column1 ul{text-align:left;font-weight: bold; color: rgb(0,0,102);}
	#column1 li{text-align:left;}
	#column2 ul{text-align:left;font-weight: bold; color: rgb(0,0,102);}
	#column2 li{text-align:left;}
	
	a{color: #ffffff; font-family: Arial; text-decoration: none; font-size: 15px;}
	a:hover{color: #ffffff; font-weight: bold; font-family: Arial; font-size: 15px; font-style: italic;}
	
	table
	{
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		background:rgb(100,151,255);
		border-width: 2;
		border-style : solid;
		border-color : white;
		color: rgb(0,0,102);
	}
	
	table err{font-size: 12px; font-weight: bold; color: red;text-align:left;}
	
	#loggedin
	{
	background:rgb(142,184,255);
    float:right;
	padding:10px;
    width:650px;
    }
	
	#loggedin  table
	{
		font-size: 14px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		background:rgb(100,151,255);
		border-width: 2;
		border-style : solid;
		border-color : white;
		font-weight: bold;
	}
	
	#loggedin  table d{font-size: 12px; font-weight: bold; color: rgb(0,0,102);}
	
	#loggedin a{color: #ffffff; font-family: Arial; text-decoration: underline; font-size: 15px;}
	#loggedin a:hover{color: #ffffff; font-weight: bold; font-family: Arial; font-size: 15px; font-style: italic;}
