﻿/*---------------------------------------------------------------------------*
 * CSS stylings (c) 2007 Sandeep D. Ranade
 *		Created: 09/12/2007
 *		Last Update: 09/12/2007
 *		Index Page.
 *---------------------------------------------------------------------------*/
 
/*---------------------------------------------------------------------------*
 * 	HTML elements 
 *---------------------------------------------------------------------------*/

body {
	margin-left:auto;
	margin-right:auto;
	width:820px;
	font-size: medium;
    text-align:center;
	color:black;
	background:white;
	background-position:center;
	vertical-align:middle;
	text-align:center;
	font-family:Verdana;
}

/*---------------------------------------------------------------------------*
 * 	Links 
 *---------------------------------------------------------------------------*/
a:link {
  color:gray;
  text-decoration:underline;
}
a:visited {
  color:  purple;
}
a:hover {
  color:black;
}

/*---------------------------------------------------------------------------*
 * 	Appearance 
 *---------------------------------------------------------------------------*/
.noborder {
	border-style: solid;
	border-width: 0;
}

#seperator {	
	width:800px;
	height:10px;
	background: transparent url('../images/CommonStuff/divider-normal.png') no-repeat;
	background-position:center;
	position:relative;
	left:10px;
	margin:0;
	text-align: center;

}
/*---------------------------------------------------------------------------*
 * 	Text 
 *---------------------------------------------------------------------------*/
#copyright-text {
	font-style:normal;
	font-size: 9pt;
	text-align: center;
	position:relative;
	left:-240px;
	margin:0;
	color:gray;

}

#bottom-text {
	font-size: 10pt;
	font-style: normal;
	font-weight:normal;
	text-align:center;
	margin: 0;
	margin-top:-15px;
	margin-right:3px;
	z-index:3;
	color:gray;
}

