body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	background-color:#fff;
	text-align:center;
	}
#outerwrap {
	width:80%;
	margin:0 auto;
	border-bottom:2px solid #380004;
	background-color:#fff;
	background-image:url(../img/common/bg-globe.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	}
#topwrap {
	width:100%;
	margin:0 auto;
	padding:10px 0 0;
	}
p.toTop, form.np {
    display:none;
	}		
/**********
banner*/
#banner {
	background-image:none;
	padding-top:0;
	}
h1 {
	margin:0;
    font-weight:normal;
	font-size:2.0em;
	height:143px;
	width:100%;
	color:#700002;/*dark red*/
	}
.images-on h1 {
    text-indent:-10000px;
	background-image:url(../img/common/GMS-logo-print.gif);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
    }		
/**********
navbar*/
#sidebar {
    display:none;
	}		
/**********
main content*/
#content {
	float:none;
	width:100%;
	padding:30px 0 0;
	text-align:left;
	}
.center {
    text-align:center;
	}
img {
	border: 0;
	}
img.border {
	border:1px solid #700002;
	}
.imgR {
	display:none;
	}
.imgL {
	float:left;
	margin:0 1.2em 1.2em 0;
    border:1px solid #700002;
	}
.divL {
	float:left;
	width:45%;
	}
.divR {
	float:right;
	width:45%;
	}
.divP1, .divP2 {
	float:none;
	width:100%;
	}
.divClearCenter {
	clear:both;
	text-align:center;
	}
.divClearCenter h3 {
	padding:1.2em 0 0;
	}
.divL40 {
	float:left;
	width:40%;
	}
.divR60 {
	float:right;
	width:58%;
	}
div.arrows {
	background-image:url(../img/arrows.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	}
div.hilite {
	border:1px solid #700002;
	margin-bottom:1.2em;
	}
div.hiliteTop {
	border:1px solid #700002;
	margin-bottom:0;
	}
div.arrows div.hilite {
	margin-left:48px;
	}
div.hilite h3, div.hiliteTop h3 {
	background-color:#b61121;/*med red*/
	border-bottom:1px solid #700002;
	color:#fff;
	font-size: 1.2em;
	margin:0 0 1.2em;
	padding:0.2em;
	font-weight: bold;
	text-align:center;
	}
div.hilite ul, div.hiliteTop ul {
	margin-bottom: 1.2em;
	margin-left:2.0em; 
	}
div.hilite ul ul {
	margin-bottom: 0; 
	}
div.hilite li {
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	}
div.hilite h4, div.hilite p {
	line-height: 1.2em;
	margin: 0.2em 0.7em;
	}
div.hiliteTop li {
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	}
div.hilite ul.spread li {
	line-height: 1.7em; 
	}		
/**********
footer*/
.clear {clear:both;}
#footer {
    clear:both;
	margin:0.5em auto 20px;
	width:80%;
	padding:0 0 1em;
	}
#footer p {
    clear:both;
	font-size: 90%;
	color:#999;
	margin:0;
	line-height:1.2em;
	}
#footer a {
	color:#999;
	}		
/**********
typography*/
a {
	text-decoration: underline;
	font-weight: normal;
	color: #009;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color:#700002;/*dark red*/
	}
h2 {
	font-size: 1.7em;
	margin: 0 0 1.2em;
	font-weight: bold;
	color:#b61121;/*med red*/
	}
h3 {
	font-size: 1.3em;
	margin: 1.4em 0 1.2em;
	font-weight: bold;
	color:#b61121;/*med red*/
	}
h4 {
	font-size: 1.1em;
	margin: 1.2em 0;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0;
	font-weight: bold;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left:0;
	padding-left:0;  
	}
ol, ul {
	margin-bottom: 1.2em;
	margin-left:1.5em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1.2em 0;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}		
/**********
tables*/
table {
    margin: 1.5em 0;
	width: 100%; /* optional */
    border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	}
caption {
    font-weight: bold;
	font-size: 1.1em;
    text-align: center;
	}
th {
    text-align: center;
	padding: 0.5em;
	font-size: 1.0em;
	}
th.th-left {
    text-align: left;
	}
td {
    padding: 0.5em;
	font-size: 1.0em;
	}
td.td-center {
    text-align: center;
	}
th, td {
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
