/*--  Attributes of the navigation and related menus  --*/
#snippetleft {
float:left;
width:160px;
background:#ffffff;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#336699;
border:1px dashed #336699;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
#snippetleft a {
font-family:Arial;
font-size:12px;
color:#336699;
font-weight:normal;
text-decoration:underline;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
#snippetleft a:Hover {
font-family:Arial;
font-size:12px;
color:#ff0000;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


/*--  Attributes of the navigation and related menus  --*/
#snippetright {
float:right;
width:160px;
background:#ffffff;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#336699;
border:1px dashed #336699;
text-align:left;
text-decoration:none;
padding-top:5px;
padding-left:9px;
padding-right:9px;
padding-bottom:5px;
margin-left:5px;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
}
/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
#snippetright a {
font-family:Arial;
font-size:12px;
color:#336699;
font-weight:normal;
text-decoration:underline;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
#snippetright a:Hover {
font-family:Arial;
font-size:12px;
color:#ff0000;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


body {
	background-color: #dbe1f5;
}
body, p, td {
	font-family: arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	line-height: 1.5em;
}
#headerimg {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 140px;
}
#leftimg {
	background-image: url(image.jpg);
	background-repeat: no-repeat;
	height: 285px;
  margin-top: 50px;

}

h1 {
	font-family: arial, verdana, sans-serif;
	color: #000080;
	font-size: 20px;
	border: 1px solid #cccccc;

	line-height: 120%;
	text-align: LEFT;	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-variant: small-caps;
}

h2 {
	font-family: arial, verdana, sans-serif;
	color: #000080;
	font-size: 18px;
	
	line-height: 120%;
	text-align: LEFT;	padding-left: 30px;
	
}

h3 {
	font-family: arial, verdana, sans-serif;
	color: #000080;
	font-size: 20px;
	border: 1px solid #cccccc;
	width: 100%;
	line-height: 120%;
	text-align: center;
}

h4 {
	border: 3px outset #FB985D;
	background-color: #FFE1BB;
	padding: 2 20;
	font-weight: bold;
	color: #000080;
	font-size: 13px;
}

ul, li {
	list-style-type: none;
	padding: 0 10;
	margin-left: 0px;
}

li {
	line-height: 160%;
}

li a:link {
	text-decoration: none;
	color: #434E5C;
	font-size: 12px;
}

li a:visited {
	text-decoration: none;
	color: #434E5C;
	font-size: 12px;
}

li a:hover {
	text-decoration: underline;
	color: #434E5C;
	font-size: 12px;
}
#mini {
	height: 200px;
	overflow: hidden;
}
#maxi {
	overflow: auto;
}
.copyright {
	border-top: 1px solid #000080;
	background-color: #dbe1f5;
	height: 40px;
}

#copyright a {
    color: #000080;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}


#listingsLink {
    
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

#listingsLink a {
    color: #000080;
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}


#listings {
    width: 336px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

#listings p {
    padding-left: 2px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
    color: black;
}

#listings a {
    color: #000080;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

#listings small {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #575757;
}

.border {
	border: 1px solid #3D322E;
	background-color: #ffffff;
}
.border-left {
	border-left: 1px solid #FB985D;
}
#container {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 750px;
}
#container img {
	margin: 0 0 20 0;
}
#rightcol {
	margin-top: 20px;
	width: 220px;
	padding-left: 10px;
	font-size: 12px;
}
#rightcol p {
	color: #828482;
}

#readmore {
	margin-top: 3px;
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
}
#readmore small {
	font-family: arial, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
#readmore small a {
	font-family: arial, sans-erif;
	font-weight: normal;
	color: #000080;
	font-size: 12px;
}