@charset "UTF-8";
/* CSS Document */

/*set sheet and content size*/
.sheet{
	width:700px;
	margin-top:20px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #FFF;
	font-size: 13px;
	color: #404040;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:0;
}
.sheet-content{
	margin: 7px;
	padding-left:22px;
	padding-right: 22px;
	z-index:0;
}
/*set link properties*/
a{
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-size:13px;
}
a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#000;
}
a:visited{
	color:#000;
	text-decoration:none;
	background-color: #FFF;
}
a:visited:hover{
	color:#FFF;
	text-decoration:none;
	background-color: #000;
}
/*set heading properties*/
h1{
	color:#D02A58;
	font-size:33px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h2{
	color:#D02A58;
	font-size: 31px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h3{
	color:#D02A58;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
/*set header*/
.header-image{
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	width:686px;
	height:200px;
	background-position: center;
	margin:7px;
	padding-top: 15px;
	z-index: 0;
}
/*draw corner shadows*/
.sheet-topcorner-left{
	background-image:url(images/Sheet-s.png);
	width:29px;
	height:29px;
	z-index:-1;
	overflow: hidden;
	position: absolute;
}
.sheet-topcorner-right{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
}
.sheet-topcorner-right div{
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -29px;
	width: 58px;
	height: 58px;
	background-image: url(images/Sheet-s.png);
}
.sheet-bottomcorner-left{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 29px;
	height: 29px;
}
.sheet-bottomcorner-left div{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	left:0px;
	width: 58px;
	height: 58px;
	background-image: url(images/Sheet-s.png);
}
.sheet-bottomcorner-right{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 29px;
	height: 29px;
}
.sheet-bottomcorner-right div{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	right:0px;
	width: 58px;
	height: 58px;
	background-image: url(images/Sheet-s.png);
}
/*show side shadows*/
.sheet-side-left{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 29px;
	bottom: 29px;
	left: 0;
	width:29px;
}
.sheet-side-left div{
	position: absolute;
	z-index: -1;
	top: 0px;
	left:0px;
	height:100%;
	width:58px;
	background-image: url(images/Sheet-v.png);
}
.sheet-side-right{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 29px;
	bottom: 29px;
	right: 0;
	width:29px;
}
.sheet-side-right div{
	position: absolute;
	z-index: -1;
	top: 0px;
	right:0px;
	height:100%;
	width:58px;
	background-image: url(images/Sheet-v.png);
}
/*show top and bottom shadows*/
.sheet-top{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0px;
	height:29px;
	right:29px;
	left:29px;
}
.sheet-top div{
	position: absolute;
	z-index: -1;
	top: 0px;
	width:100%;
	height:29px;
	right:0px;
	left:0px;
	background-image: url(images/Sheet-h.png);
}
.sheet-bottom{
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0px;
	height:29px;
	right:29px;
	left:29px;
}
.sheet-bottom div{
	position: absolute;
	z-index: -1;
	bottom: 0px;
	width:100%;
	height:58px;
	right:0px;
	left:0px;
	background-image: url(images/Sheet-h.png);
}
/*navbar*/
.navbar{
	position:relative;
	width:686px;
	z-index:+1;
	font-size:20px;
	color:#FFF;
	margin: 0 auto;
}
.navcontent{
	position:relative;
	text-align: center;
}
.navcontent i{
	color:#D02A58;
}
.navcontent a{
	font-size:15px;
}
.navcontent span{
	color:#FFF;
	background-color:#000;
	padding-left:2px;
	padding-right:2px;
}
/*footer*/
.footer{
	position:relative;
	width:686px;
	background-color: #D02A58;
	color: #FFF;
	z-index:0;
	text-align: center;
	left: 7px;
	bottom: 7px;
	padding-bottom: 7px;
}
.footer a{
	color:#FFF;
	background-color:#D02A58;
	text-decoration:underline;
	font-size:10px;
}
.footer a:visited{
	color:#FFF;
	text-decoration:underline;
	background-color:#D02A58;
}
.footer a:hover{
	color:#FFF;
	text-decoration:none;
	background-color:#000;
}
.footer a:visited:hover{
	color:#FFF;
	text-decoration:none;
	background-color: #000;
}
.footer span{
	color:#FFF;
	background-color:#000;
	padding:inherit;
}
.signature{
	text-align:center;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
