body, html {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000;
	/* font-family: verdana, tahoma, sans-serif; */
	/* font-family: Profont, "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;


	text-align: justify;
	font-size: x-small;
}


body {
	min-width:750px;
}


#wrap {
	background: url(./img/bg.jpg);
	margin:0 auto;
	width:750px;
}

#header {
	background: url(./img/header.jpg);
	width: 750px;
	height: 200px;
	margin: 0px auto;
}
#header h1 {
	padding:5px;
	margin:0;
}

#nav {
	background:#c99;
	padding:5px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	float:right;
	width:579px;
}


#main h1 {
	/* padding: 25px 0px 5px 5px; */
	/* text-transform: uppercase; */
	font-size: 28px;
	/* border-bottom: 1px dashed; */
	color: #173E68;
}


.arrowup{
	background:url("img/arrow_up.gif") no-repeat 0 10px;
	padding:4px 0px 4px 9px;
}



#main h2, #main p {
	padding:0 10px;
}

#main h2 {
	padding: 25px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: 1px dashed;
	color: #173E68;
}

.sectiontop {
	float: left;
	padding-bottom: 10px;
	font-size: 12px;
}



.subhead {
	margin-top: 50px;
	/* float: left; */
	/* display: block; */
	/* padding: 25px 0px 5px 5px; */
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	color: #173E68;
}

.subheadleft {
	padding:0 10px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;

}


.subheadright {
	padding:0 10px;
	float: right;
	font-size: 12px;
}


#main .subhead a:hover.subheadleft,  
#main .subhead a:hover.subheadright,
#main .subhead a.subheadleft,
#main .subhead a.subheadright,
#main a.sectiontop,
#main a:hover.sectiontop {
	color: #173E68;
	text-decoration: none;
}



#main h3 {
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: -10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #173E68;
}


#main h2 a {
	color: #173E68;
	text-decoration: none;
}


#main h2 a:hover {
	color: #173E68;
	text-decoration: none;
}


#main h3 a {
	color: #173E68;
	text-decoration: none;
}

#main h3 a:hover {
	color: #173E68;
	text-decoration: none;
}


#main a:hover {
	color: #333333;
	text-decoration: none;
}


#main a {
	color: #666666;
}



/* Inline list */
.inlinelist ul {
  /* width: 12em; */
  padding-left: 20px;
  /* list-style-image: url("img/arrow_down.gif"); */
}

.inlinelist li {
  /* width: 12em; */
  margin: 0;
  padding-left: 0px;
  list-style: disc;
}



/* FAQs */
.faq ul {
  /* width: 12em; */
  padding-left: 20px;
  list-style-image: url("img/arrow_down.gif");
}

.faq li {
  /* width: 12em; */
  margin: 0;
  padding-left: 0px;
  /* list-style: disc; */
}





/* Top table of contents */
.toc ul {
  width: 12em;
  padding-left: 20px;
  list-style-image: url("img/arrow_down.gif");
}

.toc li {
  width: 12em;
  margin: 0;
  padding-left: 0px;
  /* list-style: disc; */
}



#sidebar {
	font-family: verdana, tahoma, sans-serif;
	/* background:#99c; */
	/* background:#000066; */
	float:left;
	width:161px;
	margin-top:10px;
	font-size: 12x;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	background:#F0F0F0;
	height: 25px;
	clear:both;
	border: 0.5px solid #CFCFCF;
	/* margin-bottom:50px; */
}

#footer p {
	margin: 0px;
	/* padding-top: 15px; */
	padding:5px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}


/* insert vertical space */
#verspace {
	margin-top:150px;
}




/* Menu */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
}
#menu {
	/* font-family: verdana, tahoma, sans-serif; */
	width: 151px;
}
#menu dt {
	cursor: pointer;
	margin:2px 0px 0px 15px; /* top right bottom left */
	/* height: 20px; */
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	/* border: 1px solid gray; */
	border: none;
	/* background: #ccc; */
}
#menu dd {
	/* border: 1px solid gray; */
	font-weight: bold;
	font-size: smaller;
	margin:0px 0px 15px 0px; /* top right bottom left */
}
#menu li {
	text-align: left;
	margin:0px 15px 0px 30px; /* top right bottom left */
	/* background: #fff; */
}
#menu li a, #menu dt a {
	color: #CDAD00;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background:#CC9900;
	/* color: #000066; */
	color: #1E2E7B;
}





/* Tables */
table.rittable { 
	width: 350px;
	background-color: #fafafa;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 8px;
}

td.rittablehead { 
	background-color: #173E68;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #CDAD00; 
}

td.rittablerow { 
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .7em;
	color: #404040;
	background-color: #fafafa;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px; 
}

#main table.rittable a,
#main table.rittable a:hover {
	color: #CDAD00;
	text-decoration: underline;
}
