body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #000d42 url(images/bg-blue6.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
A
{
    color: #000;
}
A:hover
{
    color: #F00;
}
ul.cotmenu {list-style:none; margin:0; padding:0;}
ul.cotmenu * {margin:0; padding:0;}
ul.cotmenu a {display:block; color:#FFF; text-decoration:none;}
ul.cotmenu a:hover {color:#FFF;}
ul.cotmenu li {position:relative; float:left; margin-right:0px;}
ul.cotmenu ul {position:absolute; top:24px; left:0; background:#a72323; display:none; opacity:0; list-style:none;}
ul.cotmenu ul li {position:relative; border:1px solid #000; border-top:none; width:170px; margin:0;}
ul.cotmenu ul li a {display:block; padding:5px 10px 5px 10px; background-color:#a72323;}
ul.cotmenu ul li a:hover {background-color:#333;}
ul.cotmenu ul ul {left:170px; top:0px;}
ul.cotmenu .menulink {border-right: 1px solid #FFF; padding:3px 10px 3px 10px; background:#a72323; font-size: 15px; font-weight: 500; height: 19px;}
ul.cotmenu .submenulink {border-top: 1px solid #000; padding:5px 10px 5px 10px; background:#a72323; font-size: 12px;}
ul.cotmenu .menulink:hover, ul.cotmenu .menuhover {background:#333;}
ul.cotmenu .sub {background:#a72323; font-size:12px;}
ul.cotmenu .topline {border-top:1px solid #000;}
#container { 
	width: 873px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #e1f0e4;
	overflow:hidden; 
} 
#header { 
	width: 873px;
	margin: 10px auto 0 auto;
	border: 0px solid #000000;
	text-align: left;
	background: #DDDDDD; 
	background-image:url(images/bg-header.png);
	height:112px;
	border-radius-topleft: 15px; 
    border-radius-topright: 15px; 
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px; 
    -moz-border-radius-topright: 15px; 
	
} 
#header p {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #e1f0e4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px;
	margin: 0px;
}
#MainContent { 
	width: 643px;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 15px 7px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow:hidden; 
} 
#MainHomeContent {
	width: 659px;
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 7px 7px 7px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	overflow:hidden;
	text-align: left;
} 

#text-box-lower-left {
	width:306px;
	height:197px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

#text-box-lower-right {
	width:306px;
	height:187px;
	padding:20px 10px 10px 10px;
	text-align:center;
	float:right;
	background-color: #FFFDF2;
}

#footer { 
	width: 873px;
	background:#DDDDDD;
	border-radius-bottomleft: 15px; 
    border-radius-bottomright: 15px; 
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px;
	margin: 5px auto 10px auto;
} 
#footer p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 5px;
    font-size: 5px;
    line-height: 5px;
}

#cotmenubar {
	width: 873px;
	text-align: left;
	background: #a72323;
	color: #FFFFFF;
	list-style-type:none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 20px;
}

.sidebox {
	width: 162px;
	border: solid #000 2px;
	background: #f0f8f1;
	padding: 10px 10px 10px 10px;
	margin: 0px;
}

.sidebox-title {
	font-size: medium;
	margin-bottom: 1px;
	font-weight: bold;
}

.sidebox-text {
	font-size: small;
}

#imgspacer {
	height: 7px;
}

#highlight {
	color: #FF0;
}

.highlight-red {
	color: #a72323;
}
#breadcrumbs {
	font-size: 9px;
}

.txt-title {
	font-size: large;
	font-weight: bold;
}
.txt-author {
	font-size: 100%;
	font-style: italic;
}
.txt-subtitle {
	font-weight: bold;
	color: #a72323;
}

.txt-homepage-title {
	font-size: 16px;
	font-weight: bold;
	color: #a72323;
	text-align:center;
}

.txt-homepage-subtitle {
	font-size: 12px;
	font-weight: bold;
	text-align:center;
}

.txt-homepage-text {
	font-size: 12px;
	text-align:center;
}

.purchasebutton a {
	font: medium;
	background: #999999;
	color: #FFF;
	border-radius-topleft: 15px; 
    border-radius-topright: 15px; 
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px; 
    -moz-border-radius-topright: 15px;
	border-radius-bottomleft: 15px; 
    border-radius-bottomright: 15px; 
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px;
	padding: 10px;
	white-space: nowrap;
	
}

.purchasebutton a:hover {
	color: #FF0;
}
	
w