* {
  	padding:0;
  	margin:0;
}

body {
	background-color:white;
	background-image:url('/images/diamondplate.jpg');	
	font-family:verdana, arial, helvetica;
}

ul {
    padding-left:3em;
    margin-left:0;
}

h1,h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, dl, fieldset, address {
    margin-bottom: 1em;
}

ol {
	font-size:12px;
	margin-left:3em;
	margin-bottom:2em;
}


h1{
	font-size:50px;
}

h2{
	text-align:center;
}


p {
	letter-spacing:1px;
}

p#small {
	color:white;
	font-size:small;
}
 

p#right {
	text-align:right;
}

p#right_2 {
	text-align:right;
}

p#right_3 {
	text-align:right;
}

p#center {
	text-align:center;
}

.small {
	font-size:12px;
}

span.c1 {
	font-weight : bold;
}


A:link{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

A:visited {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

A:hover {
	color:#e4252d;
	font-weight:bold;
	text-decoration:none;
}

		
div#header { 
	background-image:url('/images/1018.png');
	background-repeat:no-repeat;
	background-color:#2d2b6c;
	margin-bottom:10px;
	text-align:center;
	padding:15px;
	margin:0px;
	height:100px;
	color:white;
	border-bottom: 10px solid white;
} 

div#wrapper {
	position:relative;
	background-image:url('/images/diamondplate.jpg');
	background-color:white;
	width:850px;
	text-align:left;
	margin:30px auto;
}

div#centerposition {
	padding-left: 22%;
	background-color:white;
	background-image:url('/images/diamondplate.jpg');
}

/* div#centercontent_idx {
	background-color:#2D2B6C;
	color:white;
	margin:20px 0;
	min-width:1px;
	padding:10px;
} */

div#centercontent {
	min-width: 1px;
	background-color:#2d2b6c;
	margin: 20px 0px 20px 0px;
	padding: 5px 20px 20px;
	color:white;
}

.border {
	border:1px solid #c4c4ff;
	padding:10px;
	margin-bottom:5px;
	margin-top:5px;
}

.border_nav {
	border:1px solid #c4c4ff;
	padding:5px;
}

.left {
	width:17%;
	position:absolute;	
	top:130px;
	left:0px;
	margin:30px 0px 20px 0px;
	padding:10px;
	background-color:#2d2b6c;
	font-size:14px;
}

div#right {
	width: 130px;
	position: absolute;
	top: 100px;
	right: 0px;
	height: 200px;
}

div#footer {
	padding:15px;
	margin:0px;
	padding-top:10px;
	height:90px;
	background-color:#2d2b6c;
	font-size:12px;
	text-align:center;
	color:white;
	border-top:10px solid white;
}

.y {
	color:yellow;
}

.r {
	color:red;
}

label {
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

fieldset {
	border: 1px solid #c4c4ff;
	width: 37em;
	padding:1em;
}

fieldset#idx {
	border: 1px solid #c4c4ff;
	width: 38em;
	padding:1em;
}

legend.c1 {
	/* color: #000; */
	background: #c4c4ff;
	/* border: 1px solid black; */
	padding: 0px 0px;
	margin-left: 0px;
} 
	

legend {
	color: #000;
	background: #c4c4ff;
	border: 1px solid black;
	padding: 2px 6px;
	margin-left: 20px;
} 




