
body {
	font-size:11px;
	background-color:#FFFFFA;
}

body, li, p {
	font-family:verdana, trebuchet ms, arial;
}

td {
	font-size:12px;
	vertical-align:top;
}

a{
	text-decoration:	underline;
	color:#000000;
}

img {
   behavior: url("scripts/pngbehavior.htc");
}

a:hover{
	text-decoration:	none;
}

ul {
	font-size:11px;
}

li
{
	margin-top:16px 0px 0px 16px;
}

h1 {
	background-color:#000000;
	width: 100%;
	color: white;
	padding: 16px;
}

h2{
	background-color:#555;
	width: 100%;
	color: white;
	padding: 8px 16px;

	font-size:12px;
	margin:1px 0;
}

h3{
	background-color:#ddd;
	width: 100%;
	color: white;
	padding: 4px 16px;

	margin:1px 0;

	font-size:11px;
}

h3 a{
	text-decoration:none;
}


.bodyContainer{
	background-image:url(i/bg-bodycontainer.gif);
	width:740px;
}

.read-items p
{
	margin:8px 32px 12px 16px;
}

#content{
	position:relative;
	background-color:#FFFFFC;
	margin:48px 36px 36px 24px;
}

.featured{
	position:absolute;
	left:320px;
	top:10px;
	width: 250;
	height: 350;
	padding:16px;
	background-color:white;
	font-size:10px;
}

.featured img {
	margin-bottom:8px;
	text-align:center;
}
.px9 {
	font-size:9px;
}
.rajakatitle {
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: bold;
	font-size:36px;
	width: 100%;
	color: white;
	padding: 16px;
}
#RaJump{
	text-align:center;
	color:white;
}
#RaJump div.RaJump{
	display:inline;
/*	background-color:#526F7E;*/
	padding:5px;
}
#RaJump #RaJumpTarget, #RaJump #RaJumpTarget option{
	font-family: verdana, "trebuchet ms", arial;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
	color:#000;
	background-color:#fff;
	border:0px solid #000;
}

#logoImg{
	text-decoration:none;
}
#logoImg img{
	margin:0px;
	padding:0px;
}

/* BORDERS */

.night{
	color:#e4f1f7;
	background-color:#0F5090;
	background-image:url(i/bgs/bg-sky-night.jpg);
	height:48px;
	background-repeat:repeat-x;
	background-position:left;
}

.day{
	background-color:#d9ebf9;
	background-image:url(i/bgs/bg-sky-day.jpg);
	height:48px;
	background-repeat:repeat-x;
	background-position:right;
}

.tableBordered{
	border-collapse:collapse;
}
.tableBordered td{
	padding:0px;
	margin:0px;
	border:0px solid #FFFFFF;
}
.tableBordered .tl{
	background-image:url(i/borders/brd-out-tl.gif);
	width:16px;
	height:16px;
}
.tableBordered .tm{
	background-image:url(i/borders/brd-out-tm.gif);
}
.tableBordered .tr{
	background-image:url(i/borders/brd-out-tr.gif);
	width:16px;
}
.tableBordered .ml{
	background-image:url(i/borders/brd-out-ml.gif);
}
.tableBordered .mm{
	background-image:url(i/borders/brd-out-mm.gif);
}
.tableBordered .mr{
	background-image:url(i/borders/brd-out-mr.gif);
}
.tableBordered .bl{
	background-image:url(i/borders/brd-out-bl.gif);
	height:16px;
}
.tableBordered .bm{
	background-image:url(i/borders/brd-out-bm.gif);
}
.tableBordered .br{
	background-image:url(i/borders/brd-out-br.gif);
}


