@charset "utf-8";
/* CSS Document */
html, head, body, 
h1, h2, h3, h4, h5, h6, 
div, span, p, blockquote, code, img, a,
table, caption, tr, thead, th, tbody, td,
ul, ol, li, label, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% Arial, Helvetica, sans-serif;	
	font-weight: inherit;
}

.clear {
	height: 0;
	clear: both;
	padding: 0;
}

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

.right {
	display: block;
	float: right;
	text-align: right;
}

.bold {
	font-weight: bold;
}

h1{ 
	font-size: 1.4em;
}

html {
	overflow-Y: scroll;
}

#clss { 
	background: #B2B2B2 url(/icg/images/bg-main.jpg) top center no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

hr {
	height: 1px;
	color: #bbbbbb;
	background-color: #bbbbbb;
	border: none;
	margin-left: 30px;
}

#clss #page {
	width: 900px;
	background-color: #FFFFFF;
	padding: 30px 0px 0px 0px;
	border-left: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
	text-align: left;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#clss #header {
	width: 900px;
	margin: 0 40px 20px 40px;
	padding: 0;
	overflow: hidden;
}

.number {
	float: left;
	font-size: 1.4em;
	color: #091e3d;
	font-weight: bold;
	margin-left: 10px;
	font-family:  Arial, Helvetica, sans-serif;
}

.title { 
	float: right;
	text-align: left;
	font-size: 1.5em;
	margin: 0 120px 0 0;
	font-weight: bold;
	color: #091e3d;
	font-family:  Arial, Helvetica, sans-serif;
}

#content { 
	margin: 0 0 20px 0;
	padding: 0 40px;
	min-height: 600px;
	height:expression(document.body.clientHeight < 600? "600px" );
} 

#content img {
	border: 1px solid #dbdbdb;
	padding: 5px;	
}

.sectiontitle {
	padding: 5px 10px;
	//border-bottom: #bbbbbb solid 2px; 
	margin-bottom: 10px;  
	color: #091e3d;
	background-color: #7BBBDB;
	font-size: 1.2em; 
	font-weight: bold;
}

#content ul,
#content ol {
	padding-left: 10px;
	margin-left: 10px;
	color: #333;
	font-size: 1em;
	text-indent: 20px;
	list-style-position: inside;
}

#content p{
	padding: 10px 0;
	color: #333;
	font-size: 1em;
	margin: 0 10px;
}

#content a{
	color: #2997c7;
}

/*      Footer                                      */
/*--------------------------------------------------*/

#footer { 
	background-color: #dbdbdb;
	min-height: 100%; 
	height: 100%;
}

#footer #wrap { 
	height: 40px; 
	padding: 10px 40px; 
}

#footer ul { 
	padding: 10px;
}

#footer ul li { 
	color: #666; 
	list-style: none;  
	font-size: .9em;
}

#footer a {
	color: #666; 
	font-weight: normal; 
}

#footer a img { 
	border: none; 
	padding-right: 60px;
}

#mitlogo {
	padding: 10px 10px 10px 0px;
	float: left; height: 25px;
}

.mit {
	padding-top: 
	20px; font-size: .9em;
}

#content h1{
	color: #091e3d;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px 0 15px 30px;
}

* html #content { 
	height: 550px; 
}
