* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}

html{
	padding:0;
	margin:0;	
}
body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #666666;
	height: auto;
}

/* Page */

#page {
	width: 1024px;
	margin: 0 auto;
	height:100%;
	border-left:#666666 1px solid;
	border-right:#666666 1px solid;
	overflow:hidden;
	background:url(images/watermark.png) no-repeat;
	background-position: 100% 188px;
}

/* Header */

#header{
	width:100%;
	height:220px;
	margin:0;
	background:url(images/bg_header.png) no-repeat;
}

/* Logo */

#Logo{
	width:267px;
	padding-top: 45px;
	margin-left: 15px;
}

#inner{
	float:left;
	width:1024px;
	height: auto;
	background: url(images/bg_inner_1px.png) repeat-y;
	opacity:0.95;
	filter:alpha(opacity=95);
}

/* Menu */

#menu {
	display:block;
	float:left;
	width:185px;
	height:100%;
	color:#b61104;
	text-align:center;
	font-style:italic;
	margin-left:31px;
	padding-bottom: 0px;
}

.MainMenu_MenuContainer {
	width:185px;
	margin:0;
	padding:0;
	
}

.MainMenu_MenuBar {
	margin:0;
	padding:0;
	height:35px;
	font-family: 'Comic Sans MS', cursive;
	font-size: 15px;
	font-weight:600;
}

.MainMenu_MenuItem {
	background: url(images/bg_largeMenuButton.png) no-repeat;
	margin:0;
	padding:0;
	width:185px;
	font-family: 'Comic Sans MS', cursive;
	font-weight:bold;
	font-size:15px;
	font-style: italic;
	border:none;
	height:35px;
	color: #b61104; 
	text-indent: 40px;
	
}

.MainMenu_RootMenuItemSelected{
	background: url(images/bg_largeMenuButton.png) no-repeat;
	margin:0;
	padding:0;
	height:35px;
	color: #ffffff; 
	text-indent: 40px;
	font-family:'Comic Sans MS', cursive;
	font-style: italic;
	width:185px;
	font-weight:bold;
}

.MainMenu_MenuItemSel {
	background: url(images/bg_largeMenuButton.png) no-repeat;
	margin:0;
	padding:0;
	height:35px;
	color: #ffffff; 
	text-indent: 40px;
	font-family:'Comic Sans MS', cursive;
	font-style: italic;
	width:185px;
	font-weight:bold;
	font-size:15px;
}

.MainMenu_SubMenu {
    background: url(images/bg_largeMenuButton.png) no-repeat;
	font-family:'Comic Sans MS', cursive;
	font-style:italic;
	width:185px;
}

.MainMenu_SubMenuItemActive {
     background: url(images/bg_largeMenuButton.png) no-repeat;
	font-family:'Comic Sans MS', cursive;
	font-style:italic;
	width:185px;
}

.MainMenu_SubMenuItemSelected{
    font-family:'Comic Sans MS', cursive;
	font-style:italic;
	
}

.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak 
{
    display:none;
}

#cartoon{
	padding:0;
	padding-bottom:15px;
}

/* ContentPane*/ 


#dnn_ContentPane {
	
}

#dnn_ContentPane P{
	font-size: 0.9em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 	
}

#ImagesPane
{
    width:65%;
    background:#cbcbcb;
    opacity:0.20;
	filter:alpha(opacity=20);
	text-align:center;
	vertical-align:middle;
}
#MessagePane
{
    width:34%;
    text-align:center;
    vertical-align:bottom;
}

/* Sponsors panel */
#sponsorsPanel
{
    float:left;
    margin-bottom:0;
    padding-bottom:0;
}
    

/* Login */

#login {
	float:right;
	padding-top:5px;
	padding-right:10px;
	width: 20%;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% serif, Tahoma, Georgia;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% serif, Tahoma, Georgia;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Data tables */

table.lineUpTable
{
    clear: right;
    width:400px;
    line-height:1.4em;
    border-collapse: collapse;
    border: 1px solid #999999;
    color: #333333;
    background:#f0f0f0;
}

/*table .lineUpTable
{
    clear: right;
    width:100%;
    line-height:1.4em;
    border-collapse: collapse;
    border: 4px solid #adbbca;
    color: #4f6480;
    background:#f0f0f0;
}*/
table.lineUpTable caption
{
    margin:0;
    padding:0;
    color:#333333;
    line-height:2em;
    text-align: left;
    font-weight:bold;
}

/*table .lineUpTable caption
{
    margin:0;
    padding:0;
    color:#032469;
    line-height:2em;
    text-align: left;
    font-weight:bold;
}*/

table .lineUpTable thead tr
{
    color:White;
    background: #5e7796;
}

table.lineUpTable thead tr th
{
    background: #c3c3c3;
    padding: 0.4em 0.6em;
    border: 1px solid #999999;
    text-align:center;
    color:White;
    font-weight:bold;
}


table.lineUpTable tbody tr
{
    border: 1px solid #999999;
}

table.lineUpTable tbody tr td
{
    border: 1px solid #999999;
    text-indent: 3px;
}

table.lineUpTable tbody th
{
    border: 1px solid #999999;
    border-bottom: 0px;
    text-align:center;
}

/* Footer */

#footer {
	float:left;	
	background:url(images/bg_footer.png) no-repeat;
	opacity:0.95;
	filter:alpha(opacity=95);	
	width:100%;
	height:23px;
	text-align: right;
	border-bottom: #666666 1px solid;
	padding:0;
	margin:0;
}

/*Newsletter subscription*/
.NewsletterPanel
{
    width: 100%;
}

table.SubscriptionTable
{
    margin:0 5px 0 10px;
}
table.SubscriptionTable tbody tr
{
    border:4px solid #adbbca;
}

table.SubscriptionTable tbody tr td a:link
{
    font:'Comic Sans MS', cursive;
    font-size:10px;
    color: #b61104;
    
}

table.SubscriptionTable tbody tr td input
{
    width:100px;
    
}


/* DNN Mods */
ul li, ul, ul ul li, ul ul ul li{list-style:none}
.SkinObject{
		/*font-family: serif, Tahoma, Georgia;*/
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight:400;}
A.SkinObject:link {
    text-decoration: none;
	color:#FFFFFF;
}
A.SkinObject:hover    {
    text-decoration:underline;
	color:#FFFFFF;
}
A.SkinObject:active    {
    text-decoration:underline;
	color:#FFFFFF;
}
.Normal{
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 1em;
	color: #555555;}
.Head{padding-top:30px; color: #b61104; font-stretch:semi-expanded; font-size: 110%; font-style:italic; font-family:'Comic Sans MS', cursive;}	

A.Normal:link:hover{
	color:#740E03;
}
