*{
	margin:0;
	padding:0;
	font-size:100%;
}

/* Tag-specific CSS */
html, body{
	background:#FFF;
}

body{
	font:normal 0.74em/1.7em Arial, Helvetica, sans-serif;
	color:#000;
}

code{
	font-size:1.2em;	
}

dl{
	margin:1em 6em 1em 0;	
}

dt{
	font-weight:bold;
	margin-top:1em;
}

h1{
	font-size:1.4em;
	line-height:1.6em;
}

h2{
	font-size:1em;
	line-height:1.4em;
	margin:1em 0;
}

h3{
	font-size:1em;
	line-height:1.2em;
	margin:1em 0 0.5em;
}

img{
	border:0px;
}

ol{
	margin-left: 2em;
}

p{
	margin:1em 6em 1em 0;
}

/* ID-specific CSS */
h2#navbar{
	white-space: pre;
}

div#containerDiv{
	width:911px;
	background:#FFF;
	margin:0px;
	padding:15px 10px 15px 0px;
	border:1px solid #FFF;
	border-width:0px 1px;
}

div#font-size-test{
	position:absolute;
	visibility:hidden;
	line-height:0.5em;
}

div#leftColumnDiv{
	float:left;
	width:150px;
	margin-top: 40px;
	overflow:hidden;
	height:500px;
    	background-image: 
    	url('../images/menu_page.jpg');
    	background-repeat: repeat-y;
	border-bottom: 1px solid #606060;
}

div#leftColumnDiv h2{
	font-family: arial narrow;
	font-size:1.5em;
	line-height:1.5em;
	width:93px;	
	margin:0 0 0 5px;
	padding:8px 2px;
	color:#000;
}

div#leftColumnDiv h2.selectedMenuItem{
	position:relative;
	top:1px;
	width:93px;
	color:#FFF;
	background:#2C5FA2;
	margin-left:0px;
	padding-left:12px;
}

div#leftColumnDiv a{
	display:block;
	color:#000;
	text-decoration:none;
}

div#leftColumnDiv a:hover{
	color: #c0b000;
}

div#leftColumnDiv h2.selectedMenuItem a{
	color:#FFF;
}

div#middleColumnDiv{
	float:right;
	width:756px;
	margin-top: 40px;
	overflow:hidden;
	height:500px;
    	background-image: 
    	url('../images/content_page.jpg');
    	background-repeat: repeat;
	border-right: 5px solid #606060;
	border-bottom: 1px solid #606060;
}

div#leftHeadingDiv{
	width:150x;
	margin: 20px 45px 5px 5px;
	overflow:hidden;
	height:30px;
    	background-image: 
    	url('../images/dept_heading.gif');
    	background-repeat: repeat-x;
}

div#leftHeadingDiv h1{
	font-style: italic;
	font-size:  2.0em;
	font-weight: 900;
	color: #eeee00;
}


div#middleHeadingDiv{
	width:736px;
	margin: 20px 5px 5px 5px;
	overflow:hidden;
	height:30px;
    	background-image: 
    	url('../images/dept_heading.gif');
    	background-repeat: repeat-x;
}

div#containerColumnDiv h2{
	background-color: #ddc136;
}

img#containerBottomImg{
	display:block;
	width:925px;
	vertical-align:top;
	margin:0px auto;
}

img#logoImg{
	margin:0px 0px 1em 0px;
	position: absolute; 
	z-index: 5; 
	top: 5px; 
	left: 4px;
}

h1#topheading{
	font-size:2.0em;
	line-height:2.5em;	
	color: #cc0000;
	position: absolute; 
	z-index: 5; 
	top: 0px; 
	left: 160px;
}

h4#topheading{
	font-size:1.2em;
	font-variant: small-caps;
	letter-spacing: 0.2cm;
	line-height:2.5em;	
	color: #202020;
	position: absolute; 
	z-index: 5; 
	top: 15px; 
	left: 485px;
}

#logo {position: absolute; z-index: 5; top: 27px; left: 42px;}

pre#input-text{
	font-size: 1.2em;
}

/* Tag-specific classed */
a.top-link{
	display:block;
	margin-bottom:20px;
}

/* General classes */
.autoWidth{
	width:auto !important;
}

.bold{
	font-weight:bold;
}

.clearBoth{
	float:none !important;
	clear:both;
	border-width:0px !important;
}

.cursorPointer{
	cursor:pointer;
}

.textAlignRight{
	text-align:right;
}





