﻿body {
    /*background-color:Black;*/
    background: url('../IMG/blacksfum.gif') repeat-x;
    font-family:Tahoma, Verdana;
}

H1 {
    font-family: Monotype Corsiva, Tahoma, Verdana;
    font-size:32px;
    color:#006666;
    padding: 20px auto 20px auto;
}

H2 {
    font-family: Monotype Corsiva, Tahoma, Verdana;
    font-size:16px;
}

H3 {
    font-family:Tahoma, Verdana;
    font-size:16px;
    color:Red;
}
H4 {
    font-family:Tahoma, Verdana;
    font-size:16px;
    color:#006666;
}
H5
{
    font-family: Monotype Corsiva, Tahoma, Verdana;
    font-size:32px;
    color:White;
}

p, ul, ol {
	line-height: 180%;
    font-family:Times New Roman;
    font-size:15px;
    font-style:italic;
    padding-left:15px;
    padding-right:15px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}
#Header {
    /*width:800px;
    text-align:center;
    height:100px;
    background-color:#C0C0C0;
    /*background-image: url('../IMG/bgh.JPG');
    color:Black;*/
    margin:10px auto 0 auto;
    width:800px;
    background-color:Transparent;
    margin:10px auto 0 auto;
    padding-bottom:5px;
    }
#Header td {
    width:131px;
    height:30px;
    text-align:center;
    border: solid 2px silver;
}
a:link, a:visited {
    font-family:Tahoma;
    font-size:medium;
    font-weight:bold;
    font-style:normal;
    /*background-color:Black;*/
    color:Gray;
}
a:hover {
    font-family:Tahoma;
    font-size:larger;
    font-weight:bold;
    font-style:italic;
    color:Orange;
}
#Header td 
{
    background-color:Black;
}

#ContainerHome
{
    width:800px;
    text-align:center;
    color:Black;
    background-image: url('../IMG/bghome.jpg');
    height:600px;
    margin:0px auto 0px auto;
}
    
#Container {
    width:800px;
    text-align:center;
    color:Black;
    background-image: url('../IMG/bgn.jpg');
    height:600px;
    margin:0px auto 0px auto;
}

#Container td 
{
    width:150px;
}
#Container .sx-side {
    width:600px;
    float:left;
}

#Container .dx-side {
    width:198px;
    border-left: dashed 2px #C0C0C0;
    float:right;
}

#Footer {
    width:800px;
    text-align:center;
    background:#C0C0C0;
    color:Black;
    margin: 0 auto 0 auto;
    height:30px;
    padding-top:12px;
}
#alignleft
{
    text-align:left;
}
#alignright
{
    text-align:right;
}
#Container .ContainerLeft
{
    width:200px;
    color:#006666;
    float:left;
    line-height:250%;
}    
#Container .ContainerRight
{
    width:596px;
    color:Maroon;
    float:right;
    border-left-color:Maroon;
    border-left-style:dashed;
}    

.LabelStyle {
    font-family:Tahoma, Verdana;
    font-size:15px;
    font-weight:bold;
    color:#006666;    
}

.TextBoxMultiline {
    height:100px;
    width:250px;
    font-family:Tahoma, Verdana ;
    font-size:15px;
    color: Black;
    font-weight:bold;
    background-color: Transparent;       
}

.TextBoxStyle {
    font-family:Tahoma, Verdana;
    font-size:15px;
    color:Black;
    font-weight:bold;
    background-color:Transparent;
    width:250px;  
} 
.ButtonStyle 
{
    font-family:Tahoma, Verdana;
    font-size:15px;
    font-style:italic;
    font-weight:bold;
    color:#006666;
    background-color:Silver;
    text-align:center;
    width:150px;
    border: ridge 1px Maroon;
}
.TableStyle
{
    width:600px;
    text-align:left;
    border: dashed 2px #006666;
    padding: 10px 10px 10px 10px;
}

