/* Away with the evil border */
body
{
margin:0;
padding:0;
}
/* End of slaughtering the border */


/* General Text font, yo. */
P
{
font-family:verdana;
font-size: 80%;
margin-bottom:10px;
}
/* End of General Text Font. Yo. */



/* Apparently lists dont count as text. */
LI
{
font-family:verdana;
font-size: 80%;
}
/* End of lists not counting stuff */




/* Sidebar Fontastic */
.sidebars
{
font-family:verdana;
font-size: 75%;
}

.sidebars A
{
font-family:verdana;
text-decoration: none;
color:#04026D;
}

.sidebars A:hover
{
font-family:verdana;
color:#CF9900;
text-decoration: underline overline;
}

/* End Sidebar Fontastic */




/* Nav Bar Fonts */
.bigtoplinks A
{
font-family:myriad pro, sans-serif;
color:#04026D;
font-weight: bold;
font-size:11pt;
text-decoration: none;
}

.bigtoplinks a:hover
{
color:#CF9900;
text-decoration: underline overline;
}
/* End Nav Bar Fonts */


/* Copyright Info Font Thing */
.copyright
{
color:#04026D;
font-family:verdana;
font-size: 80%;
}

.copyright A
{
color:#04026D;
font-family:verdana;
text-decoration: none;
}

.copyright a:hover
{
font-family:verdana;
color:#CF9900;
text-decoration: underline overline;
}
/* End Copyright Info Font Thing */


/* Death to the infidel image borders */
img
{
border: none 0px;
}
/* End image border slaying */

#rightbar
{
width:181px;
height:345px;
}

#fulltable
{
height:100%;
table-layout: fixed;
}

#generichundred
{
height:100%;
vertical-align:top;
}

.generichundred
{
height:100%;
vertical-align:top;
}