﻿body
{
	margin: 0px;
	font-family:Verdana;
	font-size:11px;
}

h1, h2, h3
{
	margin:0px 0px 15px 0px;
	border:0px;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:12px;
}

p
{
	margin: 0px 0px 23px 0px;
	line-height:130%;
	text-align:justify;
}

ul
{
	margin-bottom:15px;
	margin-left:0px;
	padding-left:16px;
}

ul li
{
	line-height:130%;
	margin-bottom:5px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.button_ok
{
	background-color:#67A54B;
	color:#ffffff;
	font-weight:bold;
	padding:1px;
}

.ad
{
	margin-bottom:23px;
}

.ad table tr td img
{
    margin-top:4px;
	margin-bottom:17px;
}

a:link, a:visited, a:hover
{
	text-decoration:none;
	color:#003366;
}

.errorbox
{
    background-image:url(/img/warning.gif);
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    background-color:#FFD9D9; 
    border:1px solid #FF6F6F;
    margin-bottom:20px;
}
.infobox
{
    background-color:#F2F5FE;
    border:1px solid #DBE3FF;
    background-image:url(/img/info.gif);
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin-bottom:20px;
}

p.ingress
{
    font-style:italic;
    
}
p.source
{
    margin-top:15px;
	color:#999999;
	margin-bottom:0px;
}

#head, #content, #bottom, #partners
{
	width:400px;
}

#head, #content
{
	margin:0px auto 15px auto;
}

#bottom
{
	border-top:1px solid #cccccc;
	margin:30px auto 150px auto;
	padding-top:3px;
	text-align:center;
	color:#aaaaaa;
	overflow:hidden;
}

#partners
{
    border-top:1px solid #eeeeee;
	margin:30px auto 50px auto;
	padding-top:10px;
}

#bottom .right a
{
    margin-left:14px;
}

/* head */

#head
{
    overflow:hidden;	
    border-bottom:1px solid #cccccc;
}

#head #head_left 
{
	margin-top:10px;
}
#head #head_left a
{
	color:#003366;
	font-size:25px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#head .head_right 
{
	margin-top:20px;
	color:#888888;
}

#head .head_right a
{
	margin-right:14px;
	
}

/* content */
#content
{
    
}

#content .headingbox
{
    overflow:hidden;
}

#content .item_left
{
    
}

#content .item
{
    background-image:url(/img/arrow_right2.gif);
    background-repeat:no-repeat;
    background-position:left 5px;
    padding-left:10px;
}

#content .item h3
{
    margin-bottom:2px;
}

#content .subheading
{
    color:#555555;
}

