#messageBox
{
	margin-top:20px;
	position: absolute;
	left:50%;
	min-width:1px;
	padding: 2px;
	background-image: url('../images/BackgroundColor.jpg');
}

#messageFont
{
	display: blocks; 
	padding:2px; 
	background-image: url('../images/BackgroundColor.jpg');
	color: #fff; 
	font-family: Verdana; 
	font-size:11px; 
	border-style: solid; 
	border-width: 3px; 
	border-color: #000; 
	min-width: 200px;
}

.whiteContentArea
{
	background-color: #ffffff;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #256d8f;
}
.buttonSubmitText
{
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
}
.profileUserDisplayHeader
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 24px;
}
.profileUserDisplay
{
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
}
.profileMenuDisplay
{
	color: #2b86b1;
	font-family: Verdana;
	font-size: 16px;
}
img
{
border: 0px;
border-style: none;
}

a
{
color: #256d8f;
font-weight: bold;
font-family: Verdana;
font-style: none;
text-decoration: none;
}

a.whiteLink
{
color: #ffffff;
font-weight: normal;
font-family: Verdana;
font-style: none;
font-size: inherit;
text-decoration: none;
}

a:hover.whiteLink
{
color: #fff600;
text-decoration: underline;
}

a.yellowLink
{
	color: #fff600;
	font-weight: normal;
	font-style: none;
	font-size: inherit;
	text-decoration: underline;
}
a:hover.yellowLink
{
	color: #256d8f;
	text-decoration: none;
}

a.blackLink
{
	color: #000;
	font-weight: bold;
	font-style: none;
	font-size: inherit;
	text-decoration: underline;
}
a:hover.blackLink
{
	color: #359bca;
	text-decoration: none;
}


#bg
{
background-image:url('../images/Background.jpg');
background-repeat:repeat-x;
}

.BODY
{
padding-top:13px; 
padding-left:55px; 
color: #256d8f; 
font-size: 16px;
font-weight: normal;
font-family: Verdana;
font-style: none;
text-decoration: none;
}

body, td, p
{
	color: #256d8f; 
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana;
	font-style: none;
	text-decoration: none;
}

ul {
        margin: 0;
        padding: 0px;
      }
ul li 
{
        margin: 0;
        padding: 2px 0 2px 16px;
        list-style: none;
        background: url('../images/Bullet.jpg') no-repeat 0 7px;
}