﻿body 
{
    font-family: verdana, Arial;
    padding: 0px;
    margin: 0px;
}

H1
{
    font-family: verdana, Arial;
    font-size: 16pt;
    color: #BF0026;
    padding-bottom: 10px;
}

H2
{
	font-family: verdana, Arial;
	font-size: 12pt;
	color: #BF0026;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px;
}

H3
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #BF0026;
    font-weight: bold;
    padding: 0px;
    margin: 18px 0px 8px;
}

H4
{
    font-family: verdana, Arial;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    padding: 0px;
    margin: 8px 0px 3px;
}

p 
{
    padding: 0px;
    margin: 0px 0px 6px;
}

ul
{
    list-style-position: outside;
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clearer {
	clear: both;
}

/* Page Construction */
.page-container
{
	margin: 0 auto;
	width: 950px;
}

.header-container
{
	clear: both;
	height: 95px;
}

.logo-container
{
    float: left;
    padding-left: 0px;
    padding-top: 10px;
}

.pagetitle-container
{    
    float: right;
    width: 84%;
    padding-top: 15px;
}

.pagetitle-container h1
{
    color: #BF0026;
    text-align: center;
    font-size: 25pt;
    font-family: verdana;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.login-container
{
    height: 18px;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
    font-size: 10pt;
    font-family: verdana;
    font-weight: normal;
    color: #7D1D02;
}

.login-container a
{
    text-decoration: none; 
    color: #7D1D02;
}

.breadcrump-container
{
    text-decoration: none;
    height: 15px;
    color: #7D1D02;
    padding-left: 5px;
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
}

.breadcrump-container a
{
    text-decoration: none; 
    color: #7D1D02;
}

.detail-container
{
    clear: both;   
}

.sidebar-container
{
    float: left;
    width: 150px;
    height: 100%;
}

.info-container
{
    float: right;
    width: 84%;   
}

.content-container
{
    clear: both;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-top: 5px;
    background-color: #f5f5f5;
    min-height: 430px;
}

.advertisement-container
{
}

.advertisement-header
{
    width: 100%;
    margin: 0px auto;
    background-color: #BF0026;
    height: 18px;
    color: #FFCDD7;
    font-family: verdana, Arial;
    font-size: 10pt;
    text-align: center;
}

#menu
{
    clear: left;
    float: left;
    width: 150px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 8pt;
    font-family: verdana;
}

#menu ul {	
    list-style: none;
    width: 150px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 8pt;
}	

#menu li {
    margin-bottom: 4px;
}

#menu li a
{
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 10px;
    background: #FFCDD7;
    border-left: #BF0026 4px solid;
}	
	
#menu li a:hover
{
    background: #eaeaea;
    color: #7D1D02;
    border-left: 4px solid #7D1D02;
}


#menu2
{
    clear: left;
    float: left;
    width: 200px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 8pt;
    font-family: verdana;
}

#menu2 ul {	
    list-style: none;
    width: 200px;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 8pt;
}	

#menu2 li {
    margin-bottom: 4px;
}

#menu2 li a
{
    height: 20px;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 6px 0 0 10px;
    background: #FFCDD7;
    border-left: #BF0026 4px solid;
}	
	
#menu2 li a:hover
{
    background: #eaeaea;
    color: #7D1D02;
    border-left: 4px solid #7D1D02;
}

.footer-container
{
    clear: both;
    padding-top: 5px;
    padding-left: 5px;
	height: 20px;
    background-color: #BF0026;
    color: #ffffff;
    text-align: left;
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
}

.footer-container a
{
   text-decoration: none; 
   color: #ffffff;
}

#PhotoDescription
{
    font-family: verdana, Arial;
    font-size: 10pt;
    vertical-align: top;
    text-align: left;
}

#PhotoTitle
{
    font-family: verdana, Arial;
    font-size: 10pt;
    text-align: center;
    vertical-align: top;
}
    
#pageheader
{
    font-family: verdana, Arial;
    font-size: 12pt;
    color: #000099;
}

#contacts
{
    font-family: verdana, Arial;
    font-size: 8pt;
}

.plaintext
{
    font-family: verdana, Arial;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
}

.plaintextbold
{
    font-family: verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.ErrorMessage
{
    font-weight: bold;
    color: #cd0000;
}

.InfoMessage
{
    font-weight: bold;
    color: #555f55;
}

.DataGrid
{
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #d7dcd7;
}

.DataGridAlternatingRow
{
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #e6ebe6;
}

.DataGridHeader
{
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #BF0026;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.News
{
}

.News .Title
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #BF0026;
    font-weight: bold;
    margin-bottom: 7px;
}

.News .Message
{
    font-family: verdana, Arial;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
}

.LegalText
{
	font-family: verdana, Arial;
	font-size: 9pt;
}

.LegalText .Heading1
{
	font-family: verdana, Arial;
	font-size: 13pt;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px 5px 0px;	
}

.LegalText .Heading1SubTitle
{
	font-family: verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 10px;
}


.LegalText .Heading2
{
	font-family: verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 25px 0px 10px;	
}

.LegalText .Heading3
{
	font-family: verdana, Arial;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 5px 0px;	
}

.LegalText .Heading4
{
	font-family: verdana, Arial;
	font-size: 9pt;
	font-style:italic;
	padding: 0px;
	margin: 0px 0px 5px 0px;	
}

.LegalText .Address
{
	font-family: verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
}

