﻿body
{
		background-color: #ffff99;
		color: teal;
		font-family: Times New Roman;
		font-size: large;
}
a:link
{
		color: teal;
}
a:active
{
		color: teal;
}
a:visited
{
		color: teal;
}
div.containermaster
{
		width: 100%;
}
div.greetingmaster
{
		position: fixed;
		left: 0px;
		width: 115px;
		text-align: center;
}
div.headermaster
{
		margin-left: 105px;
		border: solid 2px teal;
		text-align: center;
		min-height:90px;
}
div.tmnet
{
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 20px 30px 0px 30px;
		font-size: 28pt;
}
div.sneak
{
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
}
div.leftmaster
{
		position: fixed;
		left: 0px;
		width: 115px;
		text-align: center;
}
div.contentmaster
{
		margin-left: 105px;
		border-right: solid 2px teal;
		border-bottom: solid 2px teal;
		border-left: solid 2px teal;
		text-align: center;
}
div.main
{
	padding:10px 25px 0px 25px;
	min-height:300px;
}
div.titlemaster
{
	display:inline-block;
	color:Teal;
	background: #F4FF91 url(../Images/Controls/button.png) repeat-x bottom;
	background-color: #F4FF91;
	border: 1px solid red;
	box-shadow: 0px 0px 5px 2px pink;
	padding: 0px 20px 5px 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	text-shadow: 1px 1px #666;
	font-family: Times New Roman;
	font-size:1.5em;
}
div.titlemaster:hover
{
	background-position: 0 center;
}
a.titlelink:link
{
	text-decoration:none;
}
a.titlelink:active
{
	color: teal;
}
a.titlelink:visited
{
	color: teal;
}
