/* import existing print stylesheet */
@import "print.css";

/* set styles for the preview message */
#preview-message {
	display:block;
	border:1px solid #666;
	background:#FF6;
	padding:2px 5px;
}


body
{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-align: justify;
}

.MainForm
{
    position: relative;
    left: 50%;
    margin-left:-400px;
    margin-top: 15px;
    width: 800px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: #FFFFCC;
}

#mainContent 
{
    margin-top: 100px;
    background-color: #ff0000;
}

h1
{
    text-transform: none;
    color: #663300;
    font-family: Times;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

h2
{
    color: #663300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-variant: normal;
    font-style: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom-color: #FFCC00;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    width: 50%;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 20px;
    width: auto;
    margin-left: 0px;
    padding-left: 10px;
}

h4
{
    font-size: 18px;
    font-family: Georgia;
    color: #990000;
    text-decoration: none;
    padding-bottom: 0px;
    margin-bottom: 3px;
    margin-top: 12px;
}

h5
{
    color: #663300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
}

h6 
{
    color: #663300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
}

ul 
{
    padding-top: 0px;
    margin-top: 0px;
}

a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #CC6600;
    text-decoration: underline;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
}

a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFCC00;
    text-decoration: underline;
}

a.MenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	vertical-align: middle;
	width: 75px;
}

a.MenuLink:hover
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFCC00;
	text-decoration: none;
	vertical-align: middle;
	width: 75px;
}


a.Article
{
    font-family: Georgia;
    font-size: 14px;
}

a.h4 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
}

p
{
    width: 600px;
}

.ArtTag 
{
    font-style: normal;
    font-size: 12px;
    font-family: Sans-Serif;
    font-weight: normal;
    color: #999;
}

.ArtText 
{
    text-transform: none;
    color: #000;
    font-family: Georgia;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}

.ArtIntro
{
    font-size: 14px;
    font-family: Georgia;
	font-variant:normal;
	font-weight: normal;
	line-height:normal;
	text-indent: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.text 
{
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 50px;
    margin-top: 50px;
    font-family: Georgia;
    font-size: 14px;
    color: #000;
    font-style: normal;
}

.MenuBar 
{
    height: 25px;
    width: auto;
	background-image: url(_images/menu_background.png);
}

.MenuItem 
{
    width: 100px;
    margin-left: 50px;
}

.BioImg
{
    height: 190px;
    width: 150px;
    margin: 10px;
    margin-top: 0px;
    border: solid 1px #990000;
    float: right;
}

#footer
{
    width: auto;
    height: 75px;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 10px;
    text-align: center;
    font-size: 11px;
    color: #663300;
    font-family: Arial;
}

a.FooterLink
{
    font-size: 11px;
    color: #663300;
    font-family: Sans-Serif;
    font-variant: small-caps;
}

a.FooterLink:hover
{
    font-size: 11px;
    color: #CC6600;
    font-family: Sans-Serif;
    font-variant: small-caps;
}