﻿/* CSS Document */
body	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
.constrainer	{
				position:relative;
				width:900px;
				}
.banner	{
		position:relative;
		float:left;
		width:900px;
		height:110px;
		background-color:#FFF;
		}
.teacherName	{
				background-color:#09F;
				text-align:center;
				color:#FFF;
				font-variant:small-caps;
				font-size:14px;
				font-weight:bold;
				width:900px;
				padding:5px 0px 5px 0px;
				}
.body	{
			position:relative;
			float:left;
			width:900px;
			}
.teacherMenu	{
				position:relative;
				float:left;
				width:200px;
				}
.content	{
		position:relative;
		float:left;
		width:698px;
		border-left:1px solid #009;
		}
		
.reqMenu	{
			background-color:#009;
			text-align:center;
			padding:5px 0px 5px 0px;
			}
a.reqLink:link	{
				color:#FFF;
				text-decoration:none;
				}
a.reqLink:visited	{
					color:#FFF;
					text-decoration:none;
					}
a.reqLink:hover	{
				color:#09F;
				font-weight:bold;
				text-decoration:none;
				}