/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
 line-height: 1.166;
 background-color: #FFFFFF;
}

a{
 color: #006699;
 text-decoration: none;
}

a:link{
 color: #006699;
 text-decoration: none;
}

a:visited{
 color: #006699;
 text-decoration: none;
}

a:hover{
 color: #006699;
 text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-size: 24px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: bold;
 margin: 12px 0px 12px 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
 text-align: left;
 float: left;
}

#headlines{
 margin: 0px 0px 10px 20px;
 font-size: 80%;
 float: right;
 width: 200px;
 height: auto;
 line-height: normal;
 border: 2px solid #0033CC;
}

/************** .feature styles ***************/

.feature{
 padding: 0px 0px 0px 0px;
 font-size: 80%;
}

.feature h3{
 padding: 30px 0px 5px 0px;
 text-align: center;
}

/************** .smallTable styles ***************/

.smallTable{
 font-size: x-small;
 color: #000000;
 padding: 0px 0px 0px 0px;
}

/************** .faq styles ***************/

.faqquestion{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: bold;
 margin: 12px 0px 0px 0px;
}

.faqanswer{
 margin: 0px 0px 0px 30px;
}

.faqanswer p{
 margin: 10px 0px 0px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
 font-size: x-small;
 color: #808080;
 padding: 10px 10px 10px 10px;
 width: 625px;
 margin: 0px 0px 20px;
}

#siteInfo img{
 padding: 4px 4px 4px 10px;
 vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
 font-size: 80%;
}

#sectionLinks h3{
 border-bottom: 1px solid #cccccc;
 padding: 5px 5px 2px 0px;
}

#sectionLinks a {
 padding: 2px 2px 2px 2px;
}

#sectionLinks a:hover{
 font-weight: bolder;
}

/************** #headlines styles **************/

#headlines h3{
 border-bottom: 1px solid #cccccc;
 padding: 5px 5px 5px 5px;
 margin: 0px 0px 10px;
 font-size: large;
 font-weight: bolder;
}

#headlines h5{
 padding: 5px 10px 10px;
}
