body {
  margin: 10px;
  padding: 10px;
}


#pageTitle
{
	width: 400px;
	font-weight: bold;
	font-size: 24px;

}

.app_title
{
	width: 400px;
	font-weight: bold;
	font-size: 24px;

}

#messageSection
{
	width: 400px;
}

#exceptionEventText
{
	font-color: red;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#errorSection
{
	width: 400px;
}

#pageDescription
{
	width: 400px;
	text-align: center;
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}

#header {
  background-color: #CCCCCC;
  width: 100%;
  border-color: black;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom: none; 
}
#leftcol {
  background: #6699FF;
  float: left;
  width: 18%;
  height: 500px;
  border-color: black;
  border-style: solid;
}
#rightcol {
  background: #6699FF;
  float: right;
  width: 18%;
  height: 500px;
  border-color: black;
  border-style: solid;
}
#content {
border-left: 2px solid gray;
border-right: 2px solid gray;
width: 100%;
height: 800px;
border:1px solid #333;
background-color:#eeeee;

}
#footer {
  background: #d8e5f2;
  clear: both;
  width: 100%;
  border: 1px outset black ;
  border-color: black;
  border-style: solid;
  background-color: #ddd;
  border-top: 1px solid gray;
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

#coloredheader{
  background: #cccccc;
  width: 100%;
  border-color: blue;
  border-bottom-style: dashed ; 
  border-bottom-color: blue;
  border-bottom-width: 2px; 
}

.errorInstructions
{
	font-color: blue;
	font-size: 14px;
}

.errorItems
{
	font-color: red;
	font-size: 12px;
}
	
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


#navlist{ 
	background: #cccccc;
  	width: 100%;
  	border-color: black;
  	border-style: solid;
  	border-width: 1px;
  	border-top-width: 0px;

       }