body 
{
	padding:0px;
	margin:0px;
	height:100%;
	font-size: 12px;
	font-family: Georgia, Serif;
	background-color: #BE0F1C;	
	background-image: url(../../Media/Images/background.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

h1
{
	width: 519px;
	background-color: #FFFFFF;
	background-image: url(../../Media/Images/h1-background.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 0 15px -11px;
	padding: 4px 0 5px 20px;
	font-family: Arial Black, Arial;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

h2
{
	color: #61492B;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}

h3
{
    color: #045C00;
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
}

p
{
	margin: 10px 0;
}

a
{
	color: #61492B;	
	text-decoration: none;
}

a:hover 
{
	color: #C4A25B;
}

img
{
	padding:0px;
	border:0px;
}

form
{
	padding:0px;
	margin:0px;
}

/***************************** LAYOUT RELATED *****************************/
#website
{
	position:relative;
	width:990px;
	margin: 0 auto;	
	border: none;
	background-color: #BE0F1C;
}

#header 
{
    position: relative;
    height: 243px;
    background-image: url(../../Media/Images/header.jpg);
    background-position: 0 0;
}

#header #issueImage
{
	height: 224px;
	background-color: #EEEEEE;
	padding: 0;
	margin: 0;
}

#mainBody
{
    overflow: hidden;
}

#mainBody #leftColumn 
{
    float: left;
	width: 240px;
}

#payPal
{
    margin-top: 20px;
    text-align: center;
}

#mainBody #mainColumn
{
    float: left;
    width: 727px;
    background-color: #FFFFFF;
}

#mainBody #mainColumn .content
{
    width: 530px;
    min-height: 500px;
    padding: 17px 0 40px 20px;
    overflow: visible;
}
* html #mainBody #mainColumn .content { height: 500px; } /* IE6 hack to get around min-height not being supported */

#ddgFooter 
{
    text-align: right;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Arial;
    margin: 12px 30px 20px 0;
    clear: both;
}

#ddgFooter a
{
    text-decoration: none;
    color: #FFFFFF;
}

#ddgFooter a:hover
{
    text-decoration: underline;
}

#ddgFooter .copyright
{
    margin: 0 10px 0 0;
}

/***************************** HEADER *****************************/
#header #issueFrame
{
    float: left;
    position: absolute;
    left: 15px;
    top: 8px;
    width: 156px;
    height: 245px;
    padding: 20px 20px 0 21px;
    background-image: url(../../Media/Images/issueframe.png);
}

#header #banner
{
    float: left;
    position: absolute;
    top: 13px;
    left: 239px;
    height: 90px;
    width: 730px;
    text-align: center;
}

#header #topMenu
{
    float: left;
    position: absolute;
    top: 120px;
    left: 235px;
}

#header #clickThroughs
{
    float: left;
    position: absolute;
    right: 2px;
    top: 164px;
}

/***************************** LEFT MENU *****************************/
#mainBody #leftColumn #leftMenu
{
    width: 215px;
    margin: 43px 0 0 7px;
    background-color: #F2EFE0;
}

#mainBody #leftColumn #leftMenu .top,
#mainBody #leftColumn #leftMenu .bottom
{
    height: 40px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#mainBody #leftColumn #leftMenu .top { background-image: url(../../Media/Menus/Left/Images/top.jpg); }
#mainBody #leftColumn #leftMenu .bottom { background-image: url(../../Media/Menus/Left/Images/bottom.jpg); }

#mainBody #leftColumn #leftMenu .content
{
    overflow: hidden;
}

/***************************** HOME PAGE *****************************/
#articles
{
    margin: 0 0 20px 0;
}

#latestNews,
#features
{
    float: left;
    width: 255px;
}
#latestNews { margin: 0 18px 0 0; }

#reviews
{
    clear: both;
}

#latestNews .header,
#features .header,
#reviews .header
{
    font-size: 18px;
    font-family: Arial Black;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-transform: uppercase;
    margin: 0 0 20px -8px;
    padding: 5px 0 4px 16px;
}

#latestNews .header,
#features .header
{
    width: 248px;
}
* html #latestNews .header,
* html #features .header /* Hack to get the negative margin inside a float working for IE6 */
{
    position:relative;
}

#latestNews .header { background-image: url(../../Media/Images/latestnews.jpg); }
#features .header { background-image: url(../../Media/Images/features.jpg); }
#reviews .header { background-image: url(../../Media/Images/reviews.jpg); }

/***************************** GENERAL FORMATTING *****************************/
.spacer
{
    height: 0;
    overflow: hidden;
    clear: both;
}

.headerCell 
{
	background-color: #C4A25B;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.dataCell 
{
	background-color: #E8E8E8;
	color: #6D6E71;
	font-size: 9pt;
	font-weight: bold;
}

.altCell 
{
	background-color: #fffff0;
}

.required,
.error 
{
	color: #FF0000;
	font-weight: bold;
}

/***************************** CLICK THROUGHS *****************************/
#header #clickThroughs .content
{
    width: 144px;
    padding: 0 10px;
    border: Solid 2px #000000;
    background-color: #FFFFFF;
    text-align: center;
}

#header #clickThroughs .content .item
{
    padding: 10px 0;
}

/***************************** NEWS - HOME PAGE *****************************/
.news .item
{
    margin: 0 0 12px 0;
}

.news .item .image,
.newsHorizontal .row .item .image
{
    float: left; 
    display: block; 
    margin: 0 10px 0 0;
    width: 92px;
}

.news .item .image img,
.newsHorizontal .row .item .image img
{
    border: Solid 1px #000000;
}

.news .item .fullText,
.newsHorizontal .row .item .fullText
{
    width: 255px;
}

.news .item .text,
.newsHorizontal .row .item .text
{
    float: left;
    width: 153px;
}

.news .item a.title,
.newsHorizontal .row .item a.title
{
    font-weight: bold; 
    font-size: 14px;
}

.newsHorizontal .row
{
    overflow: hidden;
    margin: 0 0 12px 0;
}

.newsHorizontal .row .item
{
    width: 255px;
    float: left;
}

.newsHorizontal .row .left { margin: 0 18px 0 0; }

/***************************** NEWS - HEADLINES *****************************/
#newsHeadlines table.headlines tr
{
    vertical-align: top;
}

#newsHeadlines table.headlines td.contentCell
{
    width: 410px; 
    padding: 2px;
}

#newsHeadlines table.headlines td.contentCell a.title
{
    font-weight: bold;
    font-size: 14px;
}

#newsHeadlines table.headlines td.dateCell
{
    width: 95px; 
    text-align: right;
}

#newsHeadlines .archives
{
    padding: 20px 0 10px 0;
}

/***************************** NEWS - ARTICLE *****************************/
#newsArticle
{
}

#newsArticle .subHeading,
#newsArticle .documentHeading
{
    color: #61492B;	
    font-size: 20px;
    font-weight: bold;
    
}
#newsArticle .subHeading { margin: 0 0 15px 0; }
#newsArticle .documentHeading { text-transform: uppercase; }

#newsArticle .date
{
    color: #666666; 
    padding: 10px 0 20px 0;
}

#newsArticle .intro
{
    font-style: italic;
}

#newsArticle .body
{
    margin: 15px 0;
}

#newsArticle .furtherInformation
{
    color: #666666; 
    margin: 0 0 10px 0;
}

#newsArticle a.back
{
    font-weight: bold;
}


/***************************** CONTACT US RELATED *****************************/
.contactUsHighlight 
{
    background-color: #FFFFFF;
    color: #FF0000;
    font-weight: bold;
    font-size: 13pt;
}

.contactUsHighlight a
{
    color: #3CB371;
}

.contactUsHighlight a:hover
{
    color: #3CB371;
}
