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

body {
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
.container {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: #fff;
background-color: #F6B2C7;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F972), to(#F6B2C7));
background: -moz-linear-gradient(top, #F1F972 0%, #F6B2C7 100%);
}


.header { 

padding-left:150px;

}
.sidebar1 {
	float: left;
	text-align: center;
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
.sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 15px 3px 3px 3px;
	font-weight:bold;
	
}
.content {
	width: 620px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0 10px 5px 10px;
	margin: 10px 0px;
	background-color:#fff;
	/* round corners */
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* box shadow */
	-webkit-box-shadow:7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 20px rgba(50, 50, 50, 0.75);
	box-shadow:7px 7px 5px 0px rgba(50, 50, 50, 0.75);

}
.content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin: 0 0 5px 5px;
	
}
.sidebar2 {
	width:150px;
	padding:0px 0 0px 15px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.footer {
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 5px;
}
/* The headings */
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
h1 {
	font-size:24px;
	font-family: 'aller bold italic',Arial,Tahoma;
	text-align:center;
	margin:3px 0 0px 0px;
	color:#BB0F31;
	text-shadow: 2px 2px 3px #aaa;
}
h2 {
	font-family: Arial, Tahoma; 
	font-size: 14px;
	color:#BB0F31;
	margin: 0px 0 5px 5px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align:center;
	text-shadow: 2px 2px 3px #aaa;
}
	
h3 {
	font-family:'MarketingScript',Arial, Tahoma; 
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0 5px 0px;
	padding: 5px 0px 0px 25px;
	
	text-align:left;
	
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
ul.side{
	list-style: none;
	text-align:center;
}
ul.side li{	
	padding: 5px;	
}
ul.center{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-left:50px;
	list-style-image: none;
	list-style-type: circle;
}
ul.center li{	
	padding: 5px;	
}
a:link, a:visited{
	color: #0000CC;
	text-decoration: underline;	
	padding-top:10px;
	font-size:10px;
}

a:hover, a:active, a:focus {
	color:#333;
	text-decoration: none;
	text-shadow: 2px 2px 3px #39C;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.umc{
	float:right;
	margin:20px 40px 0 0;
	
}
@font-face {
    font-family: 'aller bold italic';
    src: url('Fonts/aller_bdit-webfont.eot');
   
	src: url('Fonts/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/aller_bdit-webfont.woff') format('woff'),
         url('Fonts/aller_bdit-webfont.ttf') format('truetype'),
         url('Fonts/aller_bdit-webfont.svg#allerbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aller italic';
    src: url('Fonts/aller_it-webfont.eot');
    src: url('Fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/aller_it-webfont.woff') format('woff'),
         url('Fonts/aller_it-webfont.ttf') format('truetype'),
         url('Fonts/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "MarketingScript";
    src: url('Fonts/MarketingScript-webfont.eot');
    src: url('Fonts/MarketingScript-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/MarketingScript-webfont.woff') format('woff'),
         url('Fonts/MarketingScript-webfont.ttf') format('truetype'),
         url('Fonts/MarketingScript-webfont.svg#MarketingScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
