/* CSS Document */

BODY
{
margin:0px;
font-family:Helvetica, Arial, sans-serif;
}

.bld {
font-weight: bold;
}

a:link, a:active, a:visited
{
color: #000;
text-decoration: none;
}
	
a:hover
{
color: #FF0000;
text-decoration: underline;
}

.sub_content a
{
color: #000;
text-decoration: underline;
}


.header
{
height: 130px;
background-color: #445490;
color: #FFFFFF;
margin: 0px;
}

.navigation
{
color: #999999;
margin-left: 10px;
font-weight: bold;
padding-top: 10px;
font-size: 18px;
}

.nav
{
color: #CCCCCC;
text-decoration: none;
}

.nav:hover
{
color: #CCCCCC;
text-decoration: none;
}

.img_content
{
float: left;
margin-right: 5px;
clear: both;
padding: 2px;
border: 1px solid #445490;
}

.img_pre
{
clear:both;
padding: 2px;
margin: 1px;
border: 1px solid #445490;
}

.top
{
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
font-size: 18px;
text-indent: 50px;
font-family:Georgia, "Times New Roman", Times, serif;
border-bottom: 3px solid #445490;
padding-bottom: 12px;
}

.top a:link, .top a:visited, .top a:active, .top a:hover
{
display: block;
height: 10px;
background: #fff;
color: #000;
text-decoration: none;
}

#about
{
text-align: center;
}

#about img
{
clear:both;
padding: 2px;
margin: 2px;
border: 1px solid #445490;
}

#leftside {
	float: left;
	width: 400px;
}

.logo
{
color: #FFFFFF;
font-size: 100px;
font-weight: bold;
margin-top: 20px;
margin-left: 50px;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: .3em;
}

.logo a:link, .logo a:visited, .logo a:active, .logo a:hover
{
color: #FFFFFF;
text-decoration: none;
}

.article_content
{
width: 250px;
float: right;
font-size: 11px;
}

.main_body
{
padding: 10px 0;
width: 900px;
height: 100%;
float: left;
}

.content_holder
{
width: 360px;
margin-left: 10px;
float: left;
background-color: #FFFFFF;
margin-top: 20px;
}

.gallery
{
width: 370px;
float: left;
background-color: #FFFFFF;
margin-top: 20px;
font-size: 11px;
padding-left: 10px;
}

.gallery a {
display: block;
width: 110px;
height: 110px;
text-align: center;
}

.content_holder ul, .gallery ul
{
list-style: none;
margin-left: 0px;
padding-left: 1em;
}

.content_holder ul, .gallery ul li
{
display: inline;
float: center;
}

.content_holder ul, .gallery ul li
{
display: block;
float: left;
font-size: 12px;
}

.content_holder h1, .gallery h1
{
width: 340px;
background-color: #445490;
text-align: center;
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}

.content_holder li {
margin-bottom:10px;
}

.content_holder a {
text-decoration:underline;
}

.sub_content
{
width: 500px;
float: right;
background-color: #FFFFFF;
margin-top: 20px;
font-size: 14px;
}

.sub_content ul li
{
display: list-style;
padding-bottom: 10px;
margin-left: none;
}

.sub_content p
{
text-indent: 1em;
}

.hr
{
height: 1px;
margin-top: 6px;
border-bottom: 1px dotted #445490;
}


#infooter
{
	clear: both;
	margin-top: 30px;
	width: auto;
	background-color: #445490;
}

.footer
{
width: 900px;
/*background-color: #445490;*/
min-height:100px;
margin-top:25px;
padding-left:50px;
padding-top:25px;
bottom: 0px;
font-size:11px;
}

.footer a:link, .footer a:active, .footer a:visited
{
color: #d6e121;
text-decoration:none;
}

.footer a:hover
{
color: #d6e121;
border-bottom: 1px dashed;
}

#copy
{
float: left;
width: 250px;
color: #CCCCCC;

}

#block
{
float: right;
width: 500px;
color: #CCCCCC;
text-align: left;
}

h2
{
margin: 0;
color: #000;
font-size: 20px;
font-weight: normal;
letter-spacing: -1px;
}

h2 a:link, h2 a:hover, h2 a:visited
{
color: #000;
text-decoration: none;
}
	
h1
{
font-size: 20px;
font-weight: normal;
color: #fff;
margin: 0;
text-align: center;
}

h1 a:link, h1 a:visited, h1 a:hover
{
text-decoration: none;
color: #000;
}
	
h4
{
margin: 0;
color: #000;
font-size: 12px;
}

h3
{
margin: 0 0 8px 50px;
color: #999;
font-size: 19px;
font-weight: normal;
letter-spacing: -1px;
text-transform: uppercase;
}

h5
{
margin: 0 0 8px 0;
color: #999;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}

p.leftadr {
width: 200px;
float: left;
text-align: right;
font-weight: bold;
padding: 3px 10px 3px 0;
}

p.rightadr {
width: 280px;
float: left;
text-align: left;
padding: 3px 0 3px 10px;
text-indent: 0;
}