h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Helvetica,Verdana,Arial 
}
body{
	text-align:center;
}

.align-left {
		text-align:left;
}

.align-right {
		text-align:right;
}

.align-justify {
		text-align:justify;
}

.float-left {
	float:left;
}

.align-center {
		text-align:center;
}


.csc-frame-frame1 {
		background-color:#DDDDDD;
}

.csc-frame-frame2 {
		background-color:#FFFFDD;
}

h1 {
	font: normal 48px;
	font-weight: bold;
}

h2 {
	font: normal 36px;
	font-weight: bold;
}

h3 {
	font: normal 24px;
	font-weight: bold;
}

h4 {
	font: normal 18px;
	font-weight: bold;
}

h5 {
	font: normal 16px;
	font-weight: bold;
}

h6 {
	font: normal 14px;
	font-weight: bold;
}

blockquote {
	font: italic;
	font-variant: small-caps;
	text-decoration: underline;
}
	
img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:939px;
  text-align:left; 
  margin:0px auto;
  border:1px solid silver;
  background: url(../fileadmin/images/bg-mit-logo-2.gif) center repeat-y;
}

div#top {
  font: bold 10px Verdana,Arial;
  clear:both;
  background-color:#028802;
  text-align:right;
  color:#FFFFFF;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:white;
   }

div#header { background-color:white; }

/*-----------------------------------*/

div#links { 
	float:left;
	width:179px; 
	padding-top:37px;
	padding-bottom:10px;
	background-color:#028802;
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}


div#center { 
	margin-left:190px; 
	width:700px; 
	min-height:420px;


}


.float-left { 
	float:left; 
}

div#footer {
  clear:both;
  background-color:#0d670d;
  padding:10px;
}
