body {
	margin:0px;
	font-family:sans-serif;
	font-size:75%;
	color:#636363;
}

a {
	color:#29669C;
	text-decoration: none;
}

a:hover {color:#009600;}

ul {margin:0; padding:0;}

li {list-style-type: none;}

a img {border:none;}

h1 {
	color:#014E92;
	font-weight:bold;
	font-size:110%;
	text-transform: uppercase;
	line-height:15px;
	margin:0;
	background-image: url(/shared/images/title_blocks.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:100px;
}

p {text-align:justify;}

.MiniHeader, h2 {
	font-size: 100%;
	color:#014E92;
	font-weight:bold;
	margin:0;
}

.LeftOriented #RightSide {width:280px;}
.LeftOriented #LeftSide {width:427px;}
.RightOriented #RightSide {width:427px;}
.RightOriented #LeftSide {width:280px;}

.Section {
	border-bottom:1px solid #29669C;
	padding-bottom:15px;
	margin-bottom:20px;
}

.HeaderText {
	color:#014E92;
	font-weight:bold;
	font-size:110%;
	text-transform: uppercase;
	line-height:15px;
}

.Clear {clear:both;}

#MenuDiv {
	background: url(/shared/images/xxx111.jpg) repeat-x;
	width: 100%;
	text-align:center;
}

#Content {
	margin:20px auto;
	width:750px;
	position:relative;
}

#LeftSide {
	float:left;
}

#BlueBlock {
	height:132px;
	background-image: url(/shared/images/blue_block.png);
}

#BlueBlock img {
	float:right;
}

#BlueBox {
	position:absolute;
}

#SecondText {margin-bottom:0px;}

#ThirdText {
	border-top:1px solid #29669C;
	margin-top:1px;
	padding:10px 0;
	height:24px;
}

#ThirdText li {
	float:left;
	width:33%;
	text-align:center;
	border-right:1px dotted gray;
	height:24px;
	line-height:24px;
}

#RightSide {
	float:right;
}

#RightBottomImgDiv {margin-top:30px;}

#Address {
	width:100%;
	height:79px;
	position:relative;
	bottom:0px;
	background-image: url(/shared/images/address_bg.jpg);
	border-top: 5px solid #C2C2C2;
	color:white;
}

#Address ul {
	margin:10px auto;
	text-align:center;
}

#Address li {
	display:inline;
	background-color:#4789BF;
	padding:2px 16px;
	cursor:pointer;
	margin:auto 2px;
}

#Address li:hover {
	background-color:#7DB3DF;
}

#Address p {text-align:center;}

img {behavior:url(/shared/iepngfix.htc)}