/*RESET*/

h1	{ color: #4D86C9; font-size: 20px; border-bottom: 1px solid #ccc; }
h2	{ color: #4D86C9; font-size: 15px; color: #000; }

html, body, form, fieldset {
  margin: 0;
  padding: 0;
  font-family:Calibri, Arial;
	font-size:10pt;
  color: #021a3d;
}

body{
	background-color:#fff;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
  margin: 1em 0;
  padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
  margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
  cursor: pointer;
}
fieldset {
  border: none;
}
input, select, textarea {
  font-size: 100%;
  font-family: inherit;
}

.clear { line-height: 0; font-size: 0; clear:both; margin:0; padding:0; height: 1px; }

a img { border:none; outline: none; text-decoration: none; }
a:visited img { border:none; outline: none; }
a:hover img { border:none; outline: none; text-decoration:underline; }

a { color:#4d86c9;  border:none; outline: none; text-decoration: none; }
a:visited { border:none; outline: none; }
a:hover { border:none; outline: none; text-decoration:underline; }

/*REZA: img, div { behavior: url(iepngfix.htc) } */

.whole{
	width:1000px;
	margin:auto;
	padding-bottom:60px;
}
.head{
	width:950px;
	margin:auto;
}

.msHead{
	height:66px;
	width:100%;
	float:left;
	background-image:url('img/msHead.jpg');
	background-position:left middle;
	background-repeat:no-repeat;
	background-color:#fff;
}

.blueBar{
	height:22px;
	width:100%;
	float:left;
	background-image:url('img/blueBar.jpg');
	background-position:left middle;
	background-repeat:no-repeat;
	background-color:#307FCA;
	color:#fff;
	font-size:11pt;
}

.menuBar{
	height:37px;
	width:100%;
	float:left;
	background-image:url('img/menuBG.jpg');
}

.menubar a{
	font-height:10px;
}

.menuBar img{
	float:left;

}

.menuBar a{
	padding:10px;
	float:left;
	color:#626262;
	font-size:9pt;
	font-weight:bold;
}
.body{
	background:#fff;
	padding:10px 26px 10px 26px;
	width:948px;
	margin:auto;
}

.sidebar{
	width:265px;
	padding-right:30px;

	float:left;
}

.sidebar .box{
	width:245px;
	border-bottom:1px solid #c9c9c9;
	padding:10px 0 10px 0;
}
.copy{
	width:543px;
	float:left;
	padding-left:20px;
	border-left:1px solid #d9d9d9;
}

.copy img{
	padding:10px 0 0px 0;
}

.copy p{
padding:0px 0 5px 0;
margin:5px 0 5px 0;
}

#FeatureFlashMenu{
	float:left;
}
#FeatureFlashPerson{
	float:left;
	width:268px;
}

.fpHeader{
	color:#4d86c9;
	float:left;
	width:200px;
	padding:10px;
	border-right:1px solid #dadada;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
	height:36px;
	line-height:15px;
}

.fpCol{
	border-top:1px solid #dadada;
	float:left;
	width:200px;
	padding:10px;
	list-style:url('img/bullet.jpg');
}

.greybar{
	height:275px;
	width:1px;
	background:#dadada;
	float:left;	
}

.fpCol ul{
	padding-top:0px;
	margin-top:0px;
}

.footer{
	padding-top:30px;
	margin:auto;
	width:950px;
	clear:both;
}
