


body {

	background-color: black;
	padding: 20px;
	margin: auto;
	
}

div#wrapper {

	width: 820px;
	margin: auto;
	
}

div#head {

	width: 800px;
	background-color: black;
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	color: #666;
	padding: 10px;
	
}

div#main {

	background-color: black;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 800px;

}

.textBox {

	border: 1px solid #000000;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	padding: 3px;

}

.secondRow {

	background-color: #fff;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}

.firstRow {

	background-color: #ccc;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}



div#error {

	background-color: #fff;
	color: #FF0000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 800px;
	
}

div#success {

	background-color: #fff;
	color: #00CC00;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 800px;
	
}

div#spacer {

	width: 25px;
	float: left;
	
}

div#memmain {

	background-color: #fff;
	color: #666;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	width: 615px;
	float: left;

}

div#container {

	float: left;
	
}



.site-footer
{
  background-color:black;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#black;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:white;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}













.header {

	background-color: #666;
	color: #fff;
	width: 150px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;

	
}

.table {

	background-color: #999;
	color: #fff;
	width: 150px;
	padding: 5px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;

}

.table a {

	color: #fff;
	font-family: Arial;
	font-size: 12px;
	text-decoration: underline;
	
}

.header a {

	color: #ccc;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	
}
    .rcorners2 {
      border-radius: 15px;
      border: 2px solid #fe0000;
      padding: 20px;
      width: 50px;
      height: 150px;
      text-align: center;
      background-color: #000000;
    }

 