body {
margin: 0;
padding: 0;
background-color: #A2CD5A;
font-size: 11px;
font-family: Georgia, Tahoma, Verdana, Arial;
font-weight: normal;
line-height: 20px;
color: #949494;
}

img, div { behavior: url(iepngfix.htc) }

#container {
width:900px;
height: auto;
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
padding: 0;
background-image: url(../images/backtile.png);
background-repeat: repeat-y;
}

#wrapper {
width:900px;
height: auto;
padding: 0;
margin: 0;
}

#header {
width: 900px;
height: 100px;
padding: 0;
margin: 0;
}

#tag {
width: 895px;
height: auto;
padding-right: 5px;
margin: 0 0 5px 0;
text-align: right;
font-size: 10px;
color: #ccc;
}

#mainContent {
width: 900px;
height: auto;
padding: 0;
margin: 0;
}

#leftContentWrapper {
width:150px;
padding: 0;
margin: 0 0 0 10px;
height: auto;
float: left;
}

#leftContent {
width:150px;
margin: 0;
padding: 0;
text-align: left;
height: auto;
float: left;
font-size: 12px;
}

#rightContent {
width: 700px;
padding: 0;
margin: 0 35px 0 0;
float: right;
}

#rightContent2 {
background-image: url(../images/officenotepad.jpg);
width: 700px;
height: 1132px;
padding: 0;
margin: 0;
float: right;
}

#footer {
width: 900px;
height: auto;
clear: both;
padding: 0;
margin: 0;
font-size: 10px;
color: #bbb;
}

#footerLeft {
width: 150px;
height: auto;
padding:0;
margin: 0;
float: left;
}


#footerRight {
width: 700px;
height: auto;
padding: 0 35px 0 0;
margin-top:20px;
float: right;
text-align: center;
}


img.left {
padding: 0;
margin: 0 15px 5px 0;
float: left;
}

img.right {
padding: 0;
margin: 0 0 5px 15px;
float: right;
}

img.logoright {
padding: 0;
margin: 0 30px 0 0;
float: right;
}

.smallprint {
font-size: 10px;
font-style: italic;
color: #949494;}


h3 {
margin-top: 0px;
font-size: 14px;
font-weight: normal;
color: #949494;
}

h4 {
margin: 0 0 0 0;
font-weight: bold;
font-size:  12px;
color: #666666;
}



a:link {
	color: #949494;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:visited {
	color: #949494;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:hover {
	color: #ccc;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}
a:active {
	color: #949494;
	text-decoration: none;
	font-style:normal;
	font-weight: normal;
	outline: none;
}

a:focus
{
-moz-outline-style: none;
}