/* CSS Document */
/* @import must be at top of page */

@import url("category.css");
@import url("footer.css");
@import url("LeftNav2.css");
@import url("table.css");
@import url("images.css");
/* Body */	

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_themes/pstmdrn/postextb.gif); /*  yellowish background color */
	background-repeat: repeat;
	background-position: left top;
	}

/* Header Image */

#header-image {
	/*	height: 60;  */
/*	background-image: url(../_derived/main.html_cmp_pstmdrn010_bnr.gif);  */
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
	
/* Container */	
#websitecontainer {
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
	padding: 0;
	background-image: url(../_themes/pstmdrn/postextb.gif); /*  yellowish background color */
	background-repeat: repeat;
	background-position: left top;
	/*	border: 2px solid #333333; */
		text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	}		

#container {
	font-family: Arial, Helvetica, sans-serif;
	width: 675px;
	padding: 0;
	background-image: url(../_themes/pstmdrn/postextb.gif); /*  yellowish background color */
	background-repeat: repeat;
	background-position: left top;
	/*	border: 2px solid #333333; */
		text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	}		

#articlecontainer {
	font-family: Arial, Helvetica, sans-serif;
	width: 675px;
	padding: 0;
	background-image: url(../_themes/pstmdrn/postextb.gif); /*  yellowish background color */
	background-repeat: repeat;
	background-position: left top;
	/*	border: 2px solid #333333; */
		text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	}		


/* Heading properties */
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}

/*.heading {
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	background-color: #ECE9D8;
		border: 1px solid #CCCCCC; 
	background-color: #FFFFFF;	} */
	
.heading h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC; margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.heading h2 {
	font-family: Arial, Helvetica, sans-serif; /* Top, Right, Bottom, Left */
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	/*background-image: url(../_derived/header_bgn.gif); */
	/*	background-color: #ECE9D8; */
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
/*	background-color: #F3F3EE;  */
	}
	
.heading h3 {
	margin: 0 0 0 0; /* Top, Right, Bottom, Left */
	padding: 6px 12px 6px 12px; /* Top, Right, Bottom, Left */
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}


.heading p {
	margin: 0;
	padding:  0 12px 12px 12px; /* Top, Right, Bottom, Left */
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;		
	}	
				
.heading ol {
	margin: 0;	
	padding:  4px 12px 12px 24px; /* Top, Right, Bottom, Left */	
	}

.heading  ul {
	list-style-type: disc;
	margin: 0; /* Top, Right, Bottom, Left */			
	padding:  4px 12px 12px 24px; /* Top, Right, Bottom, Left */
	}

.heading li {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	list-style-position: outside;
	}
	
.heading a:link, .heading a:visited {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
	} 
	
.heading a:link:hover, .heading a:visited:hover {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	}

/* Right sidebar defined */
		
#Rsidebar {
	float: right;
	width: 189px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	/*	background-color: #ECE9D8;  */
	border: 1px solid #CCCCCC;
	}		
	
/* Heading properties */
#Rsidebar heading {
	font-family: Arial, Helvetica, sans-serif;

	color: #336699;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

/*.heading {
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	background-color: #ECE9D8;
		border: 1px solid #CCCCCC; 
	background-color: #FFFFFF;	} */
	
#Rsidebar h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC; margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Rsidebar h2 {
	font-family: Arial, Helvetica, sans-serif; /* Top, Right, Bottom, Left */
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	background-color: #F1E9AD;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	
#Rsidebar h3 {
	margin: 0 0 0 0; /* Top, Right, Bottom, Left */
	padding: 6px 12px 6px 12px; /* Top, Right, Bottom, Left */
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}


#Rsidebar  p {
	margin: 0;
	padding:  0 12px 12px 12px; /* Top, Right, Bottom, Left */
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;		
	}	
				
#Rsidebar ol {
	margin: 0;	
	padding:  4px 12px 12px 24px; /* Top, Right, Bottom, Left */	
	}

#Rsidebar heading  ul {
	list-style-type: none;
	margin: 0; /* Top, Right, Bottom, Left */			
/*	padding:  4px 12px 12px 24px; /* Top, Right, Bottom, Left */ 
	}
#Rsidebar  ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0; /* Top, Right, Bottom, Left */			
/*	padding:  4px 12px 12px 24px; /* Top, Right, Bottom, Left */ 
	}
