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

/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #dedede;
}
body {
	font: 1em/1.25 Arial, Helvetica, sans-serif;
	width: auto;
	z-index: -1;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}
img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight {
	float: right;
}
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.title-greyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.list-blueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	letter-spacing: .1em;
}
.list-blueBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
.boxtext-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.boxtext-whiteBold {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bodytext-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#menu {
	background: #05179d;
	top: 62px;
	float: right;
}
#menu2 {
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	z-index: 1;
	border: 0;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 128px; /* since this element is floated, a width must be given */
	background: #000000; /* top and bottom padding create visual space within this div  */
	padding-top: 92px;
	z-index:1;
}
