/* Boutros AbiChedid;03/29/2008;Course: HTML Forms - H111.19*/
/* Stylesheet for all medium layout */

/****************** Main structure ******************/

body {
	margin: 10px;
	padding: 10px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	background-image: url(images/tile.jpg);
}

#container  {	
	color: #273927;
	background-color: inherit;
	margin: 0 auto;
	width: 600px;
}

h3 {
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
	border: 4px solid #F5E1CD;
}

div#error { 
	background-color:inherit; 
	color:#FF1355;
	margin-left:auto; 
	margin-right:auto;
	padding-left:5%;
	padding-right:5%;
	text-align: center;
}

.big {
  	font-size: 1.2em;
}


img.arrow {
	padding:0px;
	display:inline;
	border: 0px;
}

legend.main {
	color: #517ed3;  
	background-color: inherit; 
	font-size: 1.2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

fieldset {
	border: 3px solid #a4cffa;
}

.submit_clear {
	width:140px;
	margin-right:20px; 
	color:#000;
	background-color:#eaeaea; 
	font-weight:bold; 
	padding:3px;
}

table {

	border: 0px;
}

table th{

	padding-left:10px;
}

table tr td{

	padding-top:4px;
	padding-bottom: 4px;
}

span.red {
	color:red;
	background-color:inherit;
	font-size: 120%;
}

span.header {
	font-size: 115%;
}

span.header_info {
	font-size: 85%;
	color: #000066;
	background-color: inherit; 
	font-style: italic;
}

span.header_info_big {
	font-size: 165%;
}
/***************** Bottom of Page (Footer) *****************/

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
	border: 0px;	
	color: #808080;
	background-color: inherit;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
}

#footer a:link {
	color: #008080;
	background-color: inherit;
}
 
#footer a:visited {
	color: #f00;
	background-color: inherit;
} 

#footer a:hover {
	text-decoration: underline;
	color: #00e300;
	background-color: inherit;
}

#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
}

a#contact {
	font-size: 0.82em;
}
