@charset "UTF-8";
/* CSS Document */

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.container p {
	width:auto;
	height:auto;
	text-align:center;
	margin:40px auto;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
	}

.box {
	height: 30%;
	width: 20%;
	float:left;
	padding:0px;
	margin: 15px 0px 5px 20px;
	border: solid 1px #000;
}

.pic {
	height: 70%;
	width:90%;
	float:left;
	margin: 5px 5px 2px 5px;
	font:Arial, Helvetica, sans-serif 13px;	
	}

.pic a img {
	width:100%;
	height:auto;
	max-height:150px;
	max-width:118px;

}

.cornerrow a.button {
	text-decoration:none;
	}

.container h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:24px;
	border-bottom: dotted 1px #000000;
	padding-bottom:5px;
	padding-left:15px;
	text-align:left;
	line-height:15px;
	width:75%;
	}
.container g {
	color:#444444;
	text-decoration:underline;
	font-weight:bold;
	}

#cform {
	width:100%;
	float:left;
	max-width:620px;
	height:auto;
	margin:0 auto;
	text-align:center;
	}

.form {
	
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
	}
	
.form label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font: Helvetica, Arial 11px normal;
	margin:0px;
	padding:0px 3px;
	color:#333333;
}


.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(new/images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

.sinput, .textinputHovered {
	width:143px;
	height:15px;
	background:url(new/images/sinput.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(new/images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.inputtext {
	width:100px;
	margin:10px 3px 10px 10px;
	float:left;
	text-align:right;
	color:#FF0000;
	
	}
.row h2 {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
	}
.row h3 {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FF0000;
	}
	
.inputbox {
	width:500px;
	margin:10px 5px 10px 0px;
	float:left;
	text-align:left;
}

.row {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	
	}
	
.bulletin {
	width:100%;
	float:left;
	margin:1px 0px;
	padding:15px 0px;
	border: solid 1px #666666;
	}
.bulletin img{
	border:dashed 3px #000000;
	max-width: 60%;
	text-align:center;
	}
.bulletin .caption {
	font:Arial, Helvetica, sans-serif bold;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	width:100%;
	float:left;
	padding:5px 0px;
	}
.bulletin .caption .red {
	color:#FF0000;
	}

#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

	

	
	
	
	
	
	
	
	
	
	
	
	
	
	 

