/* CSS Document */
body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:0;
	margin:0;
}
html body {
	font-size:x-small; /*for IE5/Win */
	font-size: small; /*For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a
{
	color:#003366; /* msb change from 03213f */
	text-decoration:none;
}

a:hover
{
        text-decoration:underline;
}

*
{ 
	padding:0;
	margin:0;
}

p
{
	margin-left:15px; /* msb change from 0px */
	padding-top: 10px;
	font-size:12px;
}	

h1
{
	font-size:13px;
	margin-left:15px;
        font-style:bold;
        padding-bottom: 6px;
}

h2
{       font-size:12px;
        margin-left:40px;
        font-weight:100;
        padding-bottom: 6px;
}

.contentDiv
{
	width:760px;
	position:relative;
	margin-right:auto;
	margin-left:20px; /* msb change from auto */
	padding:0;
	margin-bottom:0;
	font-size:12px;
	

}

.logoDiv
{
	position:relative;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height:99px;

}

.topDiv
{
	position:relative;
	background-image:url(images/topimage.jpg);
	background-repeat:no-repeat;
	height:188px;
        /* width:750px; msb */

}

.maincontentDiv
{
	position: relative;
	float:left;
	background-color:#ffffff;
	width:427px; /* msb change from 422 */
	/* msb delete: height:350px; */
        height:auto; /* msb add */
	font-size:12px;
	/* border-top: 1px solid #03213f; msb delete */
	border-left: 1px solid #AAAAAA; /* msb add */

}
.maincontentDiv li
{
        list-style:none;
	margin-left:45px; /* msb change from 0px */
	padding-top: 0px;
	font-size:12px;
}	

.leftcontentDiv
{
	position:relative;
	top:0px;
	float:left;
	width:323px;
	height:auto;
	margin-top:30px;
	color:#003366;


}

.linkDiv
{
	position:relative;
	top:0px;
	float:left;
	width:323px;
	height:207px;
	margin-top:30px;

}

.linkDiv a
{
	color:#666666;
	font-size:14px;
	

}

.linkDiv a:hover
{
	color:#000000;
}

.linkDiv li
{
	list-style: none;
	/*background-image:url(images/arrowlink2.gif);*/
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat; /* msb add */
	height:25px; /* msb change from 35 */
	padding-top:5px;
	/* padding-right:55px; */
        padding-right:0;
	padding-bottom:0px;
	color:#000000;
}

.lineDiv
{
	position:relative;
	float:left;
	top:1px;
	background-image:url(images/line.gif);
	width:3px;
	height:467px;

}

.postitDiv
{
	position:relative;
	top: 15px;
	right:25px; /* msb change from -45 */
	background-image:url(images/postit.gif);
	background-repeat:no-repeat;
	width:262px;
	height:252px;
}

.postit2Div
{
	position:relative;
	top: 15px;
	right:25px; /* msb change from -45 */
	/*background-image:url(images/postit_process.gif);*/
	background-repeat:no-repeat;
	width:262px;
	height:252px;
}

.testDiv
{
	position:relative;
	top: 15px;
	right:25px; /* msb change from -45 */
	/*background-image:url(images/postit.gif);
	background-repeat:no-repeat;
	width:262px;
	height:252px;*/
}

.toplinkDiv
{
	position:absolute;
	top:157px; /* msb change from 158 */
	left: 324px;
	width:426px; /* msb change from 56% */
	/* height:30px; /* msb change from 30 to 22 */
	font-size:12px;
        line-height:30px;
	border-bottom: 1px solid #03213f;
	
	
	
}

.toplinkDiv a
{
	color:#003366;
	font-size:100%;
	
}

.toplinkDiv li
{
	list-style:none;
	float:left;
	background-color:#FFFFFF;
	padding-bottom:0px;
	/* padding-top:7px; /* msb change from 7 */
	z-index:2;
	width:84px; /* msb change from 19.75% */
	/* height:30px; /* msb change from 30 to 22 */
	/* border-left:1px solid #000000; */


}
