/* Authored by Joseph De Araujo */
/* Edited by Katelyn Ching */


selector {property: value; property: value; property: value; }


.navpad {
	padding-right: 100px;
	padding-left: 10px;
}

.navpad2 {
	padding-right: 10px;
	padding-left: 30px
	}
/*
 * Main Structure,wrap the whole layout in a div to keep it narrow and centered
 */

 td, input, select {
    margin: 0;
    padding: 0;
    background: #ff9473
    color: #000;
    font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
    color: #000000;
    text-align: center;
}
/* Contentsia */
div#content {
	font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.8;
    text-align: justify;
	padding: 10px;
	z-index: 10;

}

 /* center block size */
.block {width: 550px; 
		margin: position: relative;  50px, 100px, 5px, 1000px;
		background: #FFFFFF; padding: 10px; }


h1 {
font-family: "Lucida Grande", "Trebuchet MS",  Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #730063;
}

div#column { float: left;  
				width: 70px; 
				color: #660099; 
				margin: 40px, 5px, 10px, 5px; 
				}

.menuLink{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}

a.menuLink:hover{
text-decoration:underline;
}
