* {
	margin: 0;
	padding : 0;
}

a {
	text-decoration : none;
}

img {
	border: none;
}

ul, li {
	list-style-type: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left 185px;
	font-size: 12px;

}

#topBar {
	background-repeat: no-repeat;
	background-position: 0 0;

}

#bottomBar {
	clear: left;
	display: block;
	background-image : url(/argosSites/vital/images/background_bottom.gif);
	background-repeat: repeat-x;
	background-position: 0 15px;
	width: 616px;
	padding-top : 17px;
	margin: 0 0 0 133px;
}

#bottomBar li {
	float: left;
	font-weight: bold;
	background-image : url(/argosSites/vital/images/dotted_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	margin-left: 5px;
	
}

#bottomBar li.top {
	float: right;
}

#bottomBar li a {
	color: #093A80;
}

a.textGreen {
		color : #448A44;
}

div.spacer {clear: left; display : none;}

div#msgcontener {font-size: 15px;position:absolute;z-index:100; background-color : white; padding: 10px; border : solid 2px #093A80;color : #093A80;font-weight : bold; width:240px; height:100px;top:275px; left: 295px;}
div#msgcontener p {margin-top : 40px}
div#msgcontener  a.closeBtn {position:absolute; margin : 0px 0 0 175px;font-size: 13px;}