/* CSS Document */

body {
	text-align:center;
	margin:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#747474;
	}
td {
	text-align:left;
	}
#menu-bar {
	background:url("images/menu-bar.jpg") repeat-x;
	height:25px;
	text-align:right;
	vertical-align:top;
	}
#top-menu {
	margin-right:10px;
	}
#top-menu img,#top-menu a {
	margin:0;
	padding:0;
	}
#title {
	text-align:right;
	margin-top:28px;
	}
#wrapper {
	background:url("images/back.jpg") bottom no-repeat #fcfcfc;
	}
#thin-bar {
	height:1px;
	border-bottom:1px solid #1b2d5a;
	width:596px;
	position:relative;
	top:65px;
	left:76px;
	}
#content {
	font-size:11px;
	width:383px;
	margin:0 0 30px 75px;
	}
#content p {
	margin:0 4px 11px 0;
	text-align:justify;
	}
#content ul {
	margin:0 0 10px 20px;
	list-style:outside;
	}
#conternt li {
	list-style:url("images/bullet.gif")!important;
	}
#right-col {
	float:right;
	margin:64px 0 0 0;
	text-align:right;
	}
#footer {
	background:url("images/bottom-bar.jpg") repeat-x;
	padding :17px 0 10px 0;
	text-align:center;
	color:#1a2e5a;
	font-size:10px;
	}
#footer a {
	color:#1b46a9;
	text-decoration:none;
	}
#footer a:hover {
	color:#7693d3;
	}



