/* INS WEB DEVELOPMENT */
/* WEBDEV.NETINS.NET */
/* WEBDEV@NETINS.NET */
/************************    DEFAULT CSS STYLES                 ***********************/
html{
width:100%;
}
body{
background-image:url(images/stripes_bg.jpg);
background-repeat:repeat-y;
background-position:center;
height:100%;
margin:0;
padding:0;
font-family:Trebuchet MS, rial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
color:#666;
}
a:link{
color:#333333;
text-decoration:underline;
}
a:visited{
color:#999999;
text-decoration:underline;
}
a:hover{
color:#ff6600;
text-decoration:underline;
}
pre{
}
li{
}
/* 
THE STYLES BELOW ARE SORTED BY THEIR SECTION ON THE WEBSITE:
*/
/************************   TOP HEADER                  ***********************/
#MyPageTitle{
width:780px;
background-image:url(images/hdr_bg.jpg);
height:70px;
margin:0px auto;
padding:10px;
color:#333;
font-weight:bold;
font-size:28px;
font-style:normal;
text-decoration:none;
}
#MyPageTagline{
width:780px;
margin:0px auto;
color:#333;
}
/************************    BANNER                 ***********************/
#header{
width:800px;
height:191px;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
margin:0px auto;
clear:both;
}
#logo{
}
/************************     TOP MENU NAVIGATION                ***********************/
#header2{
clear:both;
width:500px;
margin:0px auto;
height:32px;
border-bottom-color:#999999;
border-bottom-width:1px;
border-bottom-style:solid;
}
#menu{
}
#menu ul{
margin:0px auto;
}
#menu ul li{
float:left;
padding-left:5px;
padding-right:5px;
list-style-image:none;
list-style-type:none;
margin-top:5px;
margin-left:10px;

}
#splash{
clear:both;
}
#menu ul li a:link, #menu ul li a:visited{
color:#333333;
font-size:14px;
text-decoration:none;
} 
#menu ul li a:hover{
color:#006699;
font-size:14px;
text-decoration:none;
} 

/************************      MAIN BODY               ***********************/
/************************      container               ***********************/
#page{
margin:0px auto;
width:780px;
padding:10px;
}
#content{
width:100%;
}
/************************      content               ***********************/
.twocols{
width:100%;
}
.col1{
width:370px;
float:left;
}
.col2{
width:370px;
float:left;
}
blockquote{
text-align:center;
font-size:16px;
font-style:italic;
width:600px;
line-height:1.5;
color:#333;
}
h1{
font-size:28px;
font-weight:bold;
letter-spacing:-2;
color:#333;
}
.title{
font-weight:bold;
font-family:Times, Arial, Helvetica, sans-serif;
letter-spacing:-1px;
color:#333;

}
h2,h3{
font-size:24px;
font-weight:bold;
color:#333;

letter-spacing:-2;
}
h4, h5, h6{
font-size:18px;
font-weight:bold;
color:#333;

letter-spacing:-2;
}
p{
line-height:2;
}
hr{
display:none;
}
/************************    FOOTER WRAPPER                 ***********************/
#footer-wrapper{
width:500px;
margin:0px auto;
padding:10px;
border-top-style:solid;
border-top-color:#999999;
border-top-width:1px;
}
#footer{
text-align:center;
letter-spacing:2px;
color:#666666;
}