/*////////////////// RESET //////////////*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{	
	list-style:none;
}
caption,th{ 
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{ 
	content:''
}
abbr,acronym{
	border:0;
}
div{
	position:relative;
}
@font-face {
font-family: Maft;
src: url("maft.eot") /* EOT file for IE */
}
@font-face {
font-family:Maft;
src: url("maft.ttf") /* TTF file for CSS3 browsers */
}
/*////////////////// UTILS //////////////*/
.clr{
	width:1px;
	height:1px;
	margin:-1px;
	clear:both;
	font-size:1px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*////////////////// GENERAL //////////////*/
html{
	overflow:auto;
}
body{
	font:normal 11px Maft, Arial, Helvetica, sans-serif;
	background:url(../images/bgBody.gif) repeat-x #572381;
}
.masterWrapper{
	margin:0 auto;
	width:800px;
	background:url(../images/bgWrapper.png) repeat-y;
	padding:0 10px;
}
.header{
	margin:0 auto;
	z-index:3;
	background:url(../images/bgHeader.gif) repeat-x;
	height:188px;
}
.title{
	width:680px;
	line-height:140px;
	padding:20px 0 0 0;
	text-align:center;
}
.side{
	width:201px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 7px;
}
.display{
	width:560px;
	padding:0 0 0 20px;
}
.content{
	width:790px;
	padding:15px 10px 15px 0;
	z-index:2;
}
.footerMaster{
	margin:0 auto;
	width:820px;
	height:26px;
	background:url(../images/bgFooterContent.png) no-repeat;
}
.footer{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 0;
	z-index:1;
	width:820px;
	text-align:center;
	color:#fff;
}
/*////////////////// 	Menu   //////////////*/
.menu{
	position:relative;
	text-align:center;
	height:35px;
	padding:4px 0 0 0;
	color: #562380;
}
.menu li{
	display:inline;
	padding:0px 14px 0 10px;
	font-size:20px;
	line-height:35px;
	background:url(../images/separator.gif) no-repeat right 5px;
}
.menu li.last{
	background:none;
}
.menu li a{
	color:#562380;
}
/*////////////////// 	Side Menu   //////////////*/
.leftNav {
	width:186px;
	text-align:center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 113px;
	padding-left: 3px;
}
.leftNav li{
	display:block;
	font-size:20px;
	width:186px;
	height:33px;
	text-transform:uppercase;
	background:url(../images/bgLeft-Menu.gif) no-repeat;
	margin:0 0 3px 0;
	line-height:33px;
}
.leftNav li a{
	color:#fff;
}
/*////////////////// Round Box //////////////*/
.boxWrapper{
	width:199px;
	margin:0 0 10px 0;
}
/*//SET ROUNDBOX HEADER HEIGHT//*/
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail{
	height:43px;
}
/*//SET ROUNDBOX FOOTER HEIGHT//*/
.boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	height:20px;
}
/*//SET ROUNDBOX HEADER/FOOTER TAIL WIDTH//*/
.boxWrapper .boxFooter .tail, .boxWrapper .boxHeader .tail	{
	width:10px;
}
.boxWrapper .boxHeader, .boxWrapper .boxHeader .tail, .boxWrapper .boxFooter, .boxWrapper .boxFooter .tail{
	background:url(../images/bgBox.gif) left top no-repeat;
}
.boxWrapper .boxHeader, .boxWrapper .boxFooter{
	margin:0 10px 0 0;
}
.boxWrapper .boxHeader .tail, .boxWrapper .boxFooter .tail{
	position:absolute;
	top:0;
	right:-10px;
	background-position:right top;
}
.boxWrapper .boxContent{
	padding:10px 20px 0px 15px;
	width:164px;
	background:url(../images/bgContentBox.gif) repeat-y;
}
.boxWrapper .boxFooter{ 
	background-position:left bottom;
}
.boxWrapper .boxFooter .tail{
	background-position:right bottom;
}

/*////////////////// Text //////////////*/
h1{ 
	padding:23px 0px 15px 23px;
}
h1 a{
	display:block;
	width:92px;
	height:111px;
	text-indent:-5000px;
	outline:none;
	background:url(../images/logo.gif) no-repeat;
}

h2{
	font-size:40px;
	color:#572381;
	text-transform:uppercase;
	padding:10px 0;
}
.boxHeader h2{
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:16px 0 0 7px;
}
p{
	padding:0 0 0px 0px;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	text-decoration:none; 
	color:#572381;
}
a:hover{ 
	text-decoration:underline;
}
.footer a, .footer a:visited{
	color:#fff;
}

