﻿body 
{
    
background-color:#4575CB;
    
text-align: center;
    
margin: 0 0 0 0;
    
font-family: Arial;

}



img
{
    border: 0;
}

h5
{
    text-decoration: underline;
    text-transform: uppercase;
}

h3
{
    text-decoration: underline;
    text-transform: uppercase;
}

a
{
    color:#4374C8;     
    text-decoration:none;    
    line-height:16px;
}

a:hover
{
    text-decoration:underline;
}

.main
{
    border: solid 1px #000000;
    width: 766px;
}

.portfolio A:Link
{
    background-color: #FFFFFF; 
    border: solid 1px #3B65AE; 
    width: 1px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.portfolio A:Active
{
    background-color: #FFFFFF; 
    border: solid 1px #3B65AE; 
    width: 1px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.portfolio A:Visited
{
    background-color: #FFFFFF; 
    border: solid 1px #3B65AE; 
    width: 1px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.portfolio A:Hover
{
    text-decoration: underline;
}

.textbg
{
    vertical-align: top;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3 5 3 5;
}

.text
{
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    line-height:18px;
    color: #FFFFFF;
}

.footer
{
    color: #FFFFFF;
    font-size: 10px;
    background-color: #3B65AE;
    text-align: center;
}

.footer A:Link
{
    color: #FFFFFF;
}

.footer A:Active
{
    color: #FFFFFF;
}

.footer A:Visited
{
    color: #FFFFFF;
}

.footer A:Hover
{
    text-decoration: none;
}

#carousel{
	background-color:#000000;

	position:relative;
	
}

img.car{
	width:100%;
	height:auto;
	border:0px solid #FFFFFF;
	display:block;
}

#carouselText
{
    z-index: 1000;
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: #dddddd;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 5 5 15 5;
    text-align: left;
    border: solid 2px #aa0000;
}
