/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #dddbe2;
}
.topnav {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:link {
	color: #FFFFFF;
}
a.topnav:hover {
	color: #CCCCCC;
}
.navbackground,a.navbackground:link {
	background-image: url(images/sample1_main_bg.gif);
	background-repeat: no-repeat;
}
.rightnav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	line-height: 24px;
	text-decoration: none;
}
a.rightnav:link {
	color: #cccccc;
}
a.rightnav:hover {
	color: #f0f0f0;
}
.smallblue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #292B31;
}
p,.bodytext,a.bodytext:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
}
.tinytext {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 14px;
}
li {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	top: 10px;
	list-style-image: url(images/bullet_white.gif);
}
.header, a.header:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
}
a.header:hover {
	color: #cccccc;
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 20px;
}

.fieldstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.redstyle {
	color: #ad5038;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.blue2 {
	color: #8F99AC;
}
.blue3 {
	color: #292B31;
}
.red1 {
	color: #ad5038;
	line-height: 25px;
}
.red2 {
	color: #E1AFA2;
}
.grey2 {
	color: #dddbe2;
}
/* drop down menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 12px Trebuchet MS;
line-height:22px;
z-index:100;
}

#dropmenudiv a{
background-color: #dddae1;
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color: #73829b;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #8695af;
color: #ffffff;
}

/* end drop menu */
.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/error.gif);
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}