@charset "windows-1252";

*
{
	margin: 0px;
}

body {
	scrollbar-base-color: #EBF3FF;
	background-color: #efefef;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#main {
	background: url(../images/bg-main.jpg);
	margin: 0px auto;
	width: 750px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #29294d;
	border-right: 1px solid #29294d;
	border-bottom: 1px solid #29294d;
}

#upper-header {
	background-image: url(../images/bg-upper-header.jpg);
	background-color: #20366f;
	margin: 0px auto;
	width: 750px;
	height: 96px;
	text-align: right;
	line-height: 120px;
}

#upper-header img {
	margin: 3px;
	border: 0px;
}

#lower-header {
	background-image: url(../images/bg-lower-header.jpg);
	background-color: #345896;
	margin: 0px auto;
	width: 750px;
	height: 300px;
}

.DefFntStart {
	color: #012b53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: auto;
    padding-left:20px;
    padding-right:20px;
    margin:20px;

    
}

.HeadLargeStart {
	color: #012b53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	cursor: default;
	font-weight: bold;
	padding-left:20px;
}


#lower-headerb {
	background-image: url(../images/bg-lower-headerb.jpg);
	background-color: #345896;
	margin: 0px auto;
	width: 750px;
	height: 29px;
}

#container {
	float: left;
	background: url(../images/bg-container.jpg);
	margin: 0px auto;
	width: 750px;
}

#menu {
	float: left;
	text-align: left;
	width: 110px;
	color: #ffffff;
	font-size: 12px;
}

#menu ul {
	padding: 0px;
}

#menu li {
	list-style: none
}

#menu li:hover, #menu li.selected {
	list-style: none
}

#menu li.links {
	padding: 0px 0px 0px 5px; /* top right bottom left */
	border-bottom: 0px;
	list-style: none;
}

#menu a, #menu a:hover {
	border-bottom: 1px solid #FFFFFF;
	display: block;
	padding: 4px 0px 4px 12px; /* top right bottom left */
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover, #menu a.selected {
	padding: 4px 0px 4px 5px; /* top right bottom left */
	border-left: 7px solid #FFFFFF;
	font-weight: bold;
}

#content {
	color: #292464;
	float: right;
	width: 611px;
	font-size: 12px;
	text-align: left;
}

#content img.imgthumb {
	border: 1px solid #363C76;
	cursor: pointer;
}

#content div.margin {
	margin: 10px 11px 0px 0px; /* top right bottom left */
}

#content div.img {
	width: 110px;
	float: left;
}

#content a, #content a:hover {
	color: #292464;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content div.boxLeft, #content div.boxRight {
	margin: 5px;
	padding: 10px;
	width: 260px;
	background: #EBF7F7;
	background: url(../images/bg-box.jpg);
	border: 1px solid #262463;
}

#content div.boxLeft {
	float: left;
}

#content div.boxRight {
	float: right;
}

#content div.box
{
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #ced7e8;
	background: #4b588d;
	padding: 5px;
}

#content img {
	margin: 0px 5px 0px 5px; /* top right bottom left */
}

#content h4 {
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
}

#content ul {
	list-style: none;
	padding: 0xp;
	margin: 0px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p.date {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #6A6693;
}

#content fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content dl {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#content dt {
	float: left;
	width: 290px;
	padding: 0px;
	margin: 0px;
}

#content dd {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	background: url(../images/bg-footer.jpg);
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #FAFFFF;
	width: 750px;
	height: 19px;
	line-height: 17px;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #FAFFFF;
}

#subfooter {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #000000;
	width: 750px;
	height: 38px;
}

#subfooter p {
	padding: 0px;
	margin: 0px;
}

#subfooter a, #subfooter a:hover, #subfooter a:link, #subfooter a:active, #subfooter a:visited {
	text-decoration: none;
	color: #000000;
}

#subfooter a:hover {
	text-decoration: underline;
}

#information, #country {
	display: none;
}

strong.pager, a.pager {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-size: 14px;
	width: 34px;
	height: 24px;
	background-image: url(../images/bg-pager.gif);
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.pager2 {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
}
