/* @override http://localhost/i4/style/default.css */

/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .70em;										/* .75em 11/6/08 */
	text-align: center;
	margin:0px;
	padding:0px;
	}


															/** MAIN CONTAINERS **/
div#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }
	
div#container-portal {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	}
	body.fullwidth div#container { width: 100%; }	
	
		
	div#header {
	height:136px;
		}
		div#header-in {
			
			}
	div#content-wrap {
		float:left;
}

	div#content-wrap-portal {
		float:left;
}

		div.content {
			
			}
		div.rlcol div.content 	{ margin: 0 185px; }			/* three column */
			div.content-in {
					float:left;
					width:540px;
				}
		div.column {
			width: 185px;
			}


		div.rlcol div.cleft 	{ float: left; }				/* three column left */
		div.rlcol div.cright 	{ float: right; }				/* three column right */
			div.column-in {
				
				}
	div#footer {
		height:34px;
		}
		div#footer-in {
			
			}



															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/
