@import "reset.css";

.floatL {float: left;}
.floatR {float: right;}
.noFloat {clear: both;}

.homeBg {
	background: url(../images/backgrounds/home.gif) 0 0 #a6be42;
}
.greenBg {
    background: #7c9b03;
}
#container {
    width: 994px;
    margin: 10px auto 0 auto;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 15px;
}
@media print {
	#container {
	    width: 694px;
	    margin: 0px auto 0 auto;
	}
}

/*PostIt Flash*/
	.postIt {
	/*width: 221px;*/
	/*height: 221px;*/
	position:absolute;
	z-index: 1;
	/*padding-left: 480px;*/
	left:480px;
	top:110px;
    /*margin-left:480px;
    margin-top:110px;*/
	
	}


#header {
    height: 65px;
    background: url(../images/backgrounds/header.gif) 0 0 no-repeat #a6d000;
}
@media print {
	#header {
	    height: 1px;
	}
}


#logo {
    width: 205px;
    height: 65px;
}
@media print {
	#logo {
	    height: 1px;
	}
}

.someBlue {
    color: #013072;
}
a.dBlue {
    color: #013072;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
a.dBlue:hover {
    text-decoration: underline;
}
a.dBlue12 {
    color: #013072;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
a.dBlue12:hover {
    text-decoration: underline;
}
a.bWhite {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px;
}
a.bWhite:hover {
    text-decoration: underline;
}
.bTitle {
    font-size: 17px;
    font-weight: bold;
    color: #017bac;
    line-height: 15px;
}
#footer {
    height: 32px;
    text-align: center;
    color: #799800;
    line-height: 32px;
    font-size: 11px;
}
#footer a {
    color: #799800;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#extra {
    height: 91px;
}
.magentoS {
    color: #da3997;
    font-weight: bold;
}