@import url(/head_foot/head_foot_files/head_foot.css);

*	{padding: 0px; margin: 0px;}


body	{
	font-family: Courier New, Courier, monospace;
	color: black;
	background-color: #F9FDFF;
	}

#center
	{
	width: 760px;
	height: 675px;
	margin: 0 auto;
	padding-top: 30px;
	}

#mail_mast
	{
	width: 760px;
	height: 98px;
	}


#mail_mast span
	{
	background: url(mail_mast.gif) no-repeat;
	position: absolute;
	width: 760px;
	height: 98px;
	}

#math
	{
	margin-top: 25px;
	width: 760px;
	height: 133px;
	}

#math span
	{
	background: url(math.gif) no-repeat;
	position: absolute;
	width: 760px;
	height: 133px;
	}

	
#mail_link
	{
	float: left;
	width: 320px;
	height: 230px;
	margin-top: 110px;

	}

#navcontainer { width: 242px; 
		height: 153px;
		margin: 15px 0 0 45px;}

#navcontainer ul
	{margin-top: 5px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Courier New, serif;
	}

#navcontainer li
	{
	margin-top: 6px;
	}

#navcontainer a
	{
	display: block;
	padding: 0px;
	width: 242px;
	height: 30px;
	line-height: 30px;
	text-indent: 75px;
	border: 0;
	background-image: url(link_bg.gif);
	position: relative;
	}

#navcontainer a:link, #navlist a:visited
	{
	color: white;
	text-decoration: none;
	}

#navcontainer a:hover
	{
	background-color: #369;
	color: #808080;
	background: url(link_bg.gif) 0 -35px;
	}


#link_mast
	{
	width: 320px;
	height: 49px;
	margin-bottom: 20px;
	}

#link_mast span
	{
	background: url(link_mast.gif) no-repeat;
	position: absolute;
	width: 320px;
	height: 49px;
	}

#online_mast
	{
	width: 320px;
	height: 67px;
	margin-top: -5px;
	}


#online_mast span
	{
	background: url(online_mast.gif) no-repeat;
	position: absolute;
	width: 320px;
	height: 68px;
	}

#online
	{
	float: right;
	width: 420px;
	height: 259px;
	background: url(online_bg.gif) no-repeat;
	background-position: top;
	background-color: #BDDEF7;
	margin-top: 115px;
	padding: 10px;
	postion: relative;
	font-family: Courier New, serif;
	color: #808080;
	}

#past_line
	{
	clear: both;
	width: 100%;
	height: 10px;
	background-color: #C0C0C0;
	border-top: 20px #F9FDFF solid;
	border-bottom: 1px #F9FDFF solid;
	line-height: 10px;
	}

#past
	{
	clear: both;
	width: 100%;
	height: 59px;
	background-image: url(past_end2.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #848484;
	}

#past_end
	{
	float: left;
	width: 72px;
	height: 59px;
	}

#past_end span
	{
	background: url(past_end1.gif) no-repeat;
	position: absolute;
	width: 72px;
	height: 59px;
	}

#past_links
	{
	float: right;
	width: 650px;
	height: 59px;
	text-align: center;
	line-height: 59px;
	}


form
	{
	padding-top: 17px;
	padding-left: 15px;
	}

INPUT, TEXTAREA {
	width: 295px;
	font-family: Courier New, Courier, monospace;
	padding: 2px;
	margin: 2px;
	font-size: 13px;
	color: black;
	background-color: #F0F9FE;
	border: 0px;
}

SELECT, OPTION {
	margin: 2px;
	font-family: Courier New, Courier, monospace;
	padding: 0px;
	font-size: 13px;
	color: #848484;
	background-color: #F0F9FE;
	border: 0px;
}

#send {	color: white;
	background-color: #167AB4;
	}