@charset "utf-8";
/* CSS Document */

body{background-color:#2b255b;}
#wrap{width:100%;}
#body{font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#footer{font-size:9px; color:#FFFFFF;}

h1{font-weight:bold; color:#000; font-size:1.5em;}
a{text-decoration:none; color:#FFFFFF;}
a.links{text-decoration:none; color:#FFFFFF; font-size:12px;}
a.text{color:#000000; text-decoration:underline;}
p{color:#000; padding-bottom:20px;}

.roundcont {
	width:600px;
	background-color: #ecf2fd;
}

.roundcont p {
	margin: 0 40px;
}

.roundtop { 
	background: url(/images/corner_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(/images/corner_br.gif) no-repeat top right; 
}

img.corner {
   width: 40px;
   height: 40px;
   border: none;
   display: block !important;
}

ul.content{margin-left:40px;}
ul.content li{padding-bottom:5px;}

ol.content{margin-left:40px;}
ol.content li{padding-bottom:5px;}
