/* Common to all pages */

@page {size 10.5in 6in; margin: 0cm;}

html, body { height: 100%; }

body, ul, li, tr, text {
	font-family: Helvetica;
	font-size: 12px;
	color: #666666;
}
p {
	font-family: Times New Roman;
	font-size: 15px;
	color: #666666;
	margin: 10px;
	margin-right: 10px;
	padding: 0px;
}

.quote {
	font-family: arial;
	font-size: 30px;
	color: #6699cc;
	margin: 10px;
	padding: 3px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: white;
	scrollbar-arrow-color: #6699cc;
	scrollbar-track-color: #996666;
	scrollbar-shadow-color: #6699cc;
	scrollbar-highlight-color: gray;
	scrollbar-3dlight-color: 6699cc;
	scrollbar-darkshadow-Color: gray;
	min-height: 100.02%;	/* force scrollbar on non-IE browsers */
							/* could use: overflow: -moz-scrollbars-vertical;*/
}

input, select	{ font-family: Arial; font-size: 11px; }
input			{ padding-left: 2px; }
textarea		{ font-family: Arial; font-size: 11px; }
table			{ border-collapse: collapse; empty-cells: show; }
table td		{ vertical-align:top; }
ul				{ margin-top:5px; }

/* Drops radio button to text level */
.myRadio		{ height: 14px; vertical-align: bottom; }

.content {
	width: 730px;
	vertical-align: top;
	padding: 10px;
	padding-top: 15px;
	background-image: url(../images/shadow_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.footer a {
	text-decoration: none;
}
.footer a:hover { 
	text-decoration: underline;
	color: black;
 }


.layoutLeft {
	width: 15px;
	height: 100%;
	background-image: url(../images/shadow_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.layoutRight {
	width: 15px;
	height: 100%;
	background-image: url(../images/shadow_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.BoxRight {
	width: 8px;
	height: 100%;
	background-image: url(../procedures/images/shadow_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.BoxBottom {
	height: 8px;
	background-image: url(../procedures/images/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}


h1 {
	margin: 10px;
	padding: 0px;
	font-family: Times New Roman;
	color: #6699cc;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Helvetica;
	color: #6699cc;
	font-size: 16px;
	font-weight: bold;
}

.navHeader a {
	margin:  3px;
	padding: 3px;
	font-family: times new roman;
	color: #6699cc;
	font-size: 16px;
	font-weight: bold;
	cursor:pointer;
	text-decoration: none;
}
.navHeader a:hover {
	text-decoration: underline;
	color: #6699cc;
	}

h2 {
	margin: 10px;
	padding: 0px;
	font-family: helvetica;
	font-size: 14px;
	color: #663333;
	font-weight: bold;	
}

.nav {
	vertical-align: top;
	background-color: #ccccff;
}

.navBox a {
	margin: 3px;
	padding: 3px;
	spacing: 5px;
	font-family: Times New Roman;
	font-size: 12px;
	font-weight: bold;
	color: black;
	cursor:pointer;
	text-decoration: none;
}

.navBox a:hover {
	text-decoration: underline;
	color: black;
	}



.bare		{ text-decoration: none; }
.bare:hover	{ text-decoration: underline }

.small, .small a { font-size: 10px; }

.photoLeft {
	float: left;
	margin-left: 80px;
	margin-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.photoRight {
	float: right;
	margin-right: 80px;
	margin-left:  10px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.note { color: #00aadd; }

.lund {
	margin-left: 10px;
	height: 54px;
	width: 309px;
	font-family: Times New Roman;
	font-size: 30px;
	text-align: center;
	color: black;
	padding: 10px;
	background-image: url(../lund/images/About.jpg);
}
