html
    {
       	margin: 0px;
		padding: 0px;
		overflow: auto;
    }

body
    {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background-color: #EFEFEF;
		color: #000000;
  /*      background-image: url(images/bg.gif);
        background-attachment: fixed;
        background-repeat: repeat;
    */}

#container
    {
        width: 700px;
        height: auto;
        margin: 0 auto;

    }

#main
    {
        background-color: #FFFFFF;
    }


#header
    {
      text-align: left;
      height: 50px;
	  margin: 0 0 0 0;
      padding: 0 0 10px 0;

    }

#subHeader
	{
        width: 100%;
		height: 25px;
		color: #333399;
        text-align: center;
        background-image: url(images/top_border.gif);
        background-position: center top;
        background-repeat: no-repeat;

    }

.pageHeading
    {
      	font-family: "Times New Roman", Times, serif;
        font-size: 22px;
		font-weight: 300;
        letter-spacing: 3px;
        color: #333399;
        text-align: center;
        margin: 0 0 0 0;
    }


#core
    {
        border: 1px #CCCCCC solid;
        margin: 1em 1em 1em 10px;
        height: 200px;
        width: 270px;
        padding: 0 .5em 0 1em;
        float: left;
        text-align: center;
        background-image: url(images/keyboard_hands.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;

    }

#intro
    {
        background-color: #DADADA;
        width: 350px;
        height: 200px;
        float: right;
        margin: 1em 10px 1em 0;
        text-align: justify;
    }

#menu
    {

    }

#footer
    {
        clear: both;
		text-align: center;
		height: 30px;
		width: 100%;
        background-image: url(images/bottom_border.gif);
        background-position: center bottom;
        background-repeat: no-repeat;
    }

#copyright
		{
		width: 100%;
        text-align: center;
		}

#copyright p
		{
		font-size: 10px;
		color: #666666;
		}

#W3C
		{
		font-family: "Times New Roman", Times, serif;
		letter-spacing: .1em;
		font-weight: 600;
		text-align: center;
		color: #333399;
		}

span
    {
      text-decoration: underline;
      font-weight: bold;
    }

#core h1
		{
        font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		text-align: center;
		color: #333399;
		font-variant: small-caps;
		letter-spacing: 6px;
		padding-top: .70em;
		margin: 0 0 0 0;
		}

.missionStatements
		{
		font-style: italic;
        font-weight: lighter;
        font-size: 12px;
		margin: 5px 20px 10px 20px;
		line-height: 1.75em;

        }


h2
		{

		}

h3
		{
		text-align: center;
		font-size: 12px;
		letter-spacing: .08em;
		font-weight: 100;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		color: #000000;
        }

a:link, a:visited
        {
            color: #333399;
        }

a:hover, a:active
        {
          color: #FF0000;
        }

#footer h2
        {
            color: #FF0000;
            text-align: center;
            font-size: 20px;
        }



#footer a:link, #footer a:visited
		{
        font-size: 12px;
		color: #333399;
		background-color: #FFFFFF;
		text-decoration: none;
		padding-right: .5em;
		padding-left: .5em;
		}

#footer a:hover, #footer a:active
		{
        font-size: 12px;
		color: #FFFFFF;
		background-color: #333399;
		text-decoration: none;
		padding-right: .5em;
		padding-left: .5em;
		}

#W3C a:link, #W3C a:visited
		{
		color: #333399;
		font-size: 11px;
       	text-decoration: none;
		}

#W3C a:hover, #W3C a:active
		{
		color: #333399;
		font-size: 11px;
       	text-decoration: underline;
		}


