body
{
	margin: 0;
	
	color: #000000;
    background-color: #FFFFFF;
    background-image: url('../Images/blavey_isu_toc.gif');
    background-repeat: repeat-y;
  
    font-family: "Arial", sans-serif;
    font-size: medium;

}

div#content
{
	position:absolute;
    padding-top: 10px;
	top: 175px;
	left: 195px;
}

div#content h1
{
    font-size: x-large;
}

div#content h2
{
    font-size: large;
}

div#content h3
{
    font-size: medium;
}

div#content dt
{
    font-weight: bold;
}

div#content dd
{
    margin-left: 1em;
}


div#centeredPicture
{
    text-align: center;
}

div#email
{
	font-size: small;
}

div#footer
{
	font-size: xx-small;
	
	text-align: center;
}

div#footer p
{
	margin: 0;
}

div#header
{
    color: #FFFFFF;
 	background-color: #C81600;

 	background-image: url('../Images/classic_cy.jpg');
 	background-repeat: no-repeat;
 	background-position: 30px 50%;
    
    height: 160px;
}

div#header h1
{
    font-size: x-large;
    font-variant: small-caps;

    text-align: right;
    white-space: nowrap;

    margin-top: 0em;
	padding-left: 170px;
    padding-right: 10px;
}

div#header h2
{
    font-size: x-large;
    font-variant: small-caps;

    text-align: right;
    white-space: nowrap;

    padding-left: 170px;
    padding-right: 10px;b
    padding-top: -100px;
    margin-top: -20px;
    margin-bottom: -20px;
}

div#header h3
{
    font-size: medium;
    font-variant: small-caps;

    text-align: center;
    white-space: nowrap;

    padding-left: 170px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#header a         { color: #DC9000; text-decoration: none; border-style: none; }
div#header a:link    {  }
div#header a:visited { color: #B7B7B7; }
div#header a:focus   {  }
div#header a:hover   { text-decoration: underline; }
div#header a:active  {  }


div#toc
{
    color: #FFFFFF;
 	background-color: #005A4E;
 	background-color: #C81600;

    width: 150px;
    
    text-align: right;
    padding-left: 15px;
    padding-right: 0px;

	position: absolute;
	top: 165px;
	
}

div#toc h1
{
    color: #DC9000;
    font-size: medium;

    padding-top: 10px;
    padding-left: 10px;

	border-bottom: 3px solid;
}

div#toc h2
{
    color: #DC9000;
    font-size: small;
}

div#toc h3
{
    color: #B7B7B7;
    font-size: small;

    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div#toc a         { color: #DC9000; text-decoration: none; border-style: none; }
div#toc a:link    {  }
div#toc a:visited { color: #B7B7B7; }
div#toc a:focus   {  }
div#toc a:hover   { text-decoration: underline; }
div#toc a:active  {  }

div#OfficerList h1
{
    font-size: large;
    text-decoration: underline;
}

div#OfficerList h2
{
    font-size: medium;
    text-indent: 1.5em;
}

div#NewsletterList h1
{
	font-size: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#NewsletterList ul
{
	list-style-type: none;
	margin-top: 0em;
}

div#NewsletterList li
{
	margin-left: -1.5em;
}

div#LinksList h1
{
	font-size: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#LinksList ul
{
	list-style-type: none;
	margin-top: 0em;
}

div#LinksList li
{
	margin-top: 0.5em;
	margin-left: -1.5em;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.NoTopSpacing
{
	margin-top: 0em;
}

.HalfTopSpacing
{
	margin-top: 0.5em;
}

.ExtraTopSpacing
{
	margin-top: 1.5em;
}

.RedText
{
	color: red;
}
.BlueText
{
	color: blue;
}
.SilverText
{
	color: silver;
}
.GoldText
{
	color: #B57600;
}