/****************************/
/* Core Adjustments */

div,
body,
html,
table,
td,
tr,
h1,
h2,
h3,
p,
img,
li{
	margin: 0px;
	padding: 0px;

}

img {
	border: none;

}


/****************************/
/* Core Layout */

div.browser {
	width: 100%;
	height: 100%;
	text-align: left;
	

}


div.content{
	/*border: thin green solid;*/
	width: 960px;
	text-align: left;
	margin: 0px auto 0px auto;

}

body {
	background: #ffffff;}


/********************************/
/* Text Elements */
p,
h1,
h2,
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #50463C;
	padding: 10px 0px 10px 0px;

}


h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #000000;

	padding: 2px 0px 2px 0px;
}

img.titleh2 {
	margin: 10px 0px 0px 0px;


}


h3 {
	font-weight: normal;
	font-size: 0.8em;
	color: #50463C;

}

h4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #50463C;
	
	margin: 10px 0px 0px 0px;
	font-weight: bold;

}

a:link{
	color: #796F65;
	text-decoration: none;
}
a:active,
a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #5C5C5E;
}

/*******************************/
/* Lists */

ul {
	color: #E51063;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	/*list-style-image: url(../images/listmarker_tall.gif);*/
	vertical-align: middle;
}
ul.wide {
	color: #E51063;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	/*list-style-image: url(../images/listmarker_tall.gif);*/
	vertical-align: middle;
}

ul ul {
	color: #50463C;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(../images/sublistmarker.gif);
	vertical-align: middle;
}


li {
	margin: 10px 0px 0px 0px;
	padding-left: 0px;
	vertical-align: middle;
}

ul.wide li {
	margin: 10px 0px 0px 0px;
	padding-left: 0px;
	vertical-align: middle;
}

li p{
	padding: 0px;

}

/****************************/
/* tables 
table{
	width: 533px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	

}
tr {

}
th {
	border-collapse: collapse;
	width: 75%;
	margin: 0px;
	padding: 0px;
	

	text-align: left;
}

th p{
	border-top: 1px #50463C dotted;
	/*border-bottom: 1px #B49F8A dotted;*/
/*	margin-left: 0px;
	padding-left: 0px;
	
}
td {	
	vertical-align: top;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;


	text-align: left;

}*/

/***************************/
/* forminputfield */

div.forminputfield {
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	clear: both;

}
div.forminputfield div.fieldlabel {
	width: 50px;
	float: left;
}
div.forminputfield div.errormessage {
	
	display: none;

}

div.forminputfield div.errormessage p{
	color: #ff0000;
	font-weight: bold;


}

input {
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #796F65;
	/*padding: 5px 5px 5px 0px;*/

	width: 212px;
	float: left;

}
/******************************/
/* Header & Footer */

	/* HEADER */

div.header {
	background: # url(../images/bg_grad_top.jpg) repeat-x top left;

}

div.header img{
	margin-left: 0px;
}

div.header h1,
div.header h2{
	display: none;

}

div.header div.fullwidthDAD3CCbar {
	background-color: url(../images/bg_grad_top.jpg);
}

div.header div.fullwidthDAD3CCbar img {
	margin: 10px 0px 0px 0px;


}

	/* FOOTER*/

div.footer {
	background: #ffffff;
	height: 152px;
}

div.footer p{
	padding: auto auto auto 75px;
}
 
/******************************/
/* Nav */
div.nav {
	margin-top: 0px;
	padding-left: 0px;

}
div.navitem {
	/*border: thin blue solid;*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;

}

/*****************************/
/* Page Body */

div.fullwidthcolumn {
	width: 100%;
	height: 68%;
}

div.rownav960{
	width: 960px;
	float: top;

}

div.rowbody960 {
	width: 600px;
	float: top;

}

div.rowbody960 div.columnrightcontent {
	margin-right: 0px;

}


div.pagebody {
	margin-top: 10px;
	margin-left: 25px;

}

h2.imagebackup{
	display: none;

}


