

body {
  background-color: #f8f9f3;/*#f2f4e0;*/
	background-image: url(/images/tile.jpg);
/*	background-repeat:*/
  z-index: -2;
	margin: 0px;
	padding:0px;
}



html, body, p{
  font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial;
	line-height: 18px;
}

p {
  margin: 5px 0 5px 0;
}

td {
  font-family: Arial;
  font-size: 12px;
	line-height: 14px;
}

q {
  font-weight: bold;
	font-size: 14px;
  padding-top: 80px;
	font-family: Tahoma, Arial;
}

 /* The nice rounded box that we all really really like */

.mainBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 880px;
    padding: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #ffffff;
/*		height: 640px;*/

/*    background-image: url(/images/blueish.jpg);
    background-repeat: repeat-x;*/


    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
}

.box1
{
    margin: 0;
    border: 0px solid #ffffff;
    color: #000000;
    width: 360px;
    padding: 10px;
    text-align: left;
    background-color: #000081;
    border: 3px solid #ffffff;

    background-image: url(/images/backrepeat.jpg);
    background-repeat: repeat-x;


    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}


.box2
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 640px;
    padding-top: -100px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #ffffff;
/*
    background-image: url(/images/backrepeat.jpg);
    background-repeat: repeat-x;*/


    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}


.box3
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #000000;
    width: 840px;
    padding-top: -100px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #ffffff;
/*
    background-image: url(/images/backrepeat.jpg);
    background-repeat: repeat-x;*/


    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}

.login_box {
  border: solid 1px #cccccc;
	background-color: #fff7c4;
}

img {
  border: solid 1px #cccccc;
  padding: 1px 1px 1px 1px;
}

h1 {
  margin: 8px 8px 8px 8px;
	font-family: Arial, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}

h3 {
  margin: 0 0 0 0;
  font: bold 24px/22px Tahoma, Helvetica;
	text-align: center;
}	

h4 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
  font: bold 24px Arial;
  color: #aabd4a;
	padding-bottom: 6px;
	text-align: center;	
}

h5 {
  margin: 0 0 0 0;
	padding: 0 0 0 0;
  font: bold 16px Arial;
  color: #aabd4a;
	padding-bottom: 3px;
}


input, textarea, select {
  font: bold 14px Tahoma, Arial;
	color: #244b79;
}

ul,ol {
  font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

ul a {
  color: #3726af;
	text-decoration: none;
}

ul a:hover {
  color: #ae0f0f;
	text-decoration: underline;
}
	
.header {
  width: 100%;
  margin: 0 0 0 0;
	height: 180px;
	margin-top:  12px; 
	margin-left: 50x;
	
/*	padding: 4px 0 4px 8px;*/
  font: bold 18px Arial;
	font-height: 38px;
	color: #ffffff;
}

.footer {
  margin-top: 4px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

.black_stripe {
  margin: 0 0 0 0;
  background-color: #000000;
	height: 2px;
}

.topper {
  padding: 1px 5px 1px 5px;
	background-color: #014480;
	color: #ffffff;
	font: bold 12px Arial;
	text-align: center;
}
  

.cell1 {
  padding: 1px 3px 2px 3px;
	background-color: #ffffff;
	font: normal 12px Arial;
	border-bottom: thin solid #000000;
	vertical-align:text-top;
}

.cell2 {
  padding: 1px 3px 2px 3px;
	background-color: #f7efcc;
	font: normal 12px Arial;
	border-bottom: thin solid #000000;
	vertical-align:text-top;	
}


yellow {
  background-color: #ffff35;
}

.input_tag {
  font: bold 14px Tahoma, Arial;
	text-align: right;
/*	color: #cc0000;*/
}

#topmenu a {
  text-decoration: none;
	color: #808080;
	}

#topmenu a:hover {
  text-decoration: underline;
	color: #8c0000;
}
	
#topmenu {
  font: bold 14px Tahoma, Arial;
	font-decoration: none;
	line-height: 20px;
	margin-top:  -64px; 
	margin-left: 172px;
}


