body {
	font: 14px/1.5 helvetica-neue, helvetica, arial, san-serif;
	padding:10px;
}

h1 {
	margin-top:0;
}

h1,h2,h3,p {
	text-align:center;
}



table, th, td {
	border-style:solid;
	border-color:#505050;
	border-width: 1px;
	border-collapse:collapse 
	border:"1";
	margin:0 auto;
}
table.center{
	margin-left:auto; 
	margin-right:auto;
	
}
.allcenter{
	text-align: center
}
.allright{
	text-align: right
}
.allleft{
	text-align: left
}
input:[type=number]{
	text-align: right
	width:40px;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li {
	float:left;
}
lc {
	float:center;
}
lr {
	float:right;
}
a:link,a:visited
{
	display:block;
	width:100px;
	font-weight:bold;
	font-size:85%;
	color:#505050;
	background-color:#C0C0C0;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	border-style:solid;
	border-width:1px;
}
	a:hover,a:active
{
	background: #ececec;
}

#main {
	margin:auto;
	background: #ececec;
	padding: 20px;
	border: 1px solid #ccc;
}
.line60{
	line-height: 60%
}
.w30{
	width:30%
}
.w40{
	width:40%
}
.w50{
	width:50%
}
.w80{
	width:80%
}
.w90{
	width:90%
}

.warning{
	color:red;
	font-weight:bold;
}

#image-list {
	list-style:none;margin:0;
	padding:0;
}

#image-list li {background: #fff;
	border: 1px solid #ccc;
	text-align:center;
	padding:20px;
	margin-bottom:19px;
}

#image-list li img {
	width: 258px;
	vertical-align: middle;
	border:1px solid #474747;
}

#columns {
    width: 100%;
    background-color: #ececec;
}

#columns .column {
   position: relative;
   width: 46%;
   padding: 1%;
}

#columns .left {
    float: left;
    line-height: 25px;
}

#columns .right {
    float: right;
    line-height: 25px;
}
#footer {
	clear: both ;

}


#container {
 width: 80%;
 max-width: 1000px; 
 min-width: 300px; 
 margin: 0 auto; 
 padding: 0;
 }
 #container h1 { 
 border: thin solid green; /* remove this line to remove the border */
 }
 #container h2 { 
 border: thin solid blue; /* remove this line to remove the border */
 }
 #container .col1 { 
 width: 20%; 
 float: left; /* switch this to right and container2 to left to change the column locations */
 border: thin solid black; /* remove this line to remove the border */
 }
 #container2 {
 width: 79%; 
 float: right; /* switch this to left and col1 to right to change the column locations */
 }
 #container2 col2 {
 width: 78%;
 float: left;
 border: thin solid red; /* remove this line to remove the border */
 }
 #container2 col3 {
 width: 20%;
 float: right;
 border: thin solid green; /* remove this line to remove the border */
 } 
 

.prefbutton {
	font-size : 20px; 
	font-weight:bold; 
	width:45%; 
	height: 150px; 
	white-space: normal
}

.choiceradio{
	text-align:left; 
	padding-left:30%
}

	

