/* CSS Document */
body {
	background-color:#1387D0;
}

div, p, td {
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#666666;
}

.footer {
	font-size:8pt;
	color:black;
}
	
.footer a {
	color:black;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

#banner {
	color:#1387D0;
	text-align:right;
}

#banner a {
	color:#1387D0;
	text-decoration:none;
}

#banner a:hover {
	text-decoration:underline;
}

#menu {
	color:white;
}

#menu a {
	color:white;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
	background-image:url(../images/menudot_on.gif);
}

#main {
	background-color:#ffffff;
	padding:30px 60px;
	/* line-height:150%; */
	height:1%;
}

#main div.lwide {
	position:relative;
	float:left;
	width:580px;
	/* border:1px solid black; */
}

#main div.rnarrow {
	position:relative;
	float:right;
	width:293px;
	background-image:url(images/prt_rnarrow_rshadow.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin-top:50px;
}

#main div.rnarrow div.inner {
	padding: 10px 21px 10px 10px;
	margin:0px 0px 0px 21px;
	width:240px;
	border-left:1px solid #eeeeee;
}

#main div.lhalf {
	/*width:440;*/
	width:440px;
	position:relative;
	float:left;
}

#main div.rhalf {
	/*width:416;*/
	width:416px;
	position:relative;
	float:right;
}

#main div.rhalf div.outer {
	background-image:url(images/prt_shadows_a_r3_c5.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#main div.rhalf div.outer div.inner {
	padding: 10px 21px 10px 10px;
	margin:0px 0px 0px 0px;
	width:416px;
	border-left:1px solid #eeeeee;	
}

#main div.l50 {
	width:455;
	position:relative;
	float:left;
}

#main div.r50 {
	width:455;
	position:relative;
	float:right;
}

#main a {
	color:black;
	text-decoration:underline;
}

#main a:hover {
	background-color:#cccccc;
}

#main a.fancy {
	color:#1387D0;
	text-decoration:underline;
	font-style:italic
}

#main a.fancy:hover {
	text-decoration:underline;
	background-color:transparent;
}

.pressitemtitle { 
	font-weight:bold; 
	color:black;
}

ul {
	padding-left:16px;
}

.itemtitle {
	font-weight:bold;
	text-decoration:underline;
}

strong {
	font-weight:bold;
	color:#666666;
}

h1 {
	font-weight:normal;
	font-size:28pt;
	color:#1387D0;
	margin:0;
	padding:0;
}

h1.fancy {
	color:#0eac61;
}

h2 {
	font-weight:normal;
	font-size:18pt;
	color:#1387D0;
	margin:0;
	padding:0;
}

h2.inline {
	font-size:14pt;
	display:inline;
	padding-right:0.5em;
}

h3 {
	font-weight:bold;
	font-size:9pt;
	color:black;
	text-decoration:none;
}

ul.vlinklist {
	padding:0;
	margin:0;
}

ul.vlinklist li {
	display:block;
	list-style-type:none;
	padding:10px 0 0 0;
	margin:0;
}

div.carddesc p.cardname {
	color:#1387D0;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

div.carddesc p.cardname a
{
	text-decoration:none !important;
	font-weight:bold !important;
	color:#1387D0 !important;
}

div.carddesc p.cardname a:hover
{
	text-decoration:underline !important;
	font-weight:bold !important;
	color:#1387D0 !important;
	background-color:Transparent !important;
}

div.carddesc ul {
	padding:0px;
	margin:0px 20px 20px 20px;
}

.reqfield {
	color:red;
}

button.submit {
	border:0;
	background-color:transparent;
}



