.bodyLink:link, .bodyLink:active, .bodyLink:hover, .bodyLink:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #33ccff;
    text-decoration: none;
    font-weight: bold;
    padding-right: 3px;
    padding-left: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

a.bodyLink:active {
	color: #33FFFF;
}

a.bodyLink:hover
{
    color: #99ccff;
    text-decoration: underline;
}

a.bodyLink:visited
{
    color: #3399ff;
}


.bodyNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	font-weight: normal;
	line-height: 1.2em;
}

.bodyText, .bodyTextAlt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #9933CC;
	font-weight: bold;
}

#panelText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #ffffff;
	font-weight: bold;

	width: 220px;
	text-align: left;
	vertical-align: middle;
	background-color: #ff00cc;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: #cc00ff 5px dotted;
	border-top: #cc00ff 5px dotted;
	border-left: #cc00ff 5px dotted;
	border-bottom: #cc00ff 5px dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bodyTextAlt
{
    color: #ff33ff;
}


.header
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    color: #660066;
    font-weight: bold;
}

.bigHeader
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    line-height: 1.6em;
    color: #ff00ff;
    font-weight: bold;
}


/* Navigation */

.graphicsmenu{
	width: 170px;
}

.graphicsmenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.graphicsmenu a{
	display: block;
	width: 100%;
	background-image: url(../images/navimages/tellus.gif);
	height: 55px;
}

/* Graphics Navigation Left */

a.button1:link, .button1:visited {
	background-image: url(../images/navimages/home.gif);
}

a.button1:hover{
	background-image: url(../images/navimages/homeover.gif);
}

a.button2:link, .button2:visited {
	background-image: url(../images/navimages/aboutme.gif);
}

a.button2:hover{
	background-image: url(../images/navimages/aboutmeover.gif);
}
k
a.button3:link, .button3:visited {
	background-image: url(../images/navimages/tellus.gif);
}

a.button3:hover{
	background-image: url(../images/navimages/tellusover.gif);
}

a.button4:link, .button4:visited {
	background-image: url(../images/navimages/subscribe.gif);
}

a.button4:hover{
	background-image: url(../images/navimages/subscribeover.gif);
}

a.button5:link, .button5:visited {
	background-image: url(../images/navimages/game.gif);
}

a.button5:hover{
	background-image: url(../images/navimages/gameover.gif);
}




/*Structure */

body{
	background-image:  url("../images/pawspinkbg.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: #000099;
}

#headerHolder{
	height: 100px;
	background-color: #ccccff;
	padding-left: 50px;
}

#bannerHolder
{
    width: 468px;
    float: right;
    padding: 20px;
}

#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: #ffffff;
    padding: 5px 0px;
    height: 20px;
}

#contentwrapper
{
    float: left;
    width: 800px;
    background-color: #ffffcc;
    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: 570px;
}

#contentLeft {
	width: 250px;
	padding-top: 10px;
	float: left;
}

#contentRight {
	width: 300px;
	float: left;
	padding-top: 12px;
	margin-left: 20px;
}

#adholdersky{
	float: right;
	width: 120px;
	height: 600px;
}

#footer{
	clear: left;
	height: 20px;
	background-color: #000099;
	text-align: center;
	color: #FFFFFF;
    width: 800px;
}
