/* GENERAL STYLES */
body {
        behavior: url('/css/csshover.htc');
	background-color: #493C1F;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
}

div, img, a, .null {
	padding: 0;
	margin: 0;
	text-align: left;
	border: none;
}

a
{
        color: #A2AD00;
}

.PageSubTitleHyperLinkStyle
{
        color: #A2AD00;
        font-weight:bold;
}

#pagewrap {
	width: 975px;
}

#headwrap {
	background: url('/images/Bkg-HeadWrap.gif') 0 0 no-repeat;
	height: 189px;
	width: 100%;
}

#logo {
	padding: 30px 0 0 40px;
        float: left;
}

#bodywrap {
	background: url('/images/Bkg-BodyWrap.gif') 0 0 repeat-y;
	width: 100%;
}

#left {
	background: url('/images/Bkg-Left.gif') 0 0 no-repeat;
	float: left;
        min-height: 793px;
        height:auto !important;
        height: 793px;
	width: 275px;
}
#lcontent {
	margin: 10px 0 0 50px;
}

#right {
	background: url('/images/Bkg-Right.gif') 0 0 no-repeat;
	float: left;
        min-height: 793px;
        height:auto !important;
        height: 793px;
	width: 699px;
}
#content {
	padding: 20px 70px 0 20px;
       /*letter-spacing: 0.5px;*/
}

#bottom {
	background: url('/images/Bkg-Bottom.gif') 0 0 no-repeat;
	clear: both;
	height: 209px;
	width: 100%;
}

#NewsLetter
{ 
        padding: 100px 0 10px 0;
        text-align:center;
}

#footer {
        font-family: Helvetica;
        text-align: right;
}
.FooterSmall {
        color: #A2AD00;
        font-size: 9pt;       
}

table.imageTableItem, table.imageTableItem td
{
        text-align:center;
        border: none;
        padding-bottom:15px;
        vertical-align:top;
}

h2.imageTableItem
{
        text-align:center;
        border:none;
        font-size:10pt;
        margin-bottom:0;
        padding-bottom:10px;
}

h2.imageTableItem:hover
{
        color:#E68F1A;
        text-decoration:none;
}

/*----- Text Styles (h1, h2, p, etc) -----*/

h1 {
        color: #38939b;
        font-family: Palatino, Georgia, Serif;
        font-size: 18pt;
        padding-bottom:5px;
        margin-bottom:0;
        letter-spacing: 0.5pt;
}

h2 {
        color: #A2AD00;
        font-family: Palatino, Georgia, Serif;
        font-size: 11pt;
        text-transform: uppercase;
        letter-spacing: 1pt;
}

p {
        padding-bottom:0;
        padding-top:0;
        line-height:13pt;

}

ol, ul {
        line-height:13pt;
}

li {
        padding-bottom:5px;
}

/* For TinyMCE Editor */
.mceContentBody, .mceEditorIframe {
    background-color:#FFFFFF;
}

/* EDITOR PROPERTIES */
h1 {

}

h2 {

}


