html
{
 height:100%;
 margin: 0;
 padding: 0;
 top: 0;
 left: 0;
}
body
{
	text-align : center;
	margin:0;
	padding:3px 0 0;
 	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*background-color: #003c20;*/
	color: #000000;
	background:#003c20 url(http://www.studindicator.com/images/bg_site.gif) repeat-x;
	background-position: 35Px 0px;
}
#container
{
	width: 1000px;
	background: #FFF url(../images/bg.gif) repeat-y;
	padding:0;
	margin: 0 auto;
	text-align:left; 
}

/*start of nav*/
#nav
{
	background: #FFF url(../images/nav.jpg) no-repeat;
	height: 33px;
}
ul#navigation
{
	margin:0 32px;
	padding:0;
	list-style-type:none;
	float:left;
	width:100%;
}
ul#navigation li
{
	display:inline;
}
ul#navigation a
{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	display:block;
	float: left;
	width: 136px;
	padding:8px 0px 0px 0px;
	text-align : center;
	text-decoration: none;
	color: #fff;
}
ul#navigation a:hover
{
	color:#ffff00;
}
/*end of nav*/

/*start of left panel*/
#left_panel
{
	float: left;
	width: 250px;
	display: inline;
	margin-left: 20px;
	margin-right: 0;
	padding: 8px 0 5px 10px;
}
#left_content_table
{
	display: block;
	width: 243px;
	padding: 10px 0px 10px 5px;
	background: #fff url(../images/left.jpg) repeat-y;
}
.left_content_sub_1
{
	height:142px;
	width:208px;
	background: url(../images/left_sub_bg.gif) no-repeat;
	font-size: 90%;
}
/*end of left panel*/

/*start for right panel*/
#right_panel
{
	width: 724px;
	margin: 0;
	padding: 0;
	display: inline;
}
#right_content_table
{
	margin-left: 0px;
	padding: 0px 0px 10px 6px;
	background: #fff url(../images/right.jpg) repeat-y;
	width: 693px;
}
.title_bg
{
	margin: 0;
	padding: 0;
	background: url(../images/title_bg.jpg) no-repeat;
	width: 684px;
	height: 41px;
	text-align : center;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.right_content_padding
{
	padding: 5px 15px;
}
.right_content_image_padding
{
	padding-left: 40px;
}

/*start of footer*/
#footer
{
	color:#fff;
	padding:0;
	clear: both;
	font-size: 90%;
	background: #FFF url(../images/footer.gif) no-repeat;
	height: 57px;
}
table#footer_link
{
	padding: 20px 30px 10px 30px;
}
table#footer_link a
{
	text-decoration: none;
	color: #fff;
}
table#footer_link a:hover
{
	color:#ffff00;
	font-weight: 600;
}
/*end of footer*/

.myhr
{
	height: 1px;
	border-width: 0px;
	padding: 0px;
	color: #B4C9E4;
	border-bottom: 1px dashed;
}

.review 
{
	color: #555;
	text-align: justify;
	font-size: 11px;
	margin: 5px 15px 5px 2px;
	padding:0;
}

UL.main 
{
 list-style-type: disk;
 list-style-image: url(../images/circle.gif);
 text-align: left;
}
LI.main 
{
}