#Rsidebar li {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	list-style-position: outside;
	list-style-type: none;
	}
	
#Rsidebar a:link, .heading a:visited {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color:#000000;
	} 
	
#Rsidebar  a:link:hover, .heading a:visited:hover {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #993300;
	} 	

/* Content defined */
		
#content {
	zoom:1;
	float: left;
	width: 430px;  
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 21px;
	padding-bottom: 18px;
	padding-left: 10px;
	}	

#content2col {
	zoom:1;
	float: left;
	width: 600px;  
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 21px;
	padding-bottom: 18px;
	padding-left: 10px;
	}	
	#contentmain2col {
		zoom:1;
	position:relative;
	float: none;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	}	
	
.LUCupdates {
	position:relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	height: 180px;
	line-height: normal;
	}
	
.leftcolLUC {
	position:relative;
	width: 210px;
	float: left;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	border: none;
	line-height: normal;
	overflow: hidden;
	}
.middlecolLUC {
	position:relative;
	width: 215px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 5px 2px 0px 2px;
	border: none;
	overflow: hidden;
		line-height: normal;
	height: auto;
	}
.rightcolLUC {
	position:relative;
	width: 210px;
	float: right;
	margin: 0px;
	padding: 5px 2px 0px 2px;
	border: none;
	overflow: hidden;
		line-height: normal;
	}
.LUCheading {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	font-size: 18px;
	text-align:center;
	color: #336699;
	font-weight:bolder;
	line-height:normal;
	padding: 0px;
	/*	border-bottom: 1px solid #CCCCCC;  */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.calendarmain {

	position:relative;
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	height: auto;
	line-height: 100%;
	}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	font-size: 16px;
	text-align:left;
	color: #336699;
	font-weight:bold;
	line-height:normal;
	padding: 0px;
	/*	border-bottom: 1px solid #CCCCCC;  */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.leftcolmain {
	position:relative;
	width: 440px;
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	border: none;
	line-height: normal;
	overflow: hidden;
	}

.rightcolmain {
	position:relative;
	width: 210px;
	float: right;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	border: none;
	overflow: hidden;
	}

.caption {
font-size:10px;
}
/****** Default Links ******/

a:link, a:visited {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color:#000000;
/*	color: #336699; */
	} 	

a:link:hover, a:visited:hover {
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #993300;
	}	
	
.style12 {
	font-family:Arial, Helvetica, sans-serif;
	/*	color: #336699;  */
	color: #004276;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
}
.style13 {
	font-size: 12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: normal;
}


/* HTML Tags */	

p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0;
	margin: 0 0 18px 0; /* Top, Right, Bottom, Left */	
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	color: #336699; */
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	padding: 0;
	color: #000000; 
/*	color: #336699; */
	margin: 0 0 4px 0; /* Top, Right, Bottom, Left */		
	}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
	}
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.none {list-style-type: none}
li {
	margin: 0;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	list-style-position: outside; /* Top, Right, Bottom, Left */
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	list-style-image: none;
	list-style-type:none;
	}



/* Miscellaneous text definitions */
.blueboldtext {
	color: #336699;
	font-weight: bold;
     }

.bigblueboldtext {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
     }
.italicbold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	font-weight: bold; 
	}
.style28 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	 color: #000000; 
	 font-weight: bold; 
	 }
/* Clear All Element */
	
.clear {
	clear: both; /* Keeps contact and footer CSS displaying properly */
	padding: 1px 0 0 0;
	margin: 0;
	}

	
.symbol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0;
	margin: 0 0 18px 0; /* Top, Right, Bottom, Left */	
	}
.smaller_font {	font-size: x-small;
	line-height:100%;
	}		
.superscript {
	font-size: x-small;
	color: #000000;
	line-height: inherit;
	position:relative;
	padding: 0;
	margin: 0; 
	vertical-align:baseline;
	bottom:5px;
	/* vertical-align: text-top; Top, Right, Bottom, Left */	
	}	

.subscript {
	font-size: x-small;
	color: #000000;
	line-height: inherit;
	position:relative;
	padding: 0;
	margin: 0; /* Top, Right, Bottom, Left */	
	vertical-align:baseline;
	bottom:-5px;
	}	

