/* ===================== BASE TAGS BEGIN ===================== */
html,body,div,
code,var,pre,samp,span,blockquote,address,kbd,cite,abbr,acronym,
ul,ol,dl,li,dt,dd,
a,p,h1,h2,h3,h4,h5,h6,
em,strong,
abbr,acronym,
form,fieldset,legend,label,option,textarea,
table,caption,tr,th,td,tbody,thead,tfoot,col,colgroup 
{margin:0;padding:0;border:none;outline:none;font-family:Helvetica,Arial,sans-serif;color:#000;font-size:12px;font-style:normal;font-weight:normal;line-height:100%;}
body {background-color:#fff;height:100%;}
input,textarea {border:1px solid #ccc;background-color:#fff;}
input,select {margin:0;}
h1,h2,h3,h4,h5,h6,strong {font-weight:bold;}
a {text-decoration:underline;color:#006699;}
a:hover {text-decoration:none;color:#006699;}
p {line-height:120%;margin-top:10px;}
em {font-style:italic;}
img {border:none;margin:0;padding:0;}
blockquote {margin:10px 40px;}
hr {margin:0;padding:0;border:0;border-bottom:1px solid #ccc;height:1px;line-height:0;font-size:0;}
abbr,acronym {border-bottom:1px dotted #000;cursor:help;}
ol,ul,dl {margin:10px;}
li {margin-top:5px;}
ol li {list-style:decimal outside;}
ul li {list-style:disc outside;}
/* ===================== BASE TAGS END ===================== */




/*the background with background image bg.gif */
body{background-image: url(../images/bg2.gif);background-repeat:repeat-x;background-position:left top;background-color: #FFFFFF;}

/*container of the content  placed in the center */
div.container{width:801px;margin:60px auto 0 auto;background-image: url(../images/container_bg.gif);background-repeat: repeat-y;}

/*topheader with top_graphic.gif attached as bg  */
div.topheader{background-image: url(../images/top_graphic.gif);background-repeat: no-repeat;height: 40px;width: 801px;}


/* the space to hold the top logos*/
div.logospace{height:auto;width:801px;}
div.logospace img.leftlogo{float:left;margin-left:30px;display:inline;}
div.logospace img.rightlogo{float:right;margin-right:50px;display:inline;}


/*container to hold the text in the middle section*/
div.content{overflow:hidden;background-image: url(../images/gradient.gif);background-repeat: no-repeat;background-position: left top;height: 237px;width: 801px;padding-bottom:83px;}
div.content h1{font-family:helvetica,arial;font-size: 17px;font-weight: normal;color: #006699;margin:63px 0 0 210px;display:block;}
div.content h2{margin:20px 0 0 300px;display:block;}
div.content ul.columns{float:left;margin:30px 0 0 183px;display:inline;}
div.content ul.columns li{line-height:120%;padding: 0 10px 0 10px;height: 300px;float: left;display: inline;width: 190px;list-style-type: none;margin: 0 10px 0 0;border-left: 1px #006699 solid;text-align: left;}
div.content ul.columns li.first{border:none;}

/*container for the click here button*/
div.clickhere{height:82px;width:801px;text-align: center;padding-bottom:19px;}

/* the footer containing the bottom_graphic.gif as the background image */
div.bottomfooter{background-image: url(../images/bottom_graphic.gif);background-repeat: no-repeat;height: 22px;width: 801px;}

