﻿body
{
	background-color: #FFFFFF;
	font-family: Verdana;
}
H1
{
	color: #75002D;
	font-weight: bold;
	font-size: 16px;	
}
H2
{
	color: #75002D;
	font-weight: bold;
	font-size: 14px;		
}

/* HEADER  */
.topHeader
{
	vertical-align: bottom;
	text-align: right;
	margin-top: 10px;
	width: 769px;
	height: 24px;
	background-image:url('images/TopBackGround.png');
	background-repeat: no-repeat;	
	text-decoration: none;
}
.seperator
{
	background-image: url('images/Animal_Paw.png');	
	background-repeat:no-repeat;
	background-position: center;
	width: 32px;
	height: 32px;	
	position:relative;
}

.contentHeader
{
	background-image: url('images/RepeatBackGround.png');
	background-repeat: repeat-y;
	width: 769px;
	height: 150px;
}


/* MAIN CONTENT  */
.contentMain
{
	text-align: left;
	background-image: url('images/RepeatBackGround.png');
	background-repeat: repeat-y;
	width: 769px;
	height: 100%;
	padding-left: 0px;
	vertical-align: top;

}
.tableMain
{
	width: 720px;
	height: 450px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.siteBreadCrumb
{
	font-size: 12px;
	padding-left: 5px;
	border-bottom:solid 2px #75002D;	
}
.MenuPane
{
	vertical-align: top;
	text-align: left;	
	padding-left: 5px;
	width: 180px;
	border-right: solid 1px #75002D;
}
.MenuEmptyItemHome
{
	width: 80px;
}
.MenuEmptyItem
{
	width: 205px;
}
.MenuRed
{
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 95px;
	background-image: url('images/MenuRed.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 10px;
	cursor: hand;
	white-space:normal;
}
.MenuGreen
{
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 95px;
	background-image: url('images/MenuGreen.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 10px;
	cursor: hand;
	white-space:normal;
}
.MenuBlue
{
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 95px;
	background-image: url('images/MenuBlue.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 10px;
	cursor: hand;
	white-space:normal;
}
.MenuOrange
{
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	width: 95px;
	height: 95px;
	background-image: url('images/MenuOrange.png');
	background-position:top left;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 10px;
	cursor: hand;
	white-space:normal;
}
.SubMenuItems
{
	width: 95px;
}
.SubMenuItemRed
{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;	
	width: 180px;
	height: 22px;
	background-image: url('images/MenuRedSmall.png');
	background-position:center left;
	background-repeat: no-repeat;
	padding-left: 25px;	
	cursor: hand;		
}
.SubMenuItemBlue
{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;	
	width: 180px;
	height: 22px;
	background-image: url('images/MenuBlueSmall.png');
	background-position:center left;
	background-repeat: no-repeat;
	padding-left: 25px;			
	cursor: hand;
}
.SubMenuItemGreen
{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;	
	width: 180px;
	height: 22px;
	background-image: url('images/MenuGreenSmall.png');
	background-position:center left;
	background-repeat: no-repeat;
	padding-left: 25px;			
	cursor: hand;
}
.SubMenuItemOrange
{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;	
	width: 180px;
	height: 22px;
	background-image: url('images/MenuOrangeSmall.png');
	background-position:center left;
	background-repeat: no-repeat;
	padding-left: 25px;			
	cursor: hand;
}
.BackHomeMenuItem
{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;	
	width: 180px;
	height: 22px;
	background-image: url('images/MenuRedSmall_HOME.png');
	background-position:center left;
	background-repeat: no-repeat;

	padding-left: 25px;		
	cursor: hand;
}
.contentTable2Columns
{
	vertical-align: top;
}
.ContentPaneHome
{
	vertical-align: top;
	width: 340px;
	padding-left: 5px;	
}
.ContentPane
{
	vertical-align: top;
	height:100%;
	width: 540px;
	padding-left: 5px;	
}
.SidePane
{
	vertical-align: top;
	width: 200px;	
	padding-left: 5px;	
}
/* FOOTER  */
.contentFooter
{
	background-image: url('images/RepeatBackGround.png');
	background-repeat: repeat-y;
	width: 769px;
	height: 75px;
}
.bottomFooter
{
	width: 769px;
	height: 30px;
	background-image: url('images/BottomBackGround.png');
	background-repeat: no-repeat;	
	vertical-align: top;
}
.tableBottomFooter
{
	text-align: center;
	width: 720px;
	height: 15px;
	border: none;
	font-size: 10px;
}
