.bodyLink:link, .bodyLink:active,  .bodyLink:hover, .bodyLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #FFCCFF;
	text-decoration: none;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

a.bodyLink:active {
	color: #33FFFF;
}

a.bodyLink:hover {
	color: #FFFFFF;
}

a.bodyLink:visited {
	color: #FF66CC;
}

.content:link, .content:active,  .content:hover, .content:visited {
	font-family: "Trebuchet MS", Verdana, "Arial Black";
	font-size: 0.9em;
	line-height: 1.4em;
	color: #6666FF;
	font-weight: bold;
}

a.content:active {
	color: #33FFFF;
}

a.content:hover {
	color: #6699FF;
}

a.content:visited {
	color: #3300CC;
}

.bodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	font-weight: normal;
	line-height: 1.2em;
}

.content1 {
	font-family: "Trebuchet MS", Verdana, "Arial Black";
	font-size: 0.9em;
	line-height: 1.1em;
	color: #CC00CC;
	font-weight: bold;
}

.content2 {
	font-family: "Trebuchet MS", Verdana, "Arial Black";
	font-size: 0.9em;
	line-height: 1.1em;
	color: #3399FF;
	font-weight: bold;
}
.headerBlue {

	font-family: "Trebuchet MS", Verdana, "Arial Black";
	font-size: 1em;
	line-height: 1.1em;
	color: #3399FF;
	font-weight: bold;
}


/*Structure */

body{
	background-image:  url("../images/ginghambg2.gif");
	margin-top: 20px;
}

.innerpad{
	margin: 0px 10px 10px;
}

#maincontainer{
	width: 940px;
	margin: 0 auto;
}

#topsection{
	height: 130px;
	width: 800px;
	text-align: center;
	vertical-align: bottom;
	background-color: #330066;
}

#headerHolder{
	height: 100px;
	background-color: #ffccff;
	padding-left: 30px;
}

#bannerHolder{
	width: 330px;
	float: right;
}

#memoryticker{
	width: 800px;
	font: bold 12px/15px Verdana, Arial, Helvetica, sans-serif;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7);
	color: #CC3399;
	padding: 5px 0px;
	height: 20px;
}

#contentwrapper{
	float: left;
	width: 800px;
	background-color: #FFFF99;
	height: 450px;
}

#leftcolumn{
	float: left;
	width: 185px; /*Width of left column in pixel*/
	margin-left: -800px;
}


#contentcolumn{
	margin: 0 10px 0 190px;
	padding: 0px 10px 10px;
	background-color: #FFFFFF;
	height: 95%;
	width: 580px;
}

#contentLeft {
	width: 250px;
	padding-top: 10px;
	float: left;
}

#contentRight {
	width: 300px;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}

#adholdersky{
	float: right;
	width: 120px;
	height: 600px;
}

#footer{
	clear: left;
	height: 20px;
	background-color: #330066;
	text-align: center;
	color: #FFFFFF;
    width: 800px;
}

#footer2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: left;
	height: 20px;
	text-align: center;
	color: #000000;
    width: 800px;
    font-weight: bold;
}
