body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF; 
  	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

.topBanner {
	background-color:White;
	padding-left: 8px;
	padding-top: 6px;

	}
.baskettopleft
{

	border-left: solid 1px #D5D5D5;
	border-top: solid 1px #D5D5D5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.basketbottomright
{
	border-bottom: solid 1px #D5D5D5;
	border-right: solid 1px #D5D5D5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.buttonscontainer {
	width: 142px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}

.menu 
{
	background : #839DFF;
	
	}

.buttons a {color: #B39000;
	background-color: #C1CEFF;
	padding: 5px;
	padding-left: 5px;
	display: block;
	border-left: 10px solid #03208B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	}
.forumbuttons a {color: #B39000;
	background-color: #FFFFFF;
	padding: 5px;
	padding-left: 5px;
	display: block;
	border-left: 10px solid #03208B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	margin-top: 1px;
	}
.buttons a:hover {
	border-left: 10px solid #0075AA;
	text-decoration: none;
	font-weight:bold;
	color: #0075AA;
	}
	
.buttons a:link {
	color: #03208B;
	}

.buttons a:visited {
	color: #03208B;
	}

.buttons a:active {
	color: #03208B;
	}	
	

.content, {
	padding: 10px 10px 10px 10px;
	background-color: #F8F6F7;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top-style: none;


	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #D5D5D5;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #D5D5D5;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #D5D5D5;
	}
.rightside {
	padding: 10px 10px 10px 10px;
	background-color: #F8F6F7;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top-style: none;

	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #D5D5D5;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #D5D5D5;

	}
.subcontent {

	background-color: #F8F6F7;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}	
.content h2 {
	color: #005A83;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

h2 {
	color: #005A83;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.order {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #E1E1E1;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #E1E1E1;
	border-left-style: none;
	}
	
.content a:hover {
	color: #1B80AE;
	}
	
	a:link {
	color: #005A83;
	}

.content a:visited {
	color: #1B80AE;
	}

.content a:active {
	color: #1B80AE;
	}

.footer {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #D5D5D5;
	vertical-align: text-top;
	white-space: nowrap;
	}
.copy {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #D5D5D5;
	vertical-align: text-top;

	}

.showOnPrint{display: none;}

@media print 
{
	.showOnPrint{display: block;}
	.hideOnPrint{display: none;}
	.menu{display: none;}
	.rightside{display: none;}
	.content{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-style: none;
	border-style: none;
	border-style: none;
	width:650px;
	}
	.resizeOnPrint1 {width:650px;}
}	
	
	

