body
{
	/*color: #3330A1;*/
	color: #1B2D91;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold; */
	font-size: 90%;
}

.mainmenu
{
	/*clear: both;
	display: block;*/
	margin-bottom: 0px;
}

#content
{
	margin: 0px;
	text-align: left;
}

.SubMenuBar
{
	font-weight: bold;
	font-style: italic;
	color: #90000C;
	margin-top: 6px;
	margin-bottom: 9px;
	width: 100%;
}

#mainwrapper
{
	width: 770px;
	position: relative;
	margin: 0 auto;
	padding: 0 0px;
	text-align: left;
}

.rcPub
{
	margin-bottom: 7px;
	width: 100%;
}

.center
{
	margin-left:auto; 
	margin-right:auto;
}

.vtop td,th
{
	vertical-align: top;
}

.centeredStyledButton {
   color: #1B2D91;
   font-family:'trebuchet ms',helvetica,sans-serif;
   width: 100%;
   font-weight:bold;
   background-color:#FCCA7B;
   border:1px solid;
   border-top-color:#7586CC;
   border-left-color:#7586CC;
   border-right-color:#1B2D91;
   border-bottom-color:#1B2D91;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FCCA7B');
   margin-top: 5px;
 }
 
 .styledButton {
   color: #1B2D91;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   background-color:#FCCA7B;
   border:1px solid;
   border-top-color:#7586CC;
   border-left-color:#7586CC;
   border-right-color:#1B2D91;
   border-bottom-color:#1B2D91;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#FCCA7B');
   margin-top: 5px;
 }
 
 .blueBorderTable {
  background-color:#FFF;
  width:100%;
  border-collapse:collapse;
}

.blueBorder
{
	border: 1px solid #1B2D91;
	padding: 5px;
}


