/* ******************************************************
   Base Definition 
   ****************************************************** */
html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #a7a9ac;
	height: 100%;
	width: 100%;
	margin: 0px;
}

/* ******************************************************
   Container Definitions 
   ****************************************************** */
.main_container {
	width: 775px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../gui/background_2.gif);
}

.head_container {
	padding-top: 7px;
	padding-right: 23px;
	background-image: url(../gui/background_1.gif);
}

.cont_container {
	background-image: url(../gui/background_2.gif);
}

/* ******************************************************
   Header Images 
   ****************************************************** */
.logo {
	width: 186px;
	height: 195px;
	overflow: hidden;
	margin-left: 566px;
}

.head_image {
	width: 755px;
	position: absolute;
	left: 10px;
	top: 130px;
	height: 72px;
}

.head_image_2 {
	width: 130px;
	position: absolute;
	left: 422px;
	top: 0px;
	height: 130px;
}

.copyright {
	width: 5px;
	position: absolute;
	left: 770px;
	top: 17px;
	height: 130px;
}
/* ******************************************************
   Main Navigation 
   ****************************************************** */

.head_navigation {
	width: 260px;
	position: absolute;
	left: 160px;
	top: 16;
	height: 110px;
}

.head_navigation ul, .head_navigation li  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 17px;
	display: inline;
}

.head_navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 258px;
	float: left;
	clear: left;
	background-color: #FFD200;
	padding-left: 5px;
}

.head_navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.head_navigation a.selected {
	text-decoration: none;
	color: #000000;
	background-color: #d1d3d4;
}

/* ******************************************************
   Main Navigation 2
   ****************************************************** */

.head_navigation_2 {
	width: 133px;
	position: absolute;
	left: 25px;
	top: 7px;
	height: 110px;
}

.head_navigation_2 ul, .head_navigation_2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	line-height: 17px;
	display: inline;
}

.head_navigation_2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 123px;
	clear: both;
	float: left;
	background-color: #FFD200;
	padding-left: 10px;
  padding-bottom: 2px;
}

.head_navigation_2 a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.head_navigation_2 .menu11_act a {
	text-decoration: none;
	color: #000000;
	background-color: #d1d3d4;
}

/* ******************************************************
   Subnavigation
   ****************************************************** */
.sub_navigation {
	width: 135px;
	position: absolute;
	left: 25px;
}
.sub_navigation div { margin-bottom: 5px; overflow: hidden; }

.sub_navigation ul, .sub_navigation li  {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	display: inline;
}

.sub_navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	position: relative;
	width: 125px;
	clear: both;
	float: left;
	background-color: #FFD200;
	padding-left: 10px;
	line-height: 17px;
}

.sub_navigation a:hover{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.sub_navigation a.selected{
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

/* ******************************************************
   Main Content
   ****************************************************** */
.content {
                font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	margin-right: 33px;
	padding-top: 35px;
	margin-left: 210px;
                padding-bottom: 20px;
	top: 0px;
}

.content h1 {
	font-size: 0.9em;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}

.content h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.content h1.csc-firstHeader, .content h2.csc-firstHeader, .content h3.csc-firstHeader { margin-top: 0; }

.content p {
        text-align: left;
	font-size: 11px;
	line-height: 140%;
	padding: 0;
	margin: 8px 0px 0px 0px;
}

.content a {
	color: #cc3300;
	text-decoration: none;
}

.content a:hover {
	color: #a41801;
	text-decoration: underline;
}
.content ol {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
  line-height: 140%;
  padding: 0;
  margin: 10px 0px 12px 25px !important;
  margin-top: 0px;
}
.content ul {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 11px;
  line-height: 140%;
  padding: 0;
  margin: 10px 0px 12px 20px !important;
  margin-top: 0px;
}
.content li {
	margin-top: 0px;
	margin-bottom: 0px;
   }
a li {
	color: #cc3300;
	text-decoration: none;
   }
.col_left {
        float: left;
	width: 245px;
        overflow: hidden;
}
.col_right {
         float: left;
	 width: 245px;
         overflow: hidden;
}
.clear {
         clear: left;
         height: 1px;

}
.contenttable p {
               margin:0;
               padding:0;
} 
a img {
               border: 0;
}
.tx-mitdownload-pi1 td{
	color: #333333;
	text-decoration: none;
}
.tx-mitdownload-pi1 a{
	color: #cc3300;
	text-decoration: none;
}

table, .csc-textpic-imagewrap { font-size: 11px; line-height: 140%; }
table, .csc-textpic-imagewrap h4 { font-size: 13px; line-height: 140%; }


.tx-felogin-pi1 div { font-size: 11px; line-height: 140%; }
.tx-felogin-pi1 fieldset { margin: 15px 0 0 0; padding: 0; border: 0px #ffffff solid; }
.tx-felogin-pi1 fieldset legend { font-size: 11px; color: #000000; margin: 0 0 5px 0; padding: 0; font-weight: bold; }
.tx-felogin-pi1 fieldset label { font-size: 11px; float: left; margin-right: 10px; width: 100px; }
.tx-felogin-pi1 fieldset input { margin-top: 5px; }
