@charset "utf-8";
body  {
	background: #708090;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
.twoColFixLt #container {
	width: 98%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #708090;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	max-width: 1650px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #708090;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px;
} 
#foot {
	height: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 250px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	width: 75%;
	font-size: 12px;
	color: #FFF;
} 
h1 {
	margin: 0px;
	padding: 0px;
	height: 81px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
li {
	list-style-type: square;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 9px;
}


#navlist li
{
	padding-left: 10px;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-image: url(racko.png);
	font-weight: bold;
}
#navlist2 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 12px;
}
#navlist2 li {
	padding-left: 10px;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-image: url(racko.png);
	font-weight: bold;
}


a:link {
	border-bottom: 0;
	text-decoration: none;
	color: #FFF;
}
a:visited {
	border-bottom: 0;
	text-decoration: none;
	color: #FFF;
}



a:hover {
	border-bottom: 0;
	text-decoration: underline;
	color: #00F;
}
#mainContent a:link {
	color: #000;
}
#mainContent a:visited {
	color: #000;
}

#mainContent a:hover {
	color: #FFF;
	text-decoration: underline;
}

#breadcrumbs {
	font-size: 12px;
	color: #000;
	margin-top: 1px;
	width: 500px;
}
#breadcrumbs a:link {
	color: #FFF;
	text-decoration: underline;
}
#breadcrumbs a:visited {
	color: #FFF;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #00F;
	text-decoration: none;
}






.blubar {
	background-color: #00F;
	height: 2px;
	width: 85%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.blubar4 {
	background-color: #00F;
	height: 2px;
	width: 95%;
	margin-top: 8px;
	margin-bottom: 4px;
}
.blubar5 {
	background-color: #00F;
	height: 2px;
	width: 95%;
	margin-top: 8px;
	margin-bottom: 8px;
}

.style5menu {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}


#leftcontent #smalllist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 h2 {
	margin: 0px;
	padding: 0px;
}




.smallli {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	list-style-image: url(racko.png);
	margin: 0px;
	padding: 0px;
}
#navlist3 {
	margin-left: 17px;
	padding-left: 0;
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#navlist4 {
	margin-left: 17px;
	padding-left: 0;
	list-style: none;
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#navlist5 {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-top: 0px;
	margin-top: 5px;
}
#navlist5 li {
	padding-left: 10px;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-image: url(racko.png);
	font-weight: bold;
}


.style5bmenu {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
#ContentList1 {
}
#ContentList1 li {
	line-height: 25px;
}
.twoColFixLt #mainContentLinks {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#MedecoTable {
	width: 95%;
	max-width: 1250px;
}
#HomeButton {
	height: 29px;
	width: 200px;
	float: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(homewhite.png);
	border: 0;
}
#HomeButton a {
	height: 29px;
	width: 200px;
	float: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(homewhite.png);
	display: block;
	border: 0;
}

#HomeButton a:link {
	height: 29px;
	width: 200px;
	float: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(homewhite.png);
	border: 0;
}
#HomeButton a:visited {
	height: 29px;
	width: 200px;
	float: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(homewhite.png);
	border: 0;
}
#HomeButton a:hover {
	height: 29px;
	width: 200px;
	float: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(homeblue.png);
	border: 0;
}
.SafeList {
	list-style-position: inside;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 650px;
	margin: 1px;
}
.CellWht {
	background-color: #7788a2;
}

.CellYell {
	background-color: #FF0;
}
.CellLghtBlu {
	background-color: #e1e1e1;
}
.CellBrwn {
	background-color: #7a8b9d;
}
.CellBlu {
	background-color: #C0C0FF;
}

.SafeUL {
	width: 700px;
	margin-left: 35px;
}

.SafeTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.SafeTable tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.SafeTableh4 {
	padding-top: 0px;
	padding-bottom: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SafeTableh3 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.GunSafeTable {

}
.GunSafeTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.list2 {
	list-style-image: url(list2.png);
	margin: 0px;
	padding: 0px;
}
.FunctionTable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.FunctionTable tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.HiLit1 {
	background-color: #7788a2;
	color: #000;
	margin-bottom: 4px;
}
.Contact {
	width: 800px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.Contact li {
	list-style-type: none;
}
#con {
	color: #000;
}
#con a:link {
	color: #FFF;
	text-decoration: underline;
}
#con a:visited {
	color: #FFF;
	text-decoration: underline;
}
#con a:hover {
	color: #00F;
	text-decoration: none;
}
.ContentListGard {
	list-style-type: none;
}
.ContentListGard li {
	list-style-type: none;
}
.FootNote {
	font-size: 12px;
	font-style: italic;
	color: #000;
}
.SmallType {
	font-size: 12px;
	color: #000;
}
.SafeList {
	margin-left: 90px;
}

.CellWhtB {
	background-color: #999;
}
.spacerMarginLeft {
	margin-left: 12px;
}
.spacerMarginRight {
	margin-right: 12px;
}

#ContentList2 {
	margin-left: 90px;
}
#ContentList2 li .ListHeadType {
	font-size: 20px;
	font-weight: bold;
}
#ContentList2 li ul li {
	font-weight: bold;
	font-size: 15px;
}
.bullets1 {
	font-size: 12px;
	font-weight: normal;
}
#si {
	font-weight: bold;
	font-size: 15px;
	height: 90px;
	width: 600px;
}
