html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;font-size:100%;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/***************************
 * Global Styles           *
 ***************************/
body {
	font: 1em/1.75em Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: rgb(47, 47, 47);
	background: #3e074a;
}

div h1, div h2, div h3, div h4, div h5, div h6, div p, div blockquote, * address, div q, div table, div ul, div ol, div li, div form {
	margin: 0 0; 
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	color: black;
}

h1 {
	font-size: 1.5em;
	line-height: 3em;
	padding-top: 25px;
}

h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: rgb(200, 0, 0);
}

h4 {
	font-size: 1.05em;
	line-height: 1.5em;
}


h5 {
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
}

h6 {
	font-size: .75em;
	line-height: 1.5em;
	font-weight: bold;
}

p, address {
	font-size: .75em;
	line-height: 1.5em;
	padding-bottom: 1em;
}
address {
	font-style: italic;
	margin-left: 40px;
}

em, i {
	font-style:italic;
}

b, strong, s {
	font-weight: bold;
	color: black;
}

a {
	color: rgb(200, 0, 0);
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

code {
	font-family: monospace;
	font-size: 1.25em;
}
q, blockquote {
	font-style: italic;
	margin: 1.5em;
	color: rgb(102, 102, 102);
}

address {
	color: black;
}

del, strike {
	text-decoration: line-through;
}

ins {
	background: rgb(160, 243, 251);
}
ul, ol {
    padding: 0 4em;
}
ol {
   list-style-type: decimal;
   font-size: .75em;
	line-height: 1.5em;
}
ul {
   list-style-type: disc;
   font-size: .75em;
   line-height: 1.5em;
}
li {
    	padding-bottom: 1em;
}

/***************************
 * Container Details & Preload *
 ***************************/

div.container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}
#preLoad {
	display:none;
}

.center {
  text-align: center;
  margin: inherit auto;
}
img.left {
  float: left;
  padding: 5px 10px 10px 0;
}
img.right {
  float: right;
  padding: 5px 0 10px 10px;
}
.clear {
  clear: both;
}

*******************************
 * Social Media Color and Icons *


a[href*="facebook"], a[href*="linkedin"], a[href*="twitter"], a[href*="mailto"], a[href*="youtube"]  {
	padding-left: 22px;
	}
a[href*="facebook"] {
	color: #3B5998;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	}
a[href*="linkedin"] {
	color: #388BB4;
	background-image: url(../images/linkedin.jpg);
	background-repeat: no-repeat;
	}
a[href*="twitter"] {
	color: #1cbedc;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	}
a[href*="youtube"] {
	color: red;
	background-image: url(../images/youtube.png);
	background-repeat: no-repeat;
	}
a[href*="mailto:"] {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	}
 ********************************/
