﻿html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana;
	}
#left
{
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 200px;
	color: #333;
	background: url('images/gradientblue.jpg') repeat-y;
}

#upperleft
{
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 197;
	padding: 0;
	width: 150px;
	color: #333;
	background: url('images/gradientblue.jpg') repeat-y;
}

.content
{
	margin-left: 200px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-top: 200px;
}
.contentTwo
{
	margin-left: 220px;
	margin-right: 220px;
	margin-top:25px;
}
.contentAdmin
{
	margin-left: 220px;
	margin-top:60px;
}
.top
{
	margin-left: 350px;
	margin-right: 220px;
	padding-top: 20px;
	height: 100px;
	
}
.top1
{
	right:  220px;
	width: 100;
	padding-top: 20px;
	height: 100px;
	
}
.topRight
{
	padding-top: 5px;
	width:85%;
}
#right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 205px;
	height: 97%; /* works only if parent container is assigned a height value */
}
#middleRight
{
	position: absolute;
	right: 205;
	top: 0;
	width: 95px;
	height: 97%; /* works only if parent container is assigned a height value */
}
#left p
{
	padding: 0 10px;
}
#right p
{
	padding: 0 10px;
}
a.menuFont
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	color: black;
	text-decoration: none;
}
a:visited.menuFont
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	color: black;
	text-decoration: none;
}
a:visited
{
	color:Blue;
}
.bigBold
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}
.small
{
	font-family: arial;
	font-size: small;
	color: navy;
}
td
{
	font-size: small;
	font-family: Verdana;
	vertical-align:top;
}
.bigBoldBlack
{
	font-family: verdana;
	font-size: x-large;
	font-weight: bold;
	color: Black;
}
.styledButton
{
	border: solid 1px black;
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}

.styledGrid
{
	border: solid 1px #AFAFF5;
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}

a.linkStyle
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
a:visited.linkStyle
{
	color:Black;
	text-decoration:none;
	font-weight:bold;
}
.formFields
{
	color:#A63380;
	font-weight:bold;
}
.bold 
{
	font-weight:bold;
}
.tiny
{
	font-size:x-small;
}
.smaller
{
	font-size:smaller;
}
.red
{
	color:Red;
}
.picture_aboutus {   float: right;   padding: 5px;   margin: 0;   }  