body {
	padding-left: 15%;
	padding-right: 15%;
	font-family: Trebuchet Ms, Arial, Helvetica, Swiss, _Sans, Sans;
}

body.splash {
	text-align: center;
	font-family: Trebuchet Ms, Arial, Helvetica, Swiss, _Sans, Sans;
}

div.par {
	padding: 3px;
}

div.centered {
	text-align: center;
}

div.navbarborder {
	text-align:center;
}

div.roundcont {
	width: 700px;
	min-width: 700px;
	background-color: #cc2828;
	color: #ffffff;
	text-align: center;
}

div.roundcont p {
	margin: 0 10px;
}

div.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

div.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

div.smallspace {
	padding-top: 0.2em;	
}

div.pagecenter {
	text-align: center;
	position: absolute;
	height: 99%;
	width: 99%;
	border: 1px solid black;
}

img.corner {
   border: none;
   display: block !important;
}


a {
	text-decoration: none;
	color: #cc2828;
	background-color: white;
}

a.navlink {
	text-decoration: none;
	color: white;
	background-color: #cc2828;
}

span.ita {
	font-style: italic;
}

span.caption {
	color: #cc2828;
	background-color: white;
	font-weight: bold;
	font-size: 16pt;
}

h2 {
	color: #cc2828;
	background-color: white;
	font-weight: bold;
	font-size: 14pt;
}


li.list {
	padding-bottom: 10px;
}

ul.defaultlist {
	list-style-type: square;
	list-style-image: url(images/bullet.jpg);
}

table.ctable {
	margin-left: auto;
	margin-right: auto;

}

table.dt {
	
}

table.dt td {
	border-bottom: 1pt dashed black;
	padding-left: 1em;
	padding-right: 1em;
}

table.dt td:first-child {
	border-bottom: 1pt dashed black;
	font-weight: bold;
}

td.thumbnail {
	padding: 3px;
}

img {
	border-style: none;
}

.rbroundbox { background: #cc2828;	width: 700px; min-width: 700px; }
.rb1        { background: url(images/tl.gif) no-repeat top left; width: 100%; height: 5px; font-size: 1px; }
.rbtop      { background: url(images/tr.gif) no-repeat top right; width: 100%; height: 5px; font-size: 1px;}
.rb2        { background: url(images/bl.gif) no-repeat bottom left; width: 100%; height: 5px; font-size: 1px;}
.rbbot      { background: url(images/br.gif) no-repeat bottom right; width: 100%; height: 5px; font-size: 1px;}

.rbcontent  { margin: 0 14px; text-align: center; color: white}
.rbroundbox { margin: auto; }


