body {
	color: #333333;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	/*
	background-color: #73c7d6;
	background-image: url(/images/bg2.jpg);
	*/
	background-color: #a2def9;
	background-image: url(/images/bg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
	
	
	/* new 2011 look*/
	background-color: #00adef;
	background-image: url(/images/bg2011.jpg);
}

hr {
	border: none;
	border-top: 1px solid #dddddd;
}

h1 {
	font-size: 22px;
	color: #9900cc;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	color: #0099cc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 30px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	color: #f5901e;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	text-align: justify;
}

ol {
	list-style-position: inside;
	list-style: decimal;
	padding-left: 20px;
}

ol li {
	padding: 5px;
}

/* layout  ---------------------------------------------------------------------------------------------------------- */
#header {
	width: 892px;
	margin: 0px auto;
	height: 344px;
	overflow: hidden;
	
	/* new 2011 look */
	height: 364px;
	width: 981px;
}

#header #slfc {
	text-align: right;
	margin-top: 20px;
	height: 150px;
}

#header #nav {
	text-align: right;
	height: 150px;
}

#header #twitter {
	float: right;
	margin-top: 62px;
	margin-right: 20px;
}

#header #menu {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

#wrapper {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	
	
	/* new 20011 look */
	background-image: url(../images/content-bg2011.gif);
	
}

#content-outer {
	width: 901px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	line-height: 21px;
	font-size: 14px;
	text-align: left;
}

#content-outer p {
	padding-bottom: 10px;
}

#footer {
	width: 981px;
	margin: 0px auto;
	background-image: url(../images/footer_bg2.jpg);
	padding: 70px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	
	
	/* new 20011 look */
	background-image: url(../images/footer-bg2011.gif);
	color: white;
}

#footer table {
	margin-top: 0px;
}

#footer td {
	padding: 10px 20px 30px 20px;
}

#footer * {
	font-size: 13px;
	color: #3D8D9C;
	
	/* new 20011 look */
	color: white;
}

#messageArea {
	border: 1px dotted #dddddd;
	margin: 45px 20px 10px 20px;
	padding: 10px;
}

#messageArea ul {
	xpadding-top: 10px;
}

#messageArea ul li span.actionMessage,#messageArea ul li span.errorMessage {
	display: block;
	padding: 5px;
	background-color: red;
	color: white;
	font-weight: bold;
}

#messageArea ul li span {
	font-size: 12px;
}

#messageArea ul li span.actionMessage {
	color: white;
	background-color: #33cc00;
}

#messageArea ul li span.errorMessage a,
#messageArea ul li span.actionMessage a
{
	color: white;
}

div.errorField { /*padding-left: 20px;
	background-image: url(../images/exclamation.gif);
	background-repeat: no-repeat;*/
	line-height: 11px;
	display: inline;
}

span.errorMessage {
	color: white;
}

div.errorField span.errorMessage {
	color: white;
	background-color: red;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
}

.warning {
	background-image: url(/images/icon_warning.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: red;
	padding: 5px 5px 5px 45px;
}

.lbl {
	font-weight: bold;
	vertical-align: top;
	font-size: 13px;
	padding: 4px 20px 3px 3px;
}

.txt {
	background: #FFFFFF url(../images/default/form/text-bg.gif) repeat-x scroll 0pt;
	background-position: 0px 0px;
	border: 1px solid #B5B8C8;
	padding: 2px;
}

.btn,.btnAlt,.btnSm,.btnAltSm {
	background-image: url(/images/btn_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #e6fdd0;
	color: #3a5600;
	border: 1px solid #b0d383;
	border-bottom: 1px solid #8fbc4b;
	border-top: 1px solid #c0e198;
	padding: 4px 15px 4px 15px;
	font-size: 12px;
}

a.btn,a.btnAlt,a.btnSm,a.btnAltSm {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}

.btnAlt,.btnAltSm {
	background-image: url(/images/btn_alt_bg.png);
	background-color: #fbfdd0;
	color: #654e00;
	border: 1px solid #d3cb83;
	border-bottom: 1px solid #bcb44b;
	border-top: 1px solid #e1e098;
}

.btnSm,a.btnSm,.btnAltSm,a.btnAltSm {
	padding: 3px 9px 3px 9px;
	font-size: 10px;
}

.val {
	vertical-align: top;
	padding: 3px;
	font-size: 13px;
}

.val input {
	font-size: 13px;
}

.nextLine,.nextLineIndent {
	padding-left: 35px;
}

.nextLine {
	background-image: url(../images/next_line_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 12px 2px;
}

small,.small {
	padding-left: 5px;
	color: #003399;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

table.kids {
	border-top: 1px solid #66ccff;
	border-left: 1px solid #66ccff;
}

table.kids th {
	background-color: #effdff;
	font-weight: bold;
	font-size: 12px;
}

table.kids th,table.kids td {
	border-right: 1px solid #66ccff;
	border-bottom: 1px solid #66ccff;
	padding: 4px;
	font-size: 12px;
}

table.kids td table,table.kids td table td {
	border: none;
}

#kidName,#kidName2 {
	font-weight: bold;
	text-decoration: underline;
}

.rounded {
	background-image: url("/images/rnd-box-821.png");
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

.rounded .top {
	background-image: url("/images/rnd-box-821.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 13px;
}

.rounded .body {
	padding: 5px 25px 25px;
}

.rounded .body table {
	border-bottom: medium none;
	border-right: medium none;
}

.rounded .body table th {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding: 0 0 3px;
	text-align: center;
}

.rounded .body table td {
	background-color: white;
	border-color: -moz-use-text-color #CCCCCC #CCCCCC -moz-use-text-color;
	border-right: 1px solid #CCCCCC;
	border-style: none solid solid none;
	border-width: medium 1px 1px medium;
	padding: 6px;
	font-size: 12px;
}

.rounded .body table tr.hover td {
	background-color: #EEFFFF;
}

.rounded .body table td.first {
	border-left: 1px solid #CCCCCC;
}

.rounded .body table td.odd {
	background-color: #EFEFEF;
}

.rounded .body table.form {
	border: medium none;
}

.rounded .body table.form th {
	border-bottom: medium none;
}

.rounded .body table.form td {
	background-color: transparent;
	border: medium none;
	padding: 4px;
	vertical-align: top;
}

.polka-dot-horiz
{
	background-image: url(/images/polka-dot-bg.png);
	background-repeat: repeat-x;
	height: 7px;
	overflow: hidden;
	margin: 5px;
}


/* COMMON ----------------------------------------------------------------------------------------------------------- */
ul.list li {
	background-image: url(/images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
}

.clear {
	clear: both;
}

.r {
	text-align: right
}

.c {
	text-align: center
}

.l {
	text-align: left;
}

.t {
	vertical-align: top;
}

.b {
	vertical-align: bottom;
}

.m {
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.nowrap {
	white-space: nowrap;
}

.pad0 {
	padding: 0px;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad20 {
	padding: 20px;
}

.pad30 {
	padding: 30px;
}

.padLeft10 {
	padding-left: 10px;
}

.padX10
{
	padding-left: 10px;
	padding-right: 10px;
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.px20 {
	padding-right: 20px;
	padding-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mrgnTop5 {
	margin-top: 5px;
}

.xs {
	font-size: 9px;
}

.sm {
	font-size: 10px;
}

.med {
	font-size: 11px;
}

.lg {
	font-size: 12px;
}

.xl {
	font-size: 14px;
}

.wide {
	width: 97%;
}

.wide1 {
	width: 200px;
}

.wide2 {
	width: 300px;
}

.wide3 {
	width: 400px;
}

.wide4 {
	width: 500px;
}

.bg-white {
	background-color: white;
}

.bold {
	font-weight: bold;
}

.uline {
	text-decoration: underline;
}

.purple {
	color: #9900cc;
}

.red {
	color: #cc3333;
}

.cyan {
	color: #66ccff;
}

.blue {
	color: #0099cc;
}

.yellow {
	color: #f1e100;
}

.orange {
	color: #f5901e;
}

.green {
	color: #33cc00;
}

.black {
	color: black;
}

.gray {
	color: #666666;
}

.ucase {
	text-transform: uppercase;
}

.box {
	padding: 10px;
	border: 1px solid #66CCFF;
	background-color: #effdff;
}

.gray204 {
	color: #cccccc;
}

.gray153 {
	color: #999999;
}

.hidden {
	display: none;
}
