﻿body {
}

.floatimgright {
 float: right;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom:10px;
}

.floatimgleft {
 float: left;
 margin-top: 10px;
 margin-right: 10px;
 margin-bottom:10px;
}

.menuBackGround
{
	background-color: #e3eaeb;
	background-image: url('images/bgImage.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.Header
{
	color: #ff3333;
	font-family: 'Comic Sans MS';
	font-variant: normal;
	background-color: #e3eaeb;
}

.CenterText
{
	text-align: center
}

.DefaultPage
{
	font-size: 26px;
	font-family: 'Script MT Bold';
}

.UpdateHomeSubmitSection
{
	margin-left:10px;
	margin-top:20px;	
}

.UpdateHomeCenterImage
{
	margin-left:100px;
}

.CenterTable
{
	text-align:center;
}

.masterpageBackground
{
	background-image: url('http://omega.uta.edu/~wrp0535/bgImage.jpg');
}

img.transOn
{
	filter: alpha(opacity=80);
	opacity: .80;
}

img.transOff
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}