/*Sets padding and space around this to zero*/
*{
	margin: 0;
	padding: 0;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

#rightcol {
	float: right;
	width: 200px;
	margin-left: 25px;
	margin-right: 16px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #CCCCCC;
	margin-bottom: 16px;}

#rightcol img {border: 1px solid #696969}
#rightcol p {margin-bottom:10px; color: black; }
#information{border: medium solid rgb(42, 63, 93); border-radius: 15px; display: inline-block; padding-right: 50px; width:100%}
#information p{
	margin-bottom: 19px;


}


#information h1{
	line-height: 38px;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #696969;
}


#information h2{
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 18px;
		font-weight: normal;
		color: #4a5c75;
		margin-left: 0px;
		margin-bottom: 10px;}

/*This sets font, color and size*/
#body{
		margin-left:10px;
		margin-right:10px;
		overflow: hidden;
		margin-bottom: 10px;
		/*global font settings*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 19px;/*!important! all height settings of this page elements (including images) should be divisible by that number! (to allow correct typography grid on the page)*/
		color: #666666;
	}

#body p{
		margin-left:10px;

	}
#body li{
		margin-left:10px;

	}



#links{
float:left; width:225px;
}

#links a:link, #links a:visited
{
display:block;

color:#fff;
background:#2A3F5D;

border-bottom: 1px solid #ccc;

width:150px;
padding:4px;
text-decoration:none;
text-align:left;
padding-left:20px;
}
#links a:hover
{
background:#696969;
color:white;
}

#smallmenu{float:left;width:150px;list-style:none}

#smallmenu li a:link,#smallmenu li a:visited{
color:#2A3F5D;text-decoration:none;font:bold 12px/14px Arial}

#smallmenu li a:hover{color:#E27500;}


#hz{margin-left:10px;}
#hz a:link, #hz a:visited
{
font-weight:bold;
display:inline-block;
text-align:center;
color:#696969;
font-size:14px;
padding:1px;
text-decoration:none;
}
#hz a:hover {
color:#CC3333;
}

ol{margin-left:40px}
