﻿@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
/*font-family: 'Open Sans', sans-serif;*/

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/*defaults*/



body, td, th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #777777;
		text-shadow: 0px -1px 0px #333,
                  0px 1px 3px #666;

}

body {
	background: url(../images/MP2bgcheckblue.gif) repeat;
}


/*layout*/


#outerWrapper {

	width: 100%;
}

.container {
	margin: 20px auto;
	width:1000px;
	background-image: url(../images/MPbgmuslin3.gif);
	padding: 20px;
	
}
	

.Title {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	text-shadow: 0 1px 0 #FFFFFF, 0 2px 0 #C1C5C8;
	text-transform: uppercase;
	font-weight:bold;
}




/*links*/




a:link, a:visited {
	color: #39a1ff
	text-decoration: none;
	outline: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:hover {
	color: #39ffa1;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

a:active {
	color: #ff0000;
	text-decoration: none;
}



/*for boxes*/


.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






.bullets {
}
.bullets ul {
/*bullet list*/
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.bullets li:before {
    content: "";
    border-color: transparent #ff0000;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.00em;
    position: relative;
}


/*footer*/

