/* CSS for SAE*/

html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}
table.full {
  width:100%;
  padding:0px;
}
	p, ul, ol, form, table
	{
		font-size: 12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#414638;
		border-color:#ffffff;
	}
	
#tdtext_home {
		margin:5px;
		font-size: 12px;
		line-height:18px;
		}	
#tdtext {
		margin-left:20px;
		margin-right:20px;
		font-size: 12px;
		line-height:18px;
		}	
#low_menu {
		margin:5px;
		margin-left:30px;
		margin-right:20px;
		font-size: 16px;
		line-height:20px;
		font-weight:bold;
		color:#d5dd01;
		}					
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color: #d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #83663c;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
h1 {
color:#0073a2;
font-size:20px;
}
/* Links */
a:link, a:visited, a:active {
	color: #020066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d1d000;
}
/* Menu Links */
a.menu:link, a.menu:visited, a.menu:active {
	color: #d5dd01;
			font-size: 16px;
		line-height:20px;
		font-weight:bold;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color: #ffffff;
}