@charset "utf-8";
/* CSS Document */
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.border_pic {
	border: medium double #920E21;
}


/* Columns left and right*/
.left {
	float:left;
	width:425px;
 }
.right {
	float:right;
	width:425px;
 }

#wrapper {
	width: 850px;
	text-align: left;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper-large {
	width: 1000px;
	text-align: left;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-large {
	text-align: center;
}

#scroll_area {
	height: 6px;
	top: -20px;
	z-index: -20;
}

#header2 {
	background-image: url(../images/header/2013-header.jpg);
	width: auto;
	background-repeat: no-repeat;
	height: 200px;
	background-position: center;
}
#header {
	background-image: url(../images/header/header.jpg);
	width: auto;
	background-repeat: no-repeat;
	height: 300px;
	background-position: center;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 52px;
	background-color: #1E1E1E;
}

#content-cream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAEEC7;
	text-align: left;
	padding: 15px;
}


#content-cream  a {
	text-decoration: none;
	color: #920E21;
}

#content-cream  a:active {
	text-decoration: none;
	color: #920E21;
}

#content-cream  a:hover {
	text-decoration: underline;
	color: #D61431;
}
#content-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #920E21;
	text-align: left;
	height: auto;
}
#content-red a {
	text-decoration: none;
	color: #920E21;
}

#content-red  a:active {
	text-decoration: none;
	color: #920E21;
}

#content-red  a:hover {
	text-decoration: underline;
	color: #D61431;
}
#content-clear {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}


#footer {
	height: 100px;
	color:#FFFF00;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer  a {
	text-decoration: none;
	color: #FFFF00;
}

#footer  a:active {
	text-decoration: none;
	color: #FFFF00;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*#box_left {
	color: #FFFFFF;
	background-color: #53616A;
	float: left;
	width: 25%;
	border: thin solid #000000;
	margin: 0px;
	padding: 5px;
	position: relative;
}
#box_right {
	color: #FFFFFF;
	background-color: #53616A;
	float: right;
	width: 70%;
	border: thin solid #000000;
	padding: 5px;
	margin: 0px;
	position: relative;
} */

/* liquid box start */
.liquid-round {
	margin:0px left;
	/*background:#ffffff url(../working_folder/from%20Jason/danielle/images/box_gifs/leftside.gif) repeat-y left top;*/
	/*float:left;*/
	border: 1px solid red;
} 
.top {
	width:100%;
	height:20px;
	/*background:url(../working_folder/from%20Jason/danielle/images/box_gifs/top.gif) no-repeat left top;*/
}
.top span{
	display:block;
	position:relative;
	height:20px;
	/*background:url(../working_folder/from%20Jason/danielle/images/box_gifs/top-right.gif) no-repeat right top;*/
}   
.center-content{
	position:relative;
	background-color:#FAEEC7;
	border: 2px solid #920E21;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 25px;
}
.bottom{
	height:60px;
	/*background:url(../working_folder/from%20Jason/danielle/images/box_gifs/bottom.gif) no-repeat left bottom;*/
}
.bottom span{
	display:block;
	position:relative;
	height:60px;
	/*background:url(../working_folder/from%20Jason/danielle/images/box_gifs/bottom-right.gif) no-repeat right top;*/
}
/*liquid box end */
.small_letters {
	font-size: small;
}
.table_notices {
	border: 2px solid #920E21;
}
.table_cell_underline {
	border-bottom-style: solid;
	border-bottom-color: #930;
	border-bottom-width: thin;
}

.red_letters {
	color: #920E21;
}
.blue-bold_letters {
	color: #03F;
	font-weight: bold;
}
