body {
  background-color:		white;
  text-align:			center;
  font-size:			11pt;
}

#main {
  width:				800px;  
  margin-left:			auto;
  margin-right:			auto;
  margin-top: 			4em;
  padding:			0.4em;
  border:				0.2em solid black;
}

#navigation {
  border-top:			1px solid #000;
  text-align:			center;
  font-size:			14pt;
  font-style:			italic;
  height:				23px;
  border-bottom:		1px solid #000;  
}


#content {
  margin-top:			20px;
  text-align:			center;	 
  min-height: 			300px;
  position:             relative;
}
#footer {
  border-top: 			1px solid #000000;
  text-align:			center;
  clear: 				both;
}

#leftCol {
  width:				400px;
  float:				left;
  text-align:left;


}
#rightCol {
  margin-left:			400px;

}

.centeredContent {
	width: 800px;
	text-align:left;
}
#submitParagraph {
	clear:both;
	text-align:left;
}

#animation {
	clear: 				both;
	text-align:			center;
	margin-left: 		auto;
	margin-right: 		auto;
	margin-top: 		100px;
	margin-bottom:		10px;
	width:				800px;
	
}


.sep {
	height: 100px;
}

ol {
	text-align: left;
}
.instructions {
	font-size:			13pt;
	margin:				15px;
}
.nextBox, .errorBox, .optionsBox {
	background-position:left center;
	background-repeat:	repeat-x;
	border-width:		0.5em;
	border-style:		solid;
	padding:			0.5em;
	margin:				3em 0.5em;
	text-align:			left;
}
.optionsBox {
	border-color: grey;
}
.nextBox {
	border-color:		blue;
}
.nextBox input {
	font-weight:        bold;
}
.errorBox {
	border-color:		red;
}
.req {
	color:				red;
	margin-right:		3px;
}
.infoBox {	
  width: 				400px;
  text-align:			center;
  margin-left			:auto;
  margin-right:			auto;
  margin-bottom: 		35px;
}

.infoBox h1 {
  font-size: 			18px;
  color: 				red;
  text-decoration:bold;
  font-family: 			'Times New Roman', 'Times', serif;
  font-weight: 			300;
  margin-bottom: 		10px;
  margin-top:			 0px;
  font-style:			normal;
  
  
}
.infoBox h2 {
	font-size:			15px;
	color:				red;
	font-style:			italic;
}

.helpSectionContent {
	text-align:			left;
	
}
.supportSectionLinks {
	text-align:			center;
	
}

.helpSectionContent h1 {
	color:				#000000;
	font-size:			16px;
	font-weight:		bold;
	text-decoration:	none;
	font-style:			normal;
}
.helpSectionContent li {
	margin:				15px;
}
.helpSectionContent ul{
	margin-left:				0px;
}
.navitem {
 float: 				left;
 width: 				260px;
}

.warning {
	width:				770px;
	font-size:			13pt;
	margin:				15px;
	color:				red;
	font-weight:		bold;
}
a:link {
 color:					#FF0000;
 text-decoration:		none;
}
a:visited {
 color: 				#FF0000;
 text-decoration:		none;
}
a:hover {
 color: 				#000;
 text-decoration:		none;
}
a:active {
 color: 				#FF0000;
 text-decoration:		none;
}

TABLE {
	text-align: 		left;
	margin-left: 		10px;
	margin-right: 		10px;
	
	
}
.additional td {
	widtH: auto;
}
h3 {
	font-size:10pt;
	color:red;
	text-align:center;
}

h1 {
	color:				#000000;
	text-align:			center;
	font-size:			18px;
	font-weight:		normal;
	font-style:			italic;
}


.kbEntry {	
	padding:			10px;
	width:				400px;
	text-align:left;
	border:				1px solid #000;
	margin-left:auto;
	margin-right:auto;
}	
.kbEntry .kbItem {
	padding: 10px;
}
.kbEntry .kbIssue {
	padding:			10px;

}

.kbEntry .kbSolution {
	padding:			10px;
}

.kbEntry .kbVersions {
	padding:			10px;
}

.kbEntry .kbOS {
	padding:			10px;
}

#modelInstr {
	background-color: yellow;
	padding: 2px;
}

#titleInstr {
	background-color: yellow;
	padding: 2px;
}

#name_chooser, #app_list, #right_pane {
	float: left;
	margin: 5px 10px;
}

.edit {
	display: inline;
}

