h1 
{ 
	color: #fff; 
	margin: 2;
	border-top: #7093EA solid 0.3em;
}

ul#normal
{
	font-size: small;
	color: #777;
}
ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: rgb(30,80,80);
}

ul#menu li.back {
    float: left;
    width: 25%;
    background: #7CA8FF;
    /*border-bottom:#639595 double 0.4em;*/
    /*border-top: #7CA8FF thin;*/
}

ul#menu li.front {
    float: left;
    width: 25%;
    background: #6C8DE1;
   /* border-left: #5E7FC1 thin;*/
    /*border-bottom: #639595 double 0.4em;*/
    /*border-right: #5E7FC1 thin;*/
    /*border-top: #5E7FC1 thin;*/
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover 
{ 
	background: #6C8DE1; 
	color: white; 
	/*border-left: #5E7FC1 solid thin;
    	border-right: #5E7FC1 solid thin;*/
}
/*ul#menu li a:link { color: yellow; text-decoration: none; }*/

ul#menu li a.selected {  color: white; }
/*ul#menu a.selected:visited { background: #888; color: #555; }*/

/*a:visited { color: #ccc; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }*/

p.welcome
{
	color:#5F82EC;
	font-weight: bold;
}

p.title
{
	color: #526BAB;
	text-align:left;
	font-weight: bold;
}

p.normal
{
	color:#777;
	text-align:left;
	font-size:small;
}

div.item {
    margin: 0 2em 0 16em;
   /* border-left: #7093EA solid 1px;*/
    /*border-bottom: #7093EA solid 1px;
    border-right: #7093EA solid 1px;*/
    border-left: #ccc solid thin;
    padding: 2em 2em 0em 2em;
}

div.quicklinks {
    border-right: none;
    background: #eee;
    padding: 0.5em;
    width: 14em;
    float: left;
    margin: 0 0 0.5em 0.5em; !important
    margin-bottom: 0;
    color: #777;
    clear: both;
}

div.quicklinks { font-size: small; }
div.quicklinks a { font-size: x-small; }
div.quicklinks p { font-size: x-small; margin: 0; }
div.quicklinks h2 { text-align: left; margin: 0; }
div.quicklinks ul { padding-right: 1.5em; font-size: x-small; margin-right: 0.1; text-align: left; }

table
{
	 border:"1";
	 align:"center";
	 font-size: x-small;
	 margin: 0;
	 padding: 0;
}

table td 
{
	padding: 0.2em;
	border: #ccc solid thin;
}

table a {text-decoration:none; color: #639595}
table a:hover { background: #eee}

table tr.highlight
{
	background: #eee;
	color: #88A5AE;
}

a {text-decoration:none; color: #639595}
a:hover { background: #eee}
div#footer a:hover { background: #6C8DE1}

div#main {
    width: 45em;
    margin: 0 auto;
    border: #7093EA solid thin;
/*    border-left: #7093EA solid thin;
    border-right: #7093EA solid thin;*/
    background: #fff;
}

div#header {
    color: white	;
    border: #7093EA groove thin;
    /*background : #6C8DE1;*/
    background:  url("personal_files/prajakta.jpg") center no-repeat ;
}
div#footer {
    color: white	;
    background: #7CA8FF ;
/*    background:  url("personal_files/beach1.jpg") bottom ;*/
    font-size: small;
    text-align: center;
}
div#footer a { color: white }

