/*Links*/
a:link {color: #0000FF; text-decoration: underline;}
a:visited {text-decoration: underline;	color: #0000FF;}
a:hover {text-decoration: underline;	color: #FF0000;}
a:active {text-decoration: underline;	color: #0000FF;}

/*Defaults*/
h1, h2{font-size: 14px; color:black;}
h3, h4, h5, h6 {font-size: 12px; font-weight:bold;}

/*Alignment*/
.par {margin-left: 1em;}
.parsm {margin-left:1em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}

/*Font Styles*/
.hdrtxt {font-size:14px; font-weight:bold;}
.hdtxt2 {font-size:14px; font-weight:bold; color:black;}
.hdtxt2sm {font-size:12px; font-weight:bold; color:black;}

.red  {color:#FF0000; font-weight:bold; font-size:10px;}

.smtxt {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.smtxtb {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold;}
.smtxtbw {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:#FFFFFF;}

/*Borders*/
.bdrrt {border-right-style:solid; border-right-width:thin; border-right-color:#999999;}
.bdrleft {border-left-style:solid; border-left-width:thin; border-left-color:#999999;}
.bdrtop {border-top-style:solid; border-top-width:thin; border-top-color:#999999;}
.bdrbtm {border-bottom-style:solid; border-bottom-width:thin; border-bottom-color:#999999;}
.bdrbtmdash {border-bottom-color:#CCCCCC; border-bottom-style:dashed; border-bottom-width:thin;}

/*Other*/
abbr, acronym {cursor: help;}
.hidden {
	display: none;
}

/*List Styles*/
.lisd {list-style-image: url(images/bullet.jpg);}
.lisdblock {list-style-image: url(images/bullet.jpg);background-color:#E8E8E8; display:block; font-weight:bold;}
.lisc {list-style-image: url(images/check.gif);}

/*Layout*/
#topheader {
	display: none;
	}

#header {
	height: 129px;
}
#header .noprint {
	display:none;
}

#header .printonly {
	height: 129px;
	}
	
#all-container {
	width: 100%;
	margin: auto;
}

#body-container {
	position:relative;
	}

#body-container #main {
	padding:3px 15px 0px 15px;
	}

#body-container #top {
	display: none;
	}

.clear {
	clear:both;
	}

#footer {
	width: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding:20px 0 20px 0;
	margin:auto;
	clear:both;
	}

#btmimg {
	display:none;
	}

#footer .left {
	float:left;
	width: 350px;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

#footer .right {
	display:none;
	}

/*Sub Containers*/
.left-container {
	float:left;
	width: 350px;
	height: auto;
	position:relative;
	left:15px;
	padding: 0px 5px 0px 2px;
	}

.right-container {
	float:right;
	position:relative;
	margin: 0 15px 0 0;
	width: 370px;
	padding: 0px 15px 0px 15px;
	height: auto;
}


/*image blocks*/
#image-container {
width:233px;
height:283px;
margin: 10px 0 0 133px; 
padding: 25px 0 0 0;
position:relative;
caption-side:right;
float:left;
background: url(images/container.png) no-repeat center;
text-align:center;
font-weight:bold;
}

