@import url(new_browser.css);

body {
	background: white url(http://www.mod-soft.com/images/arc.jpg) no-repeat;
	font-family: Verdana, sans-serif;
	font-size: 12px;
        margin: 0;
	padding:10px 15px;
}

h1 {
	font-size: 19px;
	font-family: Arial,sans-serif;
	margin-bottom: 1px;
}

h2 {
	font-size: 17px;
	font-family: Arial,sans-serif;
	margin-bottom: 1px;
}

h3 {
	font-size: 15px;
	font-family: Arial,sans-serif;
	margin-bottom: 1px;
	color: #000099;
}

h4 {
    font: bold 17px/1.5 "Arial Narrow", Arial, sans-serif;
	color: #000099;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

li {
	margin-top: 5px;
}

a {
	color: blue;
}

a:visited {
	color: #000099;
}

a:visited:hover {
	color: blue;
}

.fineprint, #content .fineprint, #rightside .fineprint {
	font-size: 10px;
}

#photo {
	position: relative;
	left: -15px;
}

#content {
	padding-right: 10px;	
}

#content h1, #content h2 {
	color: #990000;
}

#content p, td, th, li {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#leftside {
	background-image: url(images/blue_line.gif);
	background-repeat: no-repeat;
}

#rightside p  {
	font-size: 11px; 
}

#rightside h1, #rightside h2, #rightside h3 {
    font-family:  "Arial Narrow", Arial, sans-serif;
	margin-bottom: 0px;
	border-bottom: 2px solid #000099;
	color: #000099;
}

#menu {
	padding-top: 17px;
	padding-right: 66px;
	padding-bottom: 8px;
	padding-left: 0;
}

#menu p {
	margin-top: 9px;
	margin-bottom: 0;
	text-align: right;
}

#menu a {
	text-decoration: none;
	color: #000099;
	font: bold 12px Verdana, sans-serif;
}

#menu a:hover, #submenu a:hover {
	text-decoration: underline;
}

#submenu {
	border: 0; /* for NS4*/
	border-left: 2px solid #444D9C;
	width: 178px;
	padding-bottom: 7px;
	background-color: #DEE0F2;
}

#submenu h3 {
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #444D9C;
	color: white;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	margin-bottom: 10px;
    margin-top: 0px;
}

#submenu h3 a {
	color: white;
	font-size: 11px;

}

#submenu p {
	margin-top: 6px;
	margin-bottom: 6px;
		
}

#submenu a {
	font-family: Verdana,sans-serif;
	font-size: 10px;
	color: #000099;
	text-decoration: none;
}

#submenu a.selected {
	font-weight: bold;
	
}

p acronym { 
	text-decoration: underline;
	cursor: help;
}

.red {
	color: #900;
}