/* Default properties for tags */

A:HOVER {
	text-decoration: underline;
}

A{
	text-decoration: none;
}

BODY{
	font-family:Verdana,Arial;
        font-size: 9pt
	padding:0px;
	margin:4px;
        background: #CCCCAA;
        color:#000000;
}

P{
        text-align:justify;
        text-indent:0px;
}

TABLE{
        width: 100%;
        border-width: 0px;
        padding:0px;
        margin:0px;
}

TD{
	font-size: 80%;
}

STRONG{
	font-weight: bold;
}

IMG{
	border:0px;
}

H1{
	font-size:15pt;
}


/* Class definitions - override default */

/* Properties of the outer frame area */
.frame{
        padding-left: 2%;
        background: #000060;
        color: #000000;
}

/* Properties for the layout section */
/* This section really is for organization, and should not contain anything.
   Thus, the height of the section is set to 0, so it has no space */
.layout{
        height: 0px;
}


/* Properties for the Logo section */
.logo{
        color: #000000;
}

#transitionImage {
        background-image: url('/images/transition.jpg');
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        height: 50px;
}

/* Properties for the hyperlink section */
.links{
        color: #F8F8F8;
}

.links A{
        color: #BBAA88;
}


/* Properties for the main display area, where all of the content is */
.mainDisplay{
        background-image: url('/images/transition.jpg');
        background-repeat: no-repeat;
        background-color: #F8F8F8;
        color:#000000;
        padding:15px;
        padding-top: 50px;
        padding-right:10%;
        height: 1000px;
        vertical-align: top;
}
    
.mainDisplay A{
        color: #000060;
        font-weight: bold;
}

.mainDisplay A:HOVER{
        text-decoration: underline;
}


/* Display properties for the names in the About/Llamaherder section */
#taperedName:first-line{
        font-size: 140%;
}

#taperedName:first-letter{
        font-size: 150%;
}


/* Warning Text - i.e. "Important" */
#warning{
        font-size: 120%;
        color: #FF0000;
}

