html,body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background-color:#CCCCCC;
}

body {		
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 90%;
	background-position:top;
}

#container 
{
    margin-top:auto;
    margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:870px; 
	min-height:100%;
	text-align:left;
}

#headercontainer {
	clear: both;	
}

#menucontainer {
	padding:0px;
	margin:0px 0px 0px 0px;
    font-size:100%;
    float:left;
    text-align:left;
    width:225px;
}

#contentcontainer 
{
    width:100%;
    background-color:#FFFFFF;
    border-width:5px;
    border-style:solid;
    border-color:#000000;
    font-size: 85%;
    margin:10px 0px 10px 0px;
    padding:10px 10px 10px 10px;
    float:right;
    overflow:hidden;
}

#contentcontainerterms {
    width: 100%;
    border-width:5px;
    border-style:solid;
    border-color:#000000;
    font-size: 85%;
    margin:10px 0px 10px 0px;
    padding:10px 10px 10px 10px;
    float:right;
    overflow:hidden;
    background-color: #ffffff;
}

#contentcontainerterms p {
	font-size: 120%;
}

#contentcontainerterms .heading {
	font-size: 130%;
}

#bodycontainer {
	padding:0px;
	margin:0px 0px 20px 0px;
    font-size:100%;
    float:right;
    text-align:left;
    width: 640px;
}

#footercontainer {
	bottom:0px;
	width:895px; 
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px -25px;
	#margin: 5px 0px 5px 0px;
    font-size:85%;
}

body:nth-of-type(1) #footercontainer {
	margin: 5px 0px 5px 0px;
}
	

#footercontainer p {margin:0;padding:0}

hr
{
    background-color: #000000;
    color: #000000;
    height:1px;
    border: 0px;
}

a
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
}

a:hover
{
    color:#C62121;
    text-decoration:underline;
}

img 
{
    border:0px;
}

.heading
{
    font-weight: bold;
    font-size: 150%;
}

.subheading
{
    font-weight: bold;
    font-size: 120%;
    color:#808080;
}

.label
{
    font-weight: normal;
    font-size: 100%;
    color:#808080;
}

.smallprint
{
    font-size:80%;
}

.submitbutton {
	font-weight: bold;
	font-size: 100%;
    height: 22px;
    background-color: #C62121;
    color: #FFFFFF;
    cursor:hand;
}

.submitbuttonmain {
	font-weight: bold;
	font-size: 100%;
    height: 30px;
    background-color: #395AA5;
    color: #FFFFFF;
    width: 175px;
    cursor:hand;
}

.submitbuttonprimary {
	font-weight: bold;
	font-size: 100%;
    height: 30px;
    background-color: #02D411;
    color: #000000;
    width: 175px;
    cursor:hand;
}

.searchbox {
	font-weight: normal;
	font-size: 100%;
    color:#3952AD;
}

.menubordered {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#BDBDBD;
    padding:5px;
    width:198px;
    margin-top:-1px;
    color:#000000;
}

.menubordered a
{
    color:#000000;
}

.menubordered a:hover
{
    color:#3952AD;
}

.menubordered li 
{
    margin-bottom:2px;
    margin-left:5px;
    list-style-type:none;
}

.menubordered .brand
{
    margin-top:5px;
    margin-bottom:2px;
    margin-left:10px;
    list-style-type:none;
}

.menubordered .active
{
    color:#CE2129;
}

.menubordered .category
{
    margin-top:5px;
    margin-bottom:2px;
    margin-left:10px;
    list-style-type:none;
}

.menuhighlightbordered
{
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#FFFFEB;
    padding:5px;
    width:198px;
    margin-top:-1px;
    color:#000000;
}

.contentbordered {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    padding:5px;
    color:#000000;
    text-align:left;
}

.tablebordered {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    border-left: 1px solid #000000; 
    border-top: 1px solid #000000; 
    border-right: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    padding:10px;
    color:#000000;
    text-align:center;
    width: 640px;
}

.imagebordered {
    border-width:1px;
    border-style:solid;
    border-color:#808080;
    padding:5px;
    color:#000000;
    background-color:#FFFFFF;
}

.tableheadercell 
{
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    border-top: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    color:#FFFFFF;
    background-color: #C62121;
    font-weight: bold;
    width: 100%;
}

.tableheadercellalt
{
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    border-top: 1px solid #000000; 
    border-bottom: 1px solid #000000; 
    color:#FFFFFF;
    background-color: #3D58A7;
    font-weight: bold;
}

.tablefooter 
{
    color:#FFFFFF;
    background-color: #808080;
    font-weight: bold;
}

.tablehighlight
{
    background-color:#FFFFEB;
}

.active
{
    color:#CE2129;
}

.currentpage
{
    color:#CE2129;
    font-size:130%;
    font-weight:bold;
}

.highlight
{
    color:#395AA5;
}

.faded
{
    color:#808080;
}

.strikethru
{
    text-decoration:line-through;
    color:#808080;
}

input {
	font-weight: normal;
	font-size: 100%;
    color:#3952AD;
}

select {
	font-weight: normal;
	font-size: 100%;
    color:#3952AD;
}

h1
{
    font-weight: bold;
    font-size: 100%;
    margin:0px 0px 0px 0px;
}

form
{
    margin:0px;
}

.price
{
    font-size:150%;
    font-weight:bold;
}

.primary
{
    color:#008000;
}

.paginationTable {
	width: 640px;
}
