/* CSS Document */

/* Global Elements */
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	margin:0;
}
/* DIVS: */
#container {
	background: url('../images/repeat_line.jpg') repeat;
	width:786px;
	margin:auto;
	font-size:.7em;
	margin-top:15px;
}
p 
{
	margin:9px;
}
#subContainer {
	/*important for IE*/
	background: #ffffff;
	overflow:hidden;
	width:760px;
	clear:both;
	bottom:0px;
	min-height:310px;
	padding-top:0px;
	margin-left:13px;
	margin-right:13px;
}
#outercentercol {
	color:#444444;
	float:left;
	width:462px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	display: inline; /* Fix IE double-margin bug by using an ignored display value */
}
#header {
	vertical-align:baseline;
	background:url('../images/fadedImage.jpg') no-repeat right top;
	height:118px;
	margin-left:13px;
	margin-right:13px;
}
#logo {
	float:left;
	width:250px;
}
#menu {
	background:#333;
	font-size:.85em;
	padding:0px;
	height:22px;
	margin:0px;
	text-align:right;
	width:760px;
	float:right;
	border-bottom:0px solid #ccc;
	border-top:0px solid #fff;
}
#leftcol {
	float:left;
	width:278;
	background:#ccc;
	display: inline; /* Fix IE double-margin bug by using an ignored display value */
}
#footer {
	clear:both;
	width:760px;
	display:block;
	height:14px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:.8em;
	text-align:center;
	background:#000;
	color:#fff;
	border-bottom:1px solid #fff;
}
#blackBottom {
	float:right;
	border-bottom:1px solid #fff;
	background:url('../images/black_bottom.gif') no-repeat;
	background:#000;
	width:760px;
	height:8px;
}
#blackTop {
	float:right;
	border-top:1px solid #fff;
	background:url('../images/black_top.gif') no-repeat;
	background:#000;
	width:760px;
	height:8px;
}
	/* Bullet */
	
.bullet_black {
padding-left: 17px;
background:url(../images/bullet_blackArrow.jpg) no-repeat;
line-height:16px;
display: block;
}

	/* Links: */

#menu a:link            { color: #fff; height:24px; padding:5px; padding-left:15px; padding-right:15px; line-height: 22px; font-weight:bold; text-decoration: none }
#menu a:active         { color: #fff; height:24px; padding:5px; padding-left:15px; padding-right:15px; line-height: 22px; font-weight:bold; text-decoration: none; background:#000; }
#menu a:visited        { color: #fff; height:24px; padding:5px; padding-left:15px; padding-right:15px; line-height: 22px; font-weight:bold; text-decoration: none }
#menu a:hover         { color: #fff; height:24px; padding:5px; padding-left:15px; padding-right:15px; line-height: 22px; font-weight:bold; text-decoration: none;  background:#000;
}

#outercentercol a:link            { color: #000; font-weight:bold; text-decoration: none }
#outercentercol a:active         { color: #000; font-weight:bold; text-decoration: underline }
#outercentercol a:visited        { color: #000; font-weight:bold; text-decoration: none }
#outercentercol a:hover         { color: #000; font-weight:bold; text-decoration: underline }

/* Text: */

h5 {
	font-size:1em;
	margin:0px;
	margin-top:10px;
	color:#000000;
	padding:0px;
	padding-left:26px;
	line-height:20px;
	background:url('../images/arrowCircle.jpg') no-repeat;
}
h4 {
	color:#ff0000;
	font-weight:normal;
	font-size:1.9em;
	margin:0px;
	margin-bottom:15px;
	margin-left:75px;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	border-top:15px;
	color:#000066;
	font-size:3.2em;
	margin:0px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
}

#outercentercol img {
	border:2px solid #000;
}