@charset "utf-8";
/* CSS Document */
body{
    color: #000;
    font-size: 100%;
    font-family: Arial, "Lucida Sans Unicode", Helvetica, sans-serif;
    margin:0;
    padding:0;
    font-size:12pt;
}
a{
    color:#1D1FAB;
    text-decoration:underline;
}
a:hover{
    color:#D93B0C;
    text-decoration:underline;
}
#wrap{
    background-image:url(img/maincellback.jpg);
    background-repeat:no-repeat;
    background-position:0px 113px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    width:830px;
    max-width:830px;
    min-width:830px;
}
#header{
    width:auto;
    margin:0px;
}
#header a{
    border:1px;
    text-decoration:none;
}
#content{
    padding-left:10px;
    padding-right:10px;
}
#content h1{
    font-size:17pt;
}
#content h2{
    font-size:16pt;
}
#content h3{
    font-size:15pt;
}
#content h4{
    font-size:14pt;
}
#content li{
    list-style:square;
    margin-bottom:10px;
}
#content .img-leftfloat{
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}
.span{
    color:red;
}
.sidebar{
    font-size:11pt;
    padding-left:5px;
}
.yellow-heading{
    background-color:#F6DD42;
    display:block;
    padding:4px;
    margin-top:10px;
}
.pink-heading{
    background-color:#FFCC99;
    display:block;
    padding:4px;
    font-weight:bold;
}
.green-heading{
    background-color:#CCFFCC;
    padding:3px;
    border:2px solid #508F50;
}
.div-box{
	border:1px solid #585858;
	padding:1px;
}
ul.no-bullet{
    list-style:none;
    margin:0;
}
.thumb-bullet{
    background-image:url(/graphics/bullet_finger.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    list-style-type:none !important;
    list-style:none !important;
    padding-left:30px;
    margin-left:0;
    margin-bottom:10px;
}
p.right{
    margin:0;
	font-family : Tahoma;
	font-size:11pt;
}
.quoteformsidebar{

	border: solid 2px #666;
	background-color:#FFF; padding:2px;
	background-repeat:no-repeat;
}
.sidebar ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.sidebar li{
    margin-left:0px;
	font-family : Tahoma;
    font-size:11pt;
    border-bottom:1px solid #B1B2E2;
    margin-bottom:2px;
    padding-bottom:3px;
}
.sidebar .yellow-heading{
    background-color:#F6DD42;
    display:block;
    padding:4px;
    margin-top:10px;
    text-align:center;
}
#footer{
    height:50px;
    text-align:center;
    border-top:4px double #99A3FF;
}