/* CSS Document */

/*Great color picker http://www.visibone.com/colorlab/big.html*/
html 
/* General Html formatting */
{
line-height: 1.3; 
background-color: #123;

}
body {
margin:20px 0px;
padding:0px;
text-align:center;
background-color: #123;
}

div.page {
line-height: 1.2; 
width: 80%;
margin: auto;
padding: 0px;
text-align: left;
background-color: #ffffff;
border-top: 10px solid #357;
border-right: 10px solid #357;
border-bottom: 10px solid #357;
border-left: 10px solid #357;
}

div.footer {
width: 80%;
margin: auto;
padding: 0px;
text-align: left;
background-color: #ffffff;
border-top: 0px solid #357;
border-right: 10px solid #357;
border-bottom: 10px solid #357;
border-left: 10px solid #357;
}


div.pagetitle {
font-size: 28px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
line-height: 28px;
letter-spacing: -2px;
background: #357 url(page_icon.gif) no-repeat left center;
padding: 15px 15px 15px 38px;
margin: 0px;
}

div.pagecontents {
font-size: 13px;
margin: 0px;
padding: 0px 35px 10px 35px;
}



body, p, h1, h2, h3, li, td {
font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
font-size: 12px;
color: #333;
line-height: 20px;
}

a:visited
/* Visited link properties */
{
text-decoration: none;
color: #537986;
}

a:hover
/* Over link properties */
{
text-decoration: underline;
}

a:active
/* Link as it is being clicked properties */
{
text-decoration: none;
}

p.item-desc a:link
/*Paragraph and paragraph link properties */
{
color: #029;
}

h1 {
font-size: 18px;
font-weight: bold;
line-height: 20px;
color: #CC6666;
margin: 0px -60px;
letter-spacing: -1px;
padding: 15px 15px 5px 38px;
}

h2 {
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #6699CC;
margin: 0px -55px;
padding: 15px 15px 5px 35px;
letter-spacing: -1px;
}

h3 {
font-weight: bold;
font-size: 14px;
line-height: 20px;
color: #444444;
margin: 0px -50px;
padding: 10px 15px 5px 35px;
letter-spacing: -1px;
}

h4 {
font-weight: bold;
font-size: 12px;
line-height: 20px;
color: #444444;
margin: 0px -45px;
padding: 10px 15px 5px 35px;
letter-spacing: -1px;
}



p {
font-size: 12px;
margin: 0px;
padding: 0px 35px 10px 35px;
}

ul {
margin: 0px 0px 5px 15px;
}

li {
margin: 0px 35px 0px 35px;
}

hr {
border: 1px solid #555555;
}

table {
margin: 5px 35px 15px 35px;
border-collapse: collapse;
border: 1px solid #555555;
}

td {
padding: 2px 5px 2px 5px;
border-collapse: collapse;
border: 1px solid #555555;
}
b
{
color: #336633; /*This makes your bold text a green color*/
}
