/* css & divs positioning external style sheet */
/* for paradigm website pages*/
/* updated: 02dec07 */

body {font-family:"Nimbus Sans L", Arial, Helvetica, sans-serif; font-size:12pt; color:#000080; margin-left:25px; margin-right:25px}
a:link {color:#0000FF}
a:visited {color:#0000FF}
ul {font-size:14pt; font-weight:normal;}
/* class styles for divs follow */

.outerbox {
	position:absolute;
	top:50px;
	left:100px;
	height:500px;
	width:800px;
	border-style: solid;
	border-width:3px;
	border-color:yellow;
	background-color:#B0C4DE;
	padding:10px;
	} 

.template {
	border-style: solid;
	border-width:0px;
	border-color:yellow;
	height:25px;
	width:50px;
	padding:5px;
	}

.bg {
	background: #000000 url(../images/bg_strip05.jpg) repeat-x;
	}

/* class styles follow */
.cent {text-align:center}
.centbold {text-align:center; font-weight:bold}
.right {text-align:right;}
.top {vertical-align:top;}
.vmid {vertical-align:middle;}
.lfloat {float:left;}
.rfloat {float: right;}
.lclear {clear:left;}
.rclear {clear:right;}
.rlmarg {margin-left:25px; margin-right:25px;}
.rmarg {margin-right:25px;}
.nlmarg {margin-left:-25px;}
.padimage {padding-right:25px; float:left;}
.just {text-align:justify;}
.boldtext {font-weight:bold;}
.font14 {font-size:14pt; font-weight:normal;}
.bold14 {font-size:14pt; font-weight:bold;}
.vertbold {font-size:24pt; font-weight:bold; vertical-align:middle;}
.bold24 {font-size:24pt; font-weight:bold;}
.bold18 {font-size:18pt; font-weight:bold;}
.navhead {color:#000080; text-align:left; font-weight:bold; z-index:3;}
.title {font-size:18pt; font-weight:bold;}


/* id styles follow */


