html{ 
	scrollbar-base-color:	#403e82;
}

body {
  background-color : #403e82;
  color : #403e82;
  text-align : center;
  vertical-align : middle;
}

H1 {
	color: #403e82;
}

H2 {
	color: #403e82;
}

H3 {
	color: #fff;
	background: #403e82;
	text-align:center;
}


H4 {
	color: #fff;
	background: #cbcbcb;
	text-align:center;
	border:1px solid blue;
}

HR {
	height: 6px;
	color: #403e82;
	border: 2px solid #eee;
}
	

.holder {
	width : 760px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 0px;
  border : 3px groove #000000;
  background-color :#fff;
  padding : 0px;
  text-align : left;
}

.header{
	background : #403e82 url("images/header.jpg");
	height:160px;
}

.content {
	margin : 0 30px 0 30px;
	padding: 0 16px 0 16px;
  background-color : #fff;
  text-align : left;
}

.navbox {
  float:left;
  width:150px;
	background: #eee;
  border:1px groove #00c;
  margin:32px 16px 8px 0;
	padding: 4px;
}

.toppic {
  float:right;
  margin:0px 32px 8px 0;
}

.footer {
	width: 100%;
	height: 12px;
	padding: 15px 0px;
	background-color: #ffffff; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small; 
	text-align: center;
}


a:link, a:visited {
	text-decoration: none;
}

/* create a button look for links */
.navbox a:link, .navbox a:visited {
	background-color: SlateGray;
	border: solid 1px;
	border-color: #99f #039 #039 #99f;
	color: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	line-height: 1.5;
	display: block;
}

a:hover {
	background-color: #403e82;
	color: white;
	text-decoration: none;
}

/* applies to links on buttons, and also links in text */
a:active, a:focus {
	border: solid 1px;
	border-color: #039 #99f #99f #039;
	letter-spacing: normal;
}

.sampleprop {
	float:right;
	/*height:120px; */
	width:320px;
	background: #dedede;
	border:2px groove #403e82;
	margin-left :16px;
	padding:8px;
}

.floatright {
float : right; 
margin: 0px; 
} 

.zshadow {
padding : 0; 
/*position : relative;*/ 
margin : 8px; 
/*width : 120px;*/ 
border:1px solid #8060f2;
} 


