/* CSS Document */
/*--@import url(http://fonts.googleapis.com/css?family=Cookie);-- */
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);

body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
#page {
	width:760px;
	margin:0 auto;
	background-color:#FFFFFF;
	border-bottom: #CCCCCC 1px solid;
	text-align:left;
	}
table tr td.mainBody {
	border-left: #CCCCCC 1px solid;
	padding: 0px 5px 5px 5px;
	background-color: #FFFFFF;
	vertical-align: top;
	width:549px;
	}
table tr td.sidebar {
	border-right: #CCCCCC 1px solid;
	vertical-align:top;
	padding: 0px 0px 0px 0px;
	width: 199px;
	}
	
h1 {
	/*-- font-family: 'Cookie', cursive; --*/
font-family: 'Dancing Script', cursive;
	font-size:2.4em;
	letter-spacing:1px;
	color:#000000;
	margin-bottom: -10px;
	font-weight:700;
	}
h2 {
	/*-- font-family: 'Cookie', cursive; --*/
font-family: 'Dancing Script', cursive;
	font-size:1.8em;
	
	margin-bottom: -10px;
	color:#000;
	font-weight:700;
	
	}
h2 a:link, h2 a:visited {
	margin-bottom: -10px;
	color:#333;
	font-weight: bold;
	}
h2 a:hover {
	margin-bottom: -10px;
	color:#999;
	font-weight: bold;
	}
h3 {
	font-size:14px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	}	
h3 a:link, h3 a:visited {
	
	font-size:14px;
	margin-bottom: -10px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	}
h3 a:hover {
	
	font-size:14px;
	margin-bottom: -10px;
	color:#666666;
	font-weight: bold;
	text-decoration:underline;
	}	
p {
	
	font-size:14px;
	color:#333333;
	}
ul {
	
	font-size:14px;
	color:#000000;
	text-align:left;
}	
li {
	
	font-size:14px;
	color:#333333
	text-align:left;
	color: #000000;
}	
.popcorn {
	
	font-size: 12px;
	color:#666666;
	}
.popcorn a:link, .popcorn a:visited, .popcorn a:hover {
	text-decoration:underline;
	color: #666666;
	}	
	
/* ----------- Side Bar Secondary Nav ---------------- */

table tr td.sideNav{
margin: 0;
padding: 0;
list-style-type: none;
text-align:left;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
margin: 0;
padding: 6px 6px 6px 5px;
background-color: #ededed;
font-size: 14px;
font-weight: bold;
height: 12px;
}

table tr td.sideNav a:link, a:visited
{
color: #666666;
text-decoration: underline;
margin:0;
}

table tr td.sideNav a:hover
{
	color: #000000;
	text-decoration: underline;
}
table tr td.sideNav-on{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
border-bottom: 1px solid #CCCCCC;
margin: 0;
padding: 6px 6px 6px 5px;
background-color: #ffffff;
font-size: 80%;
font-weight: bold;
height: 12px;
}
/*----------------- End Sidebar Nav -----------------*/
.imgBorder {
	padding: 3px;
	border:#000000 solid 1px;
	margin:5px;
}
hr {
	border-top: 1px dashed #808080;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	width: 90%;
	text-align:center;
}
table tr td.height {
	height:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a, a:link, a:visited, a:hover {
	color:#666666;
	}