/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.remove-bottom { margin-bottom: 0 !important; 
		padding-bottom: 0 !important; }



/*PRINT STYLES FOR ALL TEMPLATE PAGES */

@media print {
#ur_top_menu, #ur_leftsidebar, #ur_bottom_menu, nav, #ur_search, footer {display: none;}

#ur_maincontent {float:none;
	width: 100%;}
	
body {background:#ffffff;}

#ur_container {background-image:none;}

#ur_maincontent a:link, #ur_maincontent a:visited {text-decoration:underline;}

#ur_maincontent p {margin-bottom:20px;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;}
	
	#ur_maincontent li {margin-bottom:20px;
	font-size:12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4em;
	list-style-type:disc;
	margin-left:20px;}

#ur_maincontent h1 {margin:0;
	padding:0;
	line-height:100%;
	color:#212020;
	padding-bottom:15px;
	font-size:2.5em;}

#ur_maincontent h2 {margin:0;
	padding:0;
	padding-bottom:10px;
	color:#212020;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2em;}
	
#ur_maincontent h3 {margin:0;
	padding:0;
	padding-bottom:5px;
	color:#212020;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;}

#ur_maincontent h4 {margin:0;
	padding:0;
	padding-bottom:5px;
	color:#212020;
	font-size:1em;
	font-weight:normal;}

.ur_topbanner a span {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26pt;
	display:block;
	margin-top:20px;
	margin-bottom:10px;}	
	
#ur_maincontent h1 {
	font-size:28pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
	text-align:center}

.clearfloat { clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

.align-right {float:right;
	border:1px solid #666666;
	margin-left:20px;
	margin-bottom:20px;}

.align-left {float:left;
	border:1px solid #666666;
	margin-right:20px;
	margin-bottom:20px;}
}