﻿body
{
    font-weight: normal;
    color: #000000;
    font-style: normal;
    font-family: Palatino, 'Palatino Linotype', Sans-Serif, Arial;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
    font-size: medium;
}

div#Content
{
    margin-left: 250px;
    width: 545px;
    padding-top: 35px;
    padding-right: 5px;
}

#Content a, a:link, a:visited, a:active
{
    color: #005BAB;
    text-decoration: none;
}

#Content a:hover
{
    text-decoration: underline;
}

/* content area for graphics */

div#GraphicalContent
{
    margin-left: 35px;
    width: 765px;
    padding-top: 35px;
    padding-right: 5px;
}

div#GraphicalContent img
{
    border: 0;
}


ul.Bullets {
	/*
	list-style-type: none;
	list-style-image: url("assets/blueBullet.gif");
	list-style-position: inside;
	margin-left: 0;
	margin-top: 4px;
	padding-left: 1em;
	text-indent: -1.1em; */
	
	
}

#Header
{
    padding-left: 0px;
    width: 100%;
    background-image: url('assets/header_bg.gif'); 
    background-repeat: repeat-x;
    font-family: Gill, 'Gill Sans MT';
    color: #FFFFFF;
    font-size: 13px;
}

#Header a, a:link, a:visited
{
    color: #FFFFFF;

}

#Header a:hover
{
    color: #FFFFFF;
}

#tblMain
{
    width: 800px;
    background-image: url('assets/header_bg.gif');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}

#footer
{
    height: 30px;
    /*color: #808080;
    color: #0066cc;*/
    color: #005BAB;
    font-family: Tahoma, Arial;
    font-size: 10px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    vertical-align: middle;
    clear: both;
}


#footer a, a:link, a:visited
{
    /* color: #808080; 
    color: #0066cc;*/
    color: #005BAB;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

.NoWrap
{
    white-space: nowrap;
    float: left;
}

.blueBullets
{
	list-style-image: url(assets/blueBullet.gif) ;
	margin-left: 0;
	padding-left: 1.0em;
	margin-top: 4px;
	list-style-type: none;
	list-style-position: inside;
	text-indent: -1.1em; 
	
	/*list-style-position: inside;
	text-indent: 5px;
	list-style-type: square;
	padding: 6px;
	list-style: none url(assets/blueBullet.gif) outside;
	*/

}
.artWork 
{
	float: left;
	border: 0;
}

.separator
{
	clear: both;
}

.imgDisplay 
{
	padding-top: 20px;
	width: 100%;
	white-space: nowrap;
	vertical-align: middle;
}
.artWorkNowrap 
{
	 white-space: nowrap;
	 width: 800px;
}

.readMore
{
	text-align: right;
	font-family: Palatino, 'Palatino Linotype', Sans-Serif, Arial;
}
.readMore a, a:link, a:visited
{
    color: #005BAB;
    text-decoration: none;
}

.readMore a:hover
{
    text-decoration: underline;
}