/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#333333;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana;
	font-size:12px;
	color:#000000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: left;
	color: #1E1C1D;
	text-decoration: none;
	font-family: Verdana;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0px;
	text-align: inherit;
	color: #FFFFFF;
	}
address {
}
blockquote {
}
cite {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header.jpg);
	height:216px;
	background-repeat:no-repeat;
	background-color: #333333;
}
/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 750px;
	position:relative;
		background-image:url(images/content.gif);
}
/* Creates the div container for the site. */
div#content {
	width: 750px;

}

div#body{
	float: left;
	width: 230px;
	clear: left;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	top: 20px;

}

div#rightcol{
	float: right;
	width: 460px;
	margin: 0px;
	clear: right;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/footer.jpg);
	height:30px;
	background-repeat: repeat;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: underline;
	color:#FFFFFF;
}
	
address {
	color:#FFFFFF;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 30px;
	padding-left: 10px;
	}
	
address a:link, address a:visited{
	color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #999999;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}	

div#cta {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #951516;
	text-align: center;
}
		

/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.right {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.clear {
clear: both;
}


/*-----------------------IMAGE ----------------------------------*/
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	padding-left: 10px;
	list-style-type: square;
}

/*-----------------------CUSTOM ----------------------------------*/

div#center{

padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;

}

