*{
	margin:0;
	padding:0;
	font-size:100%;
}

/* Tag-specific CSS */
html, body{
	background:#B6B4A8;
}

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 */
div#containerDiv{
	width:913px;
	background:#FFF;
	margin:0px auto;
	padding:15px 10px 15px 0px;
	border:1px solid #9E9C92;
	border-width:0px 1px;
}

div#font-size-test{
	position:absolute;
	visibility:hidden;
	line-height:0.5em;
}

div#leftColumnDiv{
	float:left;
	width:122px;
	padding-top:120px;
	overflow:hidden;
}

div#leftColumnDiv h2{
	font-size:1em;
	line-height:1.7em;
	width:93px;	
	border-top:1px solid #84B0CE;
	margin:0 0 0 10px;
	padding:8px 2px;
	text-transform:uppercase;
}

div#leftColumnDiv h2.selectedMenuItem{
	position:relative;
	top:1px;
	width:93px;
	color:#FFF;
	background:#2C5FA2;
	margin-left:0px;
	padding-left:12px;
	border-top-color:#2C5FA2;
}

div#leftColumnDiv h2 a{
	display:block;
	color:#000;
	text-decoration:none;
}

div#leftColumnDiv h2.selectedMenuItem a{
	color:#FFF;
}

div#middleColumnDiv{
	float:right;
	width:784px;
	overflow:hidden;
}

img#containerBottomImg{
	display:block;
	width:925px;
	vertical-align:top;
	margin:0px auto;
}

img#logoImg{
	margin:0px 0px 1em 10px;
}

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;
}





