/*common styles ****************************/
#wrap
{
	background-image: url(/images/common/bg_wave.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}
#bottomwave
{
	background-image: url(/images/common/bg_wavebtm.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left bottom;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-image: url(/images/1px_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #EFDDCF;
}
.errormsg {
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: #DA1F3D; 
}
.errormessage {
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;	
	font-style: bold;
	line-height: 16px;
	font-weight: bold;
	color: #DA1F3D; 
}
.textfield {
	background-color: #ffffff;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
textarea, select{
	background-color: #ffffff;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited { color: #2D65A8; text-decoration: underline; } 
a:hover { text-decoration: underline; }


/** Specefic styles **/
.footer {
	font-size: 11px;	
	color: #A38064;
	line-height: 1;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}

#footer p {
	color:#A38064;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0px;
}

#footer a:link, #footer a:visited {text-decoration:none; color:#A38064;}
#footer a:hover {text-decoration:underline; color:#A38064;}



A:link.leftmenu {
	color: #4F4F4F;
	text-decoration: none;
}
A:active.leftmenu {
	color: #4F4F4F;
	text-decoration: none;
}
A:visited.leftmenu {
	color: #4F4F4F;
	text-decoration: none;
}
A:hover.leftmenu {
	color: #4F4F4F;
	text-decoration: underline;
}
A:link.active {
	color: #4F4F4F;
	font-weight: bold;
	text-decoration: none;
}
A:active.active {
	color: #4F4F4F;	
	font-weight: bold;
	text-decoration: none;
}
A:visited.active {
	color: #4F4F4F;
	font-weight: bold;
	text-decoration: none;
}
A:hover.active {
	color: #4F4F4F;
	font-weight: bold;
	text-decoration: underline;
}



.textgrey {
	color: #4F4F4F;
}
.borderbtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4F4F4F;
}

form {
	margin:0px;
	padding:0px;
}


h1, h2, h3 { font-family: verdana, sans-serif; margin:0px; padding:0px; clear:both;}
h1 {
	color: #00356A;
	font-size:14px;
}
h2 {color: #B95F5F; font-size:12px;}
h2 a:link, h2 a:hover, h2 a:visited {text-decoration:underline; color:#B95F5F;}

h3 {color: #2d65a8; font-size:110%;}
h3 a:link, h3 a:hover, h3 a:visited {color:#2d65a8; text-decoration:underline; }

h4 { font-size:90%; letter-spacing:2px; color:#333333;}
h4 a:link, h4 a:hover h4 a:visited {text-decoration:none; border-bottom :none;color:#333;}

.errorField
{
	border:1px dotted red;
	background-color:#f8d2c9;
}