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

body{
	background-color:#FFFFFF;
	margin:0px;
}

@font-face {
    font-family: 'alluraregular';
    src: url('../fonts/allura-regular-webfont.eot');
    src: url('../fonts/allura-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/allura-regular-webfont.woff') format('woff'),
         url('../fonts/allura-regular-webfont.ttf') format('truetype'),
         url('../fonts/allura-regular-webfont.svg#alluraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.masterContainer{
	width:952px;
	height:auto;
	margin:0 auto;
}
.masterOuterBlock{
	width:952px;
	height:auto;
	float:left;
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
	-webkit-box-shadow: 2px 2px  #cdcdcd,  -2px 0 2px #cdcdcd;   
	-moz-box-shadow: 2px 0 2px #cdcdcd,  -2px 0 2px #cdcdcd;   
	box-shadow: 2px 0 2px #cdcdcd,  -2px 0 2px #cdcdcd;
	background-color:#FFFFFF; 
}

.topLink1{
	width:700px;
	height:33px;
	float:left;
	margin-top:18px;
	margin-left:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
}
.topLink2{
	width:252px;
	height:33px;
	float:right;
	margin-top:20px;
	margin-right:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	text-align:right;
}

.bottomBlock{
	width:952px;
	height:35px;
	float:left;
	background-color:#FFFFFF;
}

.bottomLink1{
	width:465px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}
.bottomLink2{
	width:465px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align:right;
}
