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

body {
font-style: normal;
text-shadow: 0px 0px;
margin: 0;
background-color: #fff;
color: #999;
text-align: left;
font-weight: normal;
font-family: "Roboto", Helvetica, sans-serif;
overflow: visible;
}

div.maincontainer {
text-align: left;	
display: inline-block;
margin: 5%;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #0300ab;
}

::selection {
  color: #fff;
  background: #0300ab;
}

h1 {
text-transform: uppercase;
font-weight: 900;
color: #333;
font-family: "Roboto", andale mono, Helvetica, sans-serif;
font-size:4vw;
}

h2 {
color: #333;	
font-family: "Roboto", andale mono, Helvetica, sans-serif;
font-size:3vw;
}

h3 {
color: #333;
font-family: Helvetica, Arial, sans-serif;
}

h4 {
color: #333;
font-family: Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 100;
}


A:link.otherlinks2 {
color: #0300ab; 
text-decoration: none; 
font-weight: bold; 
transition: width 2s;
}
	
A:visited.otherlinks2 {color: #0300ab}
A:active.otherlinks2 {color: #0300ab}
A:hover.otherlinks2 {color:#0400ff;
text-decoration: underline;
text-decoration-thickness: 1px;
}

A:link.otherlinks {
	color: #1f1f1f; 
	background-color:#dbfc03;
	text-decoration: none; 
	font-weight: bold; 
	transition: width 2s;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
	
A:visited.otherlinks {color: #1f1f1f}

A:active.otherlinks {color: #1f1f1f}

A:hover.otherlinks {color:#1f1f1f;
	background-color:#5cb8ff;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}

div.topsidecontainer {
vertical-align:top;
text-align:left;
width: 100%;
padding: 0;
width:inherit;
}

div.topside {
height: auto;
width: 100%;
border: 0;
min-width: 200px;
margin-right: 5%;
vertical-align:top;
display:inline;
padding: 5px;
}

hr {
  border: 1px solid #8A897C;
  border-radius: 2px;
}


blockquote {
  margin-left: 7%;
  margin: 0 1.5em;
  border-left: 1px solid #ccc;
  padding: 12px;
  margin-bottom: 40px;
  color: #333;
}

.responsive {
  width: 100%;
  height: auto;
}


p, address {
  margin: 0;
  padding-bottom: 25px;
  line-height: 1.8em;
  font-weight: 400;
  color:#333;
  }

ul, li {
  margin: 0;
  padding-bottom: 25px;
  line-height: 1.8em;
  font-weight: 400;
  color:#333;
  }
