@import url(_normalize.css);
@import url(_colors.css);
@import url(_typography.css);
@import url(_sddm.css);

html {
	margin-top: 2px;
  text-align : center;
  background-color: #FFF;
}

#body {
  margin: 0 auto;
  width: 900px;
  text-align : left;
  background-color: white;
  font-family: Arial, Helvetica	, Sans-Serif;
  font-size: 12pt;
}

#branding {
	width: 880px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}

#logo {
	margin: 0px;
	margin-top: 8px;
	float: right;
	width: 260px;
}

#topnav {
	width: 610px;
}

#topimages {
	height: 85px;
	width: 610px;
	border-bottom: 5px solid #ff7f00;
}

#topnav .links {
	background-color: #000d99;
	width: 100%;
}

#breadcrumbs {
	padding-left: 1ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	font-size: 80%;
} 
#breadcrumbs a {
	text-decoration: none;
}

#main {
	margin-top: 30px;
}

#side_content {
	float: right;
	clear: right;
	width: 260px;
	margin-right: 20px;
	color: #000d99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#main_content {
	min-height: 200px;
	width: 610px;
	padding-left: 1ex;
	padding-bottom: 2em;
	line-height: 1.33;
}

#main_content > p {
	padding-right: 1em;
}

#main_content h1 {
	color: #000d99;
	font-size: 180%;
	border-bottom: 3px solid #ff7f00;
	margin-right: 0.5ex;
	margin-left: -0.5ex;
	padding-left: 0.5ex;
}

#main_content .section h1 {
	margin-top: 1ex;
	color: black;
	font-size: 140%;
	border: 0;
}

#main_content .section > h2:first-child {
	background-color: #000d99;
	margin-left: -.5ex;
	padding-left: .5ex;
	margin-right: 1ex;
	color: #FFAB57;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

#footer {
  width: 600px;
  clear: both;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1pt;
  border-top: 1px solid #ff7f00;
  margin-bottom: 1ex;
  padding-bottom: 1ex;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.0;
  font-style: italic;
}

#side_content .section {
	border: 1px solid #000d99;
	margin-bottom: 10px;
	color: #000d99;
}

#side_content .section h1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3pt;
	padding-bottom: 3pt;
	font-size: 110%;
}

#side_content .section p, #side_content .section h2 {
	padding-left: 10px;
	padding-right: 10px;
}

#side_content h1 {
  font-weight: bold;
  font-size: 100%;
  background-color: #000d99;
  color: #FFAB57;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 1ex;
}

#side_content table {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
	color: #000d99;
}

#side_content td {
	font-size: 90%;
	line-height: 1.0;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	vertical-align: center;
}

#side_content img {
	border: 1px solid #000d99;
}

#side_content li {
	padding-left: 1.5ex;
}

#side_content ol, #side_content ul {
    padding: 0;
    margin: 0;
}

.inactive {
	display: none;
}

.body {
	padding-right: 3pt;
}

.right {
  float: right;
  width: 49%;
}

.left { 
	float: left;
	width: 49%;
}

fieldset {
	margin-top: 3pt;
	margin-bottom: 3pt;
	padding: 3pt;
	border: 1px solid #ccc;
}

legend {
	color: #999;
}
