
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 18px;
	color: #222222;
}


.myBox
{   float: right;
    border: 0px solid #ffffff;
    color: #000000;
    width: 48%;
    padding: 20px;
    text-align: left;
    background-color: #ffffff;
    border: 2px solid #000000;
    /*
    background-repeat: no-repeat;
    */
}

img
{
padding: 3px;
}


.caption {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;}

#tips  {margin: 15px;}

#ad {float: left; padding: 10px;}
#ad1{float: right; padding: 10px;}


/* General alignment definitions. */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*=========================================*/
/*Main Container						   */
/*=========================================*/

#container {
	margin: 0 auto;
	width: 95%;
	height: 100%;
	background-color: #333333	;
}

#containerPad {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #646464;
	padding-left: 16px;
	padding-top: 8px;
	padding-right: 16px;
	border-left: 1px solid #767676;
	border-right: 1px solid #767676;
}

/*=========================================*/
/*Header								   */
/*=========================================*/

#header {
	height: 170px;
	display: block;
	background-image: url("../images/8.jpg");background-repeat: no-repeat;
	border: 1px solid #000000;
	margin-bottom: 24px;
}

#header .headLeft {
	width: 16px;
	height: 170px;
	float: left;
	}

#header .headMiddle {
	float: left;
	margin-left: 8px;
	margin-top: 30px;
}

#header .headRight {
	width: 16px;
	height: 170px;
	float: right;
	}


#header h1 { 
	margin: 25px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #000000;
}

#header h2 {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	float: left;
	color: #000000;
}

/*=========================================*/
/*Content								   */
/*=========================================*/

#contentEnd { clear: both; } /* needed so the container doesn't cut off unexpectedly*/

#content  {margin-left: 70px; margin-right: 70px;}

#content .divider {
	margin: 8px 0;
	height: 2px;
	background-image: url("../images/content_divider.gif");
	background-repeat: repeat-x;
}

#content h1 {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #227999;
}

#content h2 {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #227999;
}

#content h3 {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

#content .quote {
	margin: 16px;
	padding: 12px;
	background-color: #FFFFFF;
	background-image: url("../images/content_quote.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #b8b8b8;
	color: #646464;
}

#content li { margin-bottom: 10px; }
#content a { color: #0000FF; text-decoration: none; }
#content a:hover { color: #990000; text-decoration: underline;}

#button a {color: #FEFEFE; text-decoration: none;}

/*Misc. font-related definitions for use wherever*/
#content .red { color: #a94848; }
#content .green { color: #6f9151; }
#content .blue { color: #597ca6; }
#content .strike { text-decoration: line-through; }

/*=========================================*/

#content .top
{
	height: 24px;
	background-image: url("../images/content_topMiddle.gif");
	background-repeat: repeat-x;
}

#content .topLeft {
	float: left;
	height: 20px;
	width: 8px;
	background-image: url("../images/content_topLeft.gif");
	background-repeat: no-repeat;
}

#content .topMiddle {
	float: left;
	padding-top: 4px;
}

#content .topMiddle h1 {
	margin: 0;
	font-size: 12px;
	color: #575757;
	font-weight: bold;
}

#content .topRight {
	float: right;
	height: 20px;
	width: 8px;
	background-image: url("../images/content_topRight.gif");
	background-repeat: no-repeat;
}

/*=========================================*/

#content .commentBox {
	margin: 16px 0;
	padding: 8px;
	background-color: #e3e3e3;
	border: 1px solid #b8b8b8;
	text-align: right;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #000000;
}

/*=========================================*/

/*=========================================*/

#content .middle {
	background-color: #ffffff;
	padding: 8px 16px;
}

#content .middle img.left
{ 
float: left;
margin-right: 1.3em;
margin-bottom: 1.0em;
}

#content .middle img.right
{
float: right;
margin-left: 1.3em;
margin-bottom: 1.0em;
margin-top: 0.5em;
}

* html #content .middle { margin-right: 3px; } /*Fixes a minor display glitch in IE6*/

/*=========================================*/

#content .bottom {
	height: 8px;
	background-color: #ededed;	
	margin-bottom: 16px;
}

* html #content .bottom { margin-right: 3px; } /*fixes a minor display glitch in IE6*/

#content .bottomLeft {
	height: 8px;
	width: 8px;
	float: left;
	background-image: url("../images/content_bottomLeft.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#content .bottomRight {
	height: 8px;
	width: 8px;
	float: right;
	background-image: url("../images/content_bottomRight.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}


/*=========================================*/
/*Footer								   */
/*=========================================*/

#footerTop
{	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}

#footerTop a { color: #0000FF; text-decoration: underline; }
#footerTop a:hover { color: #CCCCCC; text-decoration: none;}

#footerBottom
{
	margin: 0 auto;	
	width: 95%;
	height: 16px;
	background-image: url("../images/footer_middle.gif");
	margin-bottom: 16px;
}

#footerBottom .left {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url("../images/footer_left.gif");
}

#footerBottom .right {
	float: right;
	width: 16px;
	height: 16px;
	background-image: url("../images/footer_right.gif");
}

#fadeinbox {
position:absolute;
width: 350px;
left: 0;
top: -300px;
border: 5px ridge #003300;
background-color: #FFFFFF;
padding: 15px;
z-index: 100;
visibility:hidden;
}