body {
 	background : url(Images/bkgrnd.gif) repeat-y; /* repeated along the y-axis */
	width:auto;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: ;
}

.sidebarFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
    border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	position: absolute;
	top: -1px;
	left: 140px;
	width: 675px;
	background : url(Images/bkgrnd.gif) repeat-x;
	padding: 00px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	height: 84px;    /*  the top of the box below this is at 84 pix, so there is some overlap*/
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
    color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.LittleLogo {					/*location of the little logo in top left corner */
	position: absolute;
	top: 10px;
	left: 10px;
}

.Navigation {
    position:absolute;         	/*The navigation on the left side, positioned absolutely*/
    top: 120px;
    left: 3px;
    width: 135px;
    height: auto;
    line-height : 120%;          /*line-height set to 120% to have the elements better separated*/
    }
	
.navbox {						/*some button-like boxes for the left-side navigation*/
	border-color: #298E64;
	border-style: groove;
	border-width: 2px;
   	padding: 2px;
   	margin: 2px;
}   

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
}

.Content{			   			/*this is the main content area*/
	position: absolute;
	top: 83px;    /* this is the top of the main content box */
	left: 140px;
	width: 676px;
	background: #99FFCC;       /*declare a color together with a contrasting background color*/ 
	padding: 05px;              /*space to separate navigation and content*/
	font-family : "Times New Roman", Times, serif; 
	}
	
.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	font-size: 24px;
	/*font-weight: bold;*/
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	color: #0066FF;
	font-size: 18px;
	font-weight: bold;
}
