﻿body 
{
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size:0.75em;
}

h1
{
	font-size: 1.7em;
	border-bottom: dotted 1px #666666;
}

h2
{
	font-size: 1.3em;
	border-bottom: dotted 1px #666666;
}

a
{
	text-decoration: none;
	color: #006633;	
}

a:hover
{
	text-decoration: underline;
}

.bodywrapper
{
    background-color: #F4F4F6 ;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 10px;
    width:850px;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    min-height: 450px;
}
/* ... and for internet explorer */
/*\*/
* html .bodywrapper 
{
	height: 450px;
}
/**/

.header
{
	height: 70px;
    border-bottom: solid 1px #666666;
    margin-top: 0px;
	padding-left: 10px;
	color: #006633;
	padding-top : 12px;
}

.header .title
{
	font-size: 1.8em;
	font-weight: bold;
}
.header .subtitle
{
	font-size: 1.2em;
}
.header .logolink
{
	float: right;
	margin-right: 12px;
	margin-top: 10px;
}

.footer
{
	border-top: solid 1px #666666;
    padding: 5px;
	font-weight: bold;
	text-align: right;
}

.leftcolumn
{
	width: 165px;
	background-image: url(../../img/dottedvertborder.gif) ;
	background-repeat:repeat-y;
	background-position: right;
	vertical-align: top;
}

.maincolumn
{
	vertical-align: top;
	background-color: #ffffff;
	width: 500px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
}

.rightcolumn
{
	width: 177px;
	background-image: url(../../img/dottedvertborder.gif) ;
	background-repeat:repeat-y;
	background-position: left;
	vertical-align: top;
}

.menu ul
{
	list-style-type:none;
	margin-left: 10px;
}

.menu li
{
	margin-top:10px;
	font-weight: bold;
	color: #006633;
}


.rule
{
	color: Black;
	height: 1px;
}

.didyoumean
{
	color: #CC0000;
	font-size: 1em;
}

.rulename
{
	color: #666666;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 2px;
	margin-top: 8px;
}

.ruledesc
{
	color: #666666;
	background-color : #CCCCCC;
	font-size: 0.8em;
}

