﻿/* General Settings */

h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 2.2em;
	font-weight: bold;
	}

h2 {
    font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 2.0em;
	}

h3  {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.6em;
	}
	
h4,h5,h6 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 1.3em;
	}	

hr {
	display: none;
	}

* {
	margin:0;
	padding:0;
	}

acronym, abbr 
{
	border-bottom: 1px dotted;
	cursor: help;
}

small {
	font-size: 0.75em;
}

img
{
	border: 0px;
}

/* Header Start */


#header
{
	margin: 0px;
	padding:0px;
	text-align: center;
	/* remove comment markers for background image*/
	
}

/* Header End */

/* Body Start */

body
{
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font: 110% Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	
	/* Alternative Font Sets
	font: 80% Calibri,Verdana, Arial, "Lucida Sans Unicode", Tahoma, sans-serif; 
	font: 80% Helvetica, Calibri, Arial, sans-serif;
	font: 80% Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	font: 80% Candara, "Trebuchet MS", Trebuchet, sans-serif;
	font: 80% Cambria, "Times New Roman", Times, serif;
	font: 80% Constantia, "Palatino Linotype", Palatino, Georgia, serif;
	font: 80% Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font: 80% Georgia, 'Times New Roman' , Serif;
	*/
	background-color: #333;
	/* remove comment markers for background image
	background: url('images/background.jpg') repeat;  
	*/

}
	


/* Body End */

/* Page Start */
#page
{
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 600px;
	border: none;
	display: block;
	clear: both;
	margin-left: auto;
    margin-right: auto;
	background: #fff url('images/pageborder_narrow.jpg') top right repeat-y; 
}

	
#content {   
	width: 560px;
	margin: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: left;
	float: left; 

	} 

#content p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #000;
	font-size: 1em;
	
	}

#content h1 {
	font-weight: bold;
	font-style: italic;
	color: #669900;
}


#content h2,#content h3,#content h4,#content h5,#content h6  {
	font-weight: bold;
	color: #669900;
	}

/* Page End */


/* Footer Start */

#footer {
	margin: 10px;
	width: 570px;
	height: 30px;
	clear: both;
	background-color: #333;
	border-style: solid; 
	border-color: #E8E8E8; 
	border-width: 1px; 
	}

#footer a {
	color: #fff;
	text-decoration:underline;
	}

#footer a:hover {
	color: #fff;
	text-decoration:underline;
	}

#footer p {
	font-size: 0.8em;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	color: #fff;
	}

/* Footer End */

/* Special Effects */

.senseblock
{
	width: 340px;
	height: 300px;
	float: left;
	display: inline;
	background-color: #ffffff;
	padding-right: 0px;
	padding-left: 0px;
	margin: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.checklist 
{
	list-style-position: outside;
	list-style-image: url("images/check.png");
	list-style-type: square;
	width: 90%;
	vertical-align: middle;
	margin:  0px auto 10px auto;
	font-weight:bold;
	line-height: 3em;
	font-size: 1.1em;
}

.highlight
{
	background-color: #ffff00;
}

.highlightbold
{
	background-color: #ffff00;
	font-weight:bold;
}

.redtext
{
	font-weight: bold;
	font-size: 1.4em;
	color: #ff0000;
}


.rightpicture
{
	float: right;
	margin: 5px 0px 5px 5px;
	position: static;
}

.leftpicture
{
	float: left;
	margin: 5px 5px 5px 0px;
	position: static;
}

.box
{
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-color: #fafad2;
	color: #505050;
	line-height: 1.5em;
	width: 80%;
	display: block;
	margin:  0px auto 10px auto;
	padding:10px;
}

.couponbox 
{
	margin: 0px auto 10px auto;
	display: block;
	border: 3px dashed #000033;
	width: 80%;
	text-align:center;
	padding:10px;
}


.termstext
{
	font-size: 0.8em;
	font-family: 'Courier New' ,Courier, Monospace;
	color: #888;
	margin: 10px;
}

.advertismenttext
{
	font-size: 0.8em;
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	font-style: italic;
	font-variant:small-caps;
	color: #aaa;
}
