* {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}

body {
	background-color:#022b5a;
}

#container0 {
	width:750px;
	margin:80px auto auto;
}

#imagePlaceholder {
	height:298px;
	width:466px;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.topLine {
	width:750px;
	height:7px;
	background:top left no-repeat url("../img/top_line.jpg");
}

.topLine2 {
	width:750px;
	height:4px;
	background:top left no-repeat url("../img/top_line2.jpg");
}


/* Header styles goes here*/
.headerLeft, .headerRight {
	height:27px;
	width:6px;
	background:top left no-repeat url("../img/header_left.jpg");
}
.headerRight {
	width:7px;
	background-image:url("../img/header_right.jpg");
}

.headerNav {
	width:737px;
}
.headerNav a {
	text-decoration:none;
	font-size:16px;
	color:#043058;
	height:23px;
	padding-top:4px;
	display:block;
	text-align:center;
}

.navbarSeparator {
	background:top left no-repeat url("../img/header_sep.jpg");
	width:2px;
	height:27px;
}

.leftNavButton {
	width:123px;
	background:top left no-repeat url("../img/navleft_bg.jpg");
}
.leftNavButtonActive, .leftNavButton:hover {
	width:123px;
	background:top left no-repeat url("../img/navleft_active_bg.jpg");
}

.NavButton {
	width:120px;
	background:top left no-repeat url("../img/navbutton_bg.jpg");
}
.NavButton:hover, .NavButtonActive {
	width:120px;
	background:top left no-repeat url("../img/navbutton_active_bg.jpg");
}

.rightNavButton {
	width:124px;
	background:top left no-repeat url("../img/navright_bg.jpg");
}
.rightNavButtonActive, .rightNavButton:hover {
	width:124px;
	background:top left no-repeat url("../img/navright_active_bg.jpg");	
}


/* Middle part styles goes here*/
.middleLeft {
	width:7px;
	background:top left repeat-y url("../img/middle_left_bg.gif");
}
.middleRight {
	width:8px;
	background:top left repeat-y url("../img/middle_right_bg.gif");
}
.container1 {
	background:top left no-repeat url(../img/middle_bg.jpg) #a8d2f7;
	width:735px;
	vertical-align:top;
}

.container1 table {
	width:100%;
}

.name_container {
	text-align:left;
	vertical-align:top;
	padding-top:86px;
	padding-left:31px;
}

.content p {
	font-size:16px;
	color:#022145;
	margin-right: 10px;
}

h3 {
	color:#022145;
	font-size:21px;
	text-align:right;
	font-weight: bold;
	margin-right: 10px;
}

/* Bottom replaced images*/
.bottom_images {
	width:315px;
	height:180px;
}




* html .bMargin {
	margin-bottom:25px;
}


/*
	Floating image with border styles
*/

.imageContainer {
	padding:5px;
	background-color:#0059a5;
	margin:25px;
	clear:none;
}
.imageContainer img {
	margin:0px;
	padding:0px;
	border:none;
}

.imageContainer table {
	width:1px;
	empty-cells:show;
}

.ibCorner {
	width:2px;
	height:2px;
	background:top left no-repeat url("../img/image_border_corner.gif");
	font-size:2px;
	line-height:2px;
}

.ibLeft, .ibRight {
	width:2px;
	background:top left repeat-y url(../img/image_border_left.gif);
	font-size:6px;
}
.ibRight {
	background-image:url("../img/image_border_right.gif");
}

.ibTop, .ibBottom {
	height:2px;
	background:top left repeat-x url("../img/image_border_top.gif");
}
.ibBottom {
	background-image:url("../img/image_border_bottom.gif");
}


/* Footer styles goes here*/
.footer {
	width:750px;
	vertical-align:top;
	padding-top:8px;
	height:38px;
	background:top left no-repeat url("../img/footer_bg.gif");
	text-align:center;
	color:#022b5a;
	font-size:12px;
	
}

