body
{
    font-family: Arial, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 12px;
    height: 100%;
    background-color: #FFFFFF;
    color: #143D8C;
}
#Container
{
    margin: auto;
    width: 881px;
}
#Header
{
    background: transparent url(header.jpg) no-repeat center right;
}
#Content
{
    width: 881px;
    background-color: #CCCCCC;
    background: transparent url(page.jpg) repeat-y center right;
}
#MainContent
{
    width: 863px;
    border-left: solid 1px #153E8D;
    border-right: solid 1px #153E8D;
    border-bottom: solid 1px #153E8D;
}
#Footer
{
    background: transparent url(footer.jpg) no-repeat;
    padding: 5px;
}
#Page
{
    padding: 5px;
    line-height: 20px;
}
.PageText
{
    padding-right: 10px;
	padding-left: 10px;
	padding-top:10px;
}
a:link
{
    text-decoration: underline;
    color: #143D8C;
}
a:visited
{
    color: #143D8C;
}
a:hover
{
    text-decoration: none;
    color: #143D8C;
}
a:active
{
    color: #143D8C;
}
.PageTitle
{
    font-size: 18px;
    color: #143D8C;
    font-weight: bold;
}
.Bold
{
    font-weight: bold;
}
.Italic
{
    font-style: italic;
}
.RedBold
{
    font-weight: bold;
    color: #FF0000;
}
.RedItalic
{
    font-style: italic;
    color: #FF0000;
}
.PageNavigation
{
    padding: 5px;
    border-bottom: solid 1px #153E8D;
}
.PageImages
{
    padding: 5px;
}
.PageNavigation ul
{
    list-style-type: none;
}
.PageNavigation li
{
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    background: transparent url(bullet.jpg) no-repeat center left;
    padding-left: 20px;
}
.PageNavigation a
{
    text-decoration: underline;
    color: #143D8C;
}
.PageNavigation a:hover
{
    text-decoration: none;
    color: #143D8C;
}
.PageNavigation a:visited
{
    color: #143D8C;
}

.Bullets ul
{
    list-style-type: none;
	padding-left:40px;
}
.Bullets li
{
    line-height: 30px;
    background: transparent url(bullet.jpg) no-repeat center left;
    padding-left: 20px;
}
 
 
.Bullets2 ul
{
 	list-style-image:url(bullet.gif);
	padding-left:40px;
}
.Bullets2 li
{
 	padding-top:10px;
    padding-left: 10px;
}


 .Bullets3
{
	padding-left: 26px;
    background: transparent url(bullet.jpg) no-repeat center left;
}

.PageNavigationLeft
{
    
    border-right: solid 1px #153E8D;
}

.PageNavigationLeft ul
{
    list-style-type: none;
	list-style-image:url(bullet.gif);
	margin-left:25px;
}
.PageNavigationLeft li
{
    font-weight: bold;
    line-height: 30px;
    padding-left:0px;
}
.PageNavigationLeft a
{
    text-decoration: underline;
    color: #143D8C;
}
.PageNavigationLeft a:hover
{
    text-decoration: none;
    color: #143D8C;
}
.PageNavigationLeft a:visited
{
    color: #143D8C;
}
 