@charset "UTF-8";
/* Fluik Style - CSS */

*
{
	margin: 0;
	padding: 0;
}

body {
	background-color: #212121;
	background-repeat: repeat-y;
	background-position: center top;
}
.bgcontainer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	background-image: url(http://mitresoftware.com/images/crossbg.jpg);
	background-repeat: repeat;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 1024px;
	padding-bottom: 10px;
}
.header {
	color: #FFF;
	background-color: #000;
	width: 965px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	top: 10px;
}
.contenttitle {
	color: #1f9cdd;
	background-color: #000;
	width: 580px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bolder;
	text-align: right;
	position: absolute;
	margin-top: 50px;
	margin-left: auto;
	right: 70px;
}
.footer {
	color: #1f9cdd;
	background-color: #000;
	width: 900px;
	height: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bolder;
	text-align: justify;
	margin-top: 35px;
	margin-left: auto;
	margin-bottom: 35px;
	padding: 10px;
}
.contentbox {
	color: #000;
	background-color: #FFF;
	width: 580px;
	height: auto;
	margin-right: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 160px;
	margin-bottom: auto;
	margin-left: auto;
	list-style-position: inside;
	list-style-type: circle;
}
.navigation {
	color: #000;
	background-color: #FFF;
	width: 232px;
	height: 223px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	padding: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	position: absolute;
	right: 724px;
	top: 165px;
}


img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	text-decoration: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #1f9cdd;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
}
.content {
}
#subheader {
	font-weight: bold;
	text-transform: capitalize;
	color: #1f9cdd;
	padding-top: 8px;
}
