@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

@font-face {
    font-family: newFont01;
    src: url(../_fonts/KaushanScript-Regular.ttf);
}

img, object, embed, video {
	max-width: 100%;
	alignment-adjust:central;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */
/*-------------------------------------------------*/
html{}

body {
	background:url(../images/5187e9a48e3c8.jpg);
	}

/* Mobile Layout: 480px and below. */
h1 {
	font-size: 14px;
	font-family: newFont01;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0px;
	color: white;
}

.gridContainer {
	max-width: 480px;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
	background: url(../images/content-bg.gif);
}

#main_logo {
	clear: both;
	float: left;
	display: block;
	text-align:center;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	background: url(../images/content-bg.gif);
}

#navigation {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}

table {
alignment-adjust:central;
font-size: 12px;
}

table, th {
	text-align:right;
}

table, td {
	text-align: left;
}

#page_info {
	clear: both;
	float: left;
	display: block;
	margin-left: 0;
	width: 98%;
	font-size: 16px;
	padding: 1%;
	text-align:center;
	background: url(../images/content-bg.gif);
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	font-size: 9px;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}

/*------------------------------------------------------------------------------------*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
h1 {
	font-size: 16px;
	font-family: newFont01;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0px;
	color: white;
}

.gridContainer {
	max-width: 768px;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
	background: url(../images/content-bg.gif);
}
	
#main_logo {
	clear: both;
	float: left;
	display: block;
	text-align:center;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: url(../images/content-bg.gif);
}

#navigation {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}

table {
alignment-adjust:central;
font-size: 18px;
}

table, th {
	text-align:right;
}

table, td {
	text-align: left;
}

#page_info {
	clear: both;
	float: left;
	display: block;
	margin-left: 0;
	width: 98%;
	font-size: 18px;
	padding: 1%;
	text-align:center;
	background: url(../images/content-bg.gif);
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	font-size: 10px;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}
} /*-------------------------------------------------------------------------------------------------*/


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
h1 {
	font-size: 24px;
	font-family: newFont01;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0px;
	color: white;
}

.gridContainer {
	max-width: 960px;
	padding: 0px;
	margin-left:auto;
	margin-right: auto;
}

#main_logo {
	clear: both;
	float: left;
	display: block;
	text-align:center;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	background: url(../images/content-bg.gif);
}

#navigation {
	clear: both;
	float: left;
	display: block;
	width: 100%;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}

/*table, td, th {
    border: 1px solid green;
}*/
table {
alignment-adjust:central;
font-size:24px;
}

table, th {
	text-align:right;
}

table, td {
	text-align: left;
}

#page_info {
	clear: both;
	float: left;
	display: block;
	margin-left: 0;
	width: 98%;
	font-size: 24px;
	padding: 1%;
	text-align:center;
	background: url(../images/content-bg.gif);
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	font-size: 12px;
	background: rgba(80, 80, 80, 0.5);
	background-image: -webkit-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -moz-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: -o-linear-gradient(bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
	background-image: linear-gradient(to bottom, rgba(150, 150, 150, 0.5), rgba(80, 80, 80, 1), rgba(150, 150, 150, 0.5));
}
}