/* Header
   ------------------------------------- */

.header {
    margin-bottom: 1em;
}

.header h1{
    font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode",
    Arial, sans-serif;
    font-variant: small-caps;
    font-style: normal;
    font-size: 2.5em;
}




/* Primary Navigation Menu
   ------------------------------------- */

#main-nav {
    display: none;
}



/* Secondary Navigation Menu for Sample Papers
   ------------------------------------- */

.sample_navigation {
    margin:0;
    padding: 0;
    width: 100%;
}

.sample_navigation p {
    width: 25%;
    text-align: center;
    line-height: 1;
    padding-top: .2em;
    padding-bottom: .2em;
    text-decoration: underline;
}

p#first_link {
    position: relative;
    left: 0;
}

p#second_link{
    position: relative;
    left: 25%;
    top: -2.4em;
}

p#third_link{
    position: relative;
    left: 50%;
    top: -4.8em;
}

p#fourth_link{
    position: relative;
    left: 75%;
    top: -7.2em;
}



/* The material at the Bottom
   ------------------------------------- */


#footer {
    display: none;
}

/* Default Declarations
   ------------------------------------- */

body {
    background-color: #FFFFFF;
    font-family: Times, serif;
    font-size: 12pt;
    padding: 0;
}

img {
    border-style: solid;
}

img.right-float {
    border-style: none;
    float: right;
}

/* Divs for the Major Layout Elements
   ------------------------------------- */

.content {
    text-align: justify;
}


/* Headline Formatting
   ------------------------------------- */

h1 {
    color: #000000;
    font-weight: normal;
    font-size: 1.8em;
}

h2 {
    color: #000000;
    font-style: oblique;
    font-weight: normal;
    margin-top: 2em;
}

h3 {
    color: #000000;
}



/* Hyperlinks
   ------------------------------------- */

a:link, a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #000000;
}

h2 a:link, h2 a:visited {
    color: #000000;
}

h2 a:hover {
    color: #000000;
    text-decoration: none;
}

/* text Formats
   ------------------------------------- */



/* Abstracts of the papers
   ------------------------------------- */

.abstract {
    width: 30em;
    margin-left: 2em;
}

.quote {
    width: 80%;
    text-align: justify;
    line-height: 1.2;
    border-style: solid;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    padding-left: 2em;
    border-top-width: 0px; 
    border-bottom-width: 0px; 
    border-left-width: 1px; 
    border-right-width: 0px;
}

img#front{
    float: right;
    width: 63%;
}


/* Table Formatting for Grading
   ------------------------------------- */

table {
    border-spacing: 10px 2px;
}

tr {
    text-align: center;
}