body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background : #FDFDFD;
}

h1 {
  font-weight: 600;
  font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
}

h3 {
  font-weight: 600;
  font-size: 16px;
}

h4 {
  font-weight: 600;
  font-size: 14px;
}

h5 {
  font-weight: 600;
  font-size: 12px;
}

p {
  margin: 1em; 
}

a {
  font-weight: 400;
}

.sblink {
  font-weight: 400;
}

.sblink:hover {
  font-weight: 600;
}

a#bookmark {
  font-weight: 600;
  font-size: 18px;
}

.indent1 {
  margin: 1em;
}

.indent2 {
  margin: 1em 1em 1em 2em;
}

.indent3 {
  margin: 1em 1em 1em 3em;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

ul {
  margin: 1em;
  list-style-type: none;
}

ol {
  margin: 1em; 
}

li {
  margin: 0em;
}

form {
  margin: 1em; 
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  width: 90%;
}

.error {
  color: #a94442;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #CCCCCC;
  padding: 6px 6px;
  background: #F7F7F7;
  font-size: 16px;
  font-weight: 600;
  width: 90%;
  box-sizing:border-box;
}


#submit {
  text-align: center;
  border: 2px solid #5C8AE6;
  margin: 0.250em;
  background: #94B8FF;
  font-size: 18px;
  font-weight: 700;
}

#submit:hover {
  text-align: center;
  border: 2px solid #5C8AE6;
  margin: 0.250em;
  background: #85ADFF;
  font-size: 18px;
  font-weight: 700;
}


#container {
	width: 902px;
	margin: auto;
}

#pageheader {
}

#content {
  float: left;
  width: 600px;
}

#tds {
  margin-top: 20px;
  float: left;
  width: 100%;
}

#sidebar {
  float: right;
  width: 300px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #DEE4E7;
  border-color: #CFD5D9;
  margin-bottom: 1em;
}

#bluebar {
  background:url(../menu_assets/images/footer-bg.gif) top left repeat-x;
  height:12px;
  clear: both;
}

#footer {
  background:url(../menu_assets/images/footer-bg.gif) top left repeat-x;
  height:13px;
  clear: both;
}

#footercontent {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#title {
	float: left;
}

#tagline {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  float: right;
}

table {
  font-weight: 400;
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

caption {
  font-weight: 400;
  font-size: 18px;
  background: #999;
}

.sidesmall {
  font-weight: 300;
  font-size: 12px;
}

.sidebold {
  font-weight: 700;
  font-size: 12px;
}

.container {
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
}

.alert {
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert .alert-link {
  font-weight: 700;
}

.alert-link {
  text-decoration: none !important;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger .alert-link {
  color: #843534;
}

#border {
	border: 2px solid #999;
	background: #BBB;
	padding: 15px;
	margin: 0 auto;
	width: 400px;
}

.button {
  width: 40%;
  text-align: center;
  border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	background-color: #e6e6e6;
	display: block;
	margin-left: 30%;
	margin-right: 30%;
	padding: 4px;
	font-style: normal;
	font-weight: 600;
	font-size: 14pt;
	text-decoration: none;
	color: #4043A2;
}


/* Main Menu */

* {
	margin: 0em;
	padding: 0em;
}
