/* CSS Document */
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}


h1 {
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #666666;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2em;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #8b0000;
	font-size: 100%;
	font-weight: normal;

}


h4 {
	font-size: 100%;
	font-weight: bold;

}

h5 {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
}
h6 {
	font-weight: bold;
	font-size: 170%;
	line-height: 1.1em;
}

li {
	line-height: 1.1em;
	padding-left: 5px;
	font-size: 100%;
}

ul {
	list-style-type: none;
}

p {
  margin: .75em 0;
}

br {
  margin: 0;
  padding: 0;
}
a:link { 
	color: black; 
	text-decoration: none 
}

a:visited { 
	color: black;
	text-decoration: none  
 
}
a:hover {
	color: black;   
	text-decoration: underline 
}
input[type="submit"], input[type="reset"] {
	
	margin-top: 10px;
	margin-bottom: 10px;
}
.label{
	
	margin-top: 5px;
	margin-bottom: 10px;
}
.label1{
	
	
	margin: 0px;
}
input {
	margin-bottom: 0px;

}

/* The Core Technique
================================= */

 
.container {
	padding-top: 0px;
	padding-bottom: 0px;
} 
.container1 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 210px;
}
.container2 {
	padding-bottom: 10px;
	text-align: center;
}
.container3 {
	font-size: 75%;
	padding-top: 20px;
	padding-bottom: 2px;
}
.container4 {
	
	margin-top: 5px;
	padding-bottom: 15px;
}

.redBold1 {
	font-weight: bold;
	color: #8b0000;
	font-size: 120%;
}
.middleLeft {
	width: 122px;
	float: left;
}
.middleWrapper {
	width: 254px;
	float: right;
}
.middleWrapLeft {
	width: 122px;
	float: left;
}
.middleWrapRight {
	width: 122px;
	float: right;
}
/* Add some padding
================================== */


#contentLeft *, #contentRight, * #contentMiddle * {
 
  

}

#contentLeft * *, #contentRight, * * #contentMiddle * * {
  padding-left: 0;
  padding-right: 0;
}
