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

img, div {
	behavior: url(/iepngfix.htc);
}

body {
	background-color: #fff;
	color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	padding-bottom: 15px;
	/*padding-top: 15px;*/
	padding: 0;
	margin: 0;
	
	text-align: center;
}

table tr td, table tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, table tr td p {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	
	margin-top: 15px;

	width: 700px;
	height: 500px;
	text-align: left;
	
	background-image: url(/img/subsite/home_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	padding: 15px;
}

#content p {
	margin-bottom: 8px;
}

/* COLOR CHOICES */
.txtorange { color: #f06526; }
.txtlightorange { color: #fbd8c9; }
.txtmidorange { color: #f2b99c; }
.txtred { color: #b22413; }
.txtpurple { color: #73005e; }
.txtblue { color: #00a5c1; }
.txtgreen { color: #008b67; }
.txtbrown { color: #695843; }
.txtyellow { color: #f9a32c; }
.txtgrey { color: #ababab; }
.txtblack { color: #000; }
.txtteal { color: #005d81; }
.txtwhite { color: #fff; }
