﻿#header 
{
    background: url('Images/site/header2.jpg') no-repeat top;
    /*background-color: Blue;*/
    width: 890px;
    height: 52px;
    margin-top: 10px;
    margin-left: 0px;
}

#footer 
{
    background: url('Images/site/foot_bg.jpg') no-repeat top;
    position: relative;
    /*background-color: Green;*/
    width: 890px;
    height: 83px;
}

#wrapper
{
     background: url('Images/site/content_box_bg.jpg') repeat-y top;
     /**/
     margin-top: 0px;
     min-height: 400px;
     width: 890;
     /*position:relative; */     
}

#content
{
    width: 400px;
    text-align: justify;
    float: left;
    margin-left: 40px;   
}

#content2
{
	width: 400px;
    float: left;
    margin-left: 40px;	
}

.photo 
{
    border: 1px solid Gray;   
}

.awarditem
{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;      
}

.awarditem a
{
    /*color: #014DA1; */
    color: #404040; 
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

.awarditem a:hover
{
    background-color: #f5f5f5;
    color: #CC0000;
}

.menuitem
{
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;      
}

.menuitem a
{
    /*color: #014DA1; */
    color: #404040; 
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.menuitem a:hover
{
    background-color: #f5f5f5;
    color: #CC0000;
}

.topitem a:hover
{
    background-color: #f5f5f5;
    color: #CC0000;
}

.topitem a
{
    color: #404040;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.topitem
{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}

.headings1, dt
{
    font-weight: bold;
}

.borders
{
    /*background-color: Black;*/
}

.image
{
    padding: 5px;
    margin: 5px;
    float: left;
    width: 230;
    height: 230;
}

.info
{
    float: left;
    padding: 5px;
    margin: 5px;
   
}

body
{
    background-color: #cecece; /*url('Images/site/body_bg.jpg') repeat-x top;*/
    font-family: Tahoma, Verdana;
    border: 0px;
    margin: 0px;
}

.frame
{
    background-color: White;
    width: 900px;
    border: solid 1px black;
    
}

.content
{
    font-family: Tahoma, Verdana;
    font-size: 12px;
    color: Black;
    text-align: justify;
    line-height: 150%;
}

a
{
    color: #606060;
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
    color: #606060;
}

h1
{
   font-size: 17px; 
}

h2
{
    color: #A4142D;
    font-size: 16px;
}

.menuindent
{
    margin-left: 10px;
}







