html,body{
      margin:0;
      height:100%;
      font-family:Arial;
      background-color:#eeeeee;
}

/*positioning*/

#container {position: relative;min-height: 100%;}
* html #container {height: 100%;}
#header {height: 10px;}
#footer {height:30px;position: relative;margin-top:-30px;}
#main{min-height: 100%;}
* html #main{height: 100%;}
#content {padding-bottom: 30px;}

/*positioning end*/

div#master 
{
	margin-left:auto;
	margin-right:auto;
	width:760px;
	padding-top:10px;
}
img
{
    border:0px;
}
.content A:link {text-decoration:underline; color:#0099FF; font-family:arial; font-size:11pt;}
.content A:visited {text-decoration:underline; color:#0099FF; font-family:arial; font-size:11pt;}
.content A:active {text-decoration:underline; color:#0099FF; font-family:arial; font-size:11pt;}
.content A:hover {text-decoration:underline; color:#0099FF; font-family:arial; font-size:11pt;}
.nav
{
    background-image:url("images/nav-grad.gif");
    background-repeat:repeat-y;
}
.content
{
    background-color:White;
    background-image:url("images/wmark.gif");
    background-position:bottom right;
    background-repeat:no-repeat;
    border-left:solid 2px #666666;
    border-right:solid 2px #666666;
    padding:10px 20px 20px 20px;
}
h2, h3
{
    color:#0099FF;
}
h4
{
    color:#666666;
}
p
{
    font-size:11pt;
    color:#333333;
}
.nav
{
    padding:0px 10px 0px 10px;
}
.blue
{
    color:#0099FF;
}
ul
{
    font-size:11pt;
}
ul, li
{
    margin-top:5px;
    margin-bottom:5px;
}
.center
{
    text-align:center;
}
b
{
    color:#666666;
}
.con-footer
{
    background-image:url("images/con-footer.gif");
    background-repeat:no-repeat;
    color:#eeeeee;
    font-size:8pt;
}
.con-footer A:link {text-decoration:underline; color:#eeeeee; font-family:arial; font-size:8pt;}
.con-footer A:visited {text-decoration:underline; color:#eeeeee; font-family:arial; font-size:8pt;}
.con-footer A:active {text-decoration:underline; color:#eeeeee; font-family:arial; font-size:8pt;}
.con-footer A:hover {text-decoration:underline; color:#666666; font-family:arial; font-size:8pt;}

.linkList A:link {text-decoration:none; color:#666666; font-family:arial; font-size:10pt;}
.linkList A:visited {text-decoration:none; color:#666666; font-family:arial; font-size:10pt;}
.linkList A:active {text-decoration:none; color:#666666; font-family:arial; font-size:10pt;}
.linkList A:hover {text-decoration:none; color:#333333; font-family:arial; font-size:10pt;}
.newsList
{
    color:#0099FF;
}
strong
{
    color:#666666;
}