
/*
html
{
	height:100%
}
*/
body
{
	padding:0px;
	margin:0px;
	height:100%;
	background:#EA7412 url(images/ExerciseBG.png) repeat-x scroll left top;
	
}

/* center the page */
.MainContainer
{
	margin:0px auto;
	padding:0px;
	width:960px;
	background:transparent url('images/MainDropShadowsml2.png') repeat-y top center;
	height:100%;
	
}
.MainTableContent
{
	width:876px;
	margin:0px;
	padding:0px;
	background-color:white;	
	vertical-align:top;
	height:100%;
}

.Normal, .NormalDisabled
{
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
}

.NormalBold 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-weight:bold;
	color:black;
}

.MainTableContents
{
	padding:0px;
	margin:0px;
	width:876px;
	
}

.InnerTable
{
	width:876px;
	margin:0px;
	padding:0px;
	
}

.NavRow
{
	width:755px;
	padding-left:10px;
	padding-top:10px;
	vertical-align:top;
}

.NavRowPhone
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#2A3695;
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}

.MainContent
{
	width:876px;
	margin:0px auto;
	padding:0px;
	height:100%;
	background-color:white;
	
}

.Running
{
	width:960px;
	margin:0px auto;
	background:transparent url('images/running.png') no-repeat scroll left bottom;
	height:252px;	
}
.HeaderTable
{
	width:876px;
	margin:0px;
	padding:0px;
	height:252px;
	background:transparent url('images/header.png') no-repeat scroll left bottom;
	vertical-align:top;
}

.HeaderSide
{
	width:42px;
	
}

.BottomContainer
{
	width:960px;
	padding:0px;
	margin:0px auto;
	height:77px;
	background:transparent url('images/BottomWithShadowsml.png') no-repeat top center;
}

.BottomContent
{
	margin:0px auto;
	padding:0px;
	width:960px;
	height:45px;
	
}

/***********************BLOG **********************************/
.Blog_Archive_Title 
{
	color:#FFFFFF;
	background-color:#EA7312;
}
.Blog_Archive_NextPrev a
{
	color:#FFFFFF;
}
.Blog_Archive_SelectedDay
{
	background-color:#FCF3A2;
}
.blog_footer 
{
	border-bottom:1px dotted #EA7312;
}
.blog_title a, .blog_title a:hover, .blog_title a:visited 
{
	font-family:Arial, Helvetica, sans-serif;
	color: #A92022;
}
.blog_body
{
	margin:0px 10px;
}


/**************************the menue items*********************/

.main_dnnmenu_bar, .main_dnnmenu_rootitem_selected , .main_dnnmenu_rootitem_hover
{
	font-size:10pt;
	font-family:Arial;
	color:#2A3695;
	text-align:right;
	font-weight:bold;

	
}
.footer, a.footer, a.footer:link, a.footer:active, a.footer:visited, a.userlogin, a.userlogin:link, a.userlogin:active, a.userlogin:visited
{
	font-family:Arial;
	color:white;
	font-size:small;
}
.main_dnnmenu_rootitem_selected , .main_dnnmenu_rootitem_hover
{
	color:#7EBED6;
}

.main_dnnmenu_submenu
{
	background:transparent url('images/test.png') repeat;
	padding:10px;
}
