/* Body Start */
	* {
		margin:0;
		padding:0;		
	}
	html, body {
		margin:0;
		padding:0;
		height:100%;
		background-color:#000000;
		color:#cccccc;
	}
	#mstr_container {
		min-height:100%;
		background:url(../img/bodybg.jpg) repeat-y top left;
		width:992px;
		margin:0 auto;
		position:relative;
	}
	#mstr_body {
		height:100%;
		padding-bottom:50px;		/* Height of the footer */
		padding-left:230px;			/* Width of the leftmenu */
		width:762px;
		background:url(../img/bodybg.jpg) repeat-y top left;
		min-height:815px; /* min-height of left menu bug fix */
	}
/* Body End */

/* Header Start */
	#mstr_header {
		height:0;
	}
/* Header End */

/* Left Start */
	#mstr_left {
		float:left;
		position:absolute;
		left:0;
		height:100%;
		width:230px;
		background:url(../img/leftbottom.jpg) no-repeat bottom left;
	}
	#mstr_LeftMenu a, #mstr_MenuPortal a {
		display:block;
		width:200px;
		height:25px;
	}
	#mstr_LeftMenu a:link, #mstr_LeftMenu a:visited, #mstr_MenuPortal a:link, #mstr_MenuPortal a:visited {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-decoration:none;
		padding:0 0 0 5px;
		line-height:25px;
		border-bottom:1px solid #c1c1c1;
		width:195px;
		background:url(../img/menuleftbg.png) repeat-x bottom;
	}
	#mstr_LeftMenu a:hover, #mstr_LeftMenu a:active, #mstr_MenuPortal a:hover, #mstr_MenuPortal a:active {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#c62c20;
		text-decoration:none;
		padding:0 0 0 5px;
		line-height:25px;
		width:195px;
		border-bottom:1px solid #c62c20;
		background-color:#eff0f2;
	}
/* Left End */

/* Footer Start */
	#mstr_footer {
		background-color:#231f20;
		color:#000000;
		position:absolute;
		width:992px;
		bottom:0;
		margin:0 auto;
		background:url(../img/footerbg.jpg) repeat-y top
	}
	#mstr_innerfooter {
		border-top:1px solid #cccccc;
		text-align:center;
		padding:15px 0 0 200px;
		color:#666666;
	}
	#mstr_innerfooterleft {
		width:200px;
		height:35px;
		float:left;
		text-align:center;
		padding:15px 0 0 0;
		color:#999999;
	}
	#mstr_innerfooterleft a {
		color:#999999;
	}
	#mstr_innerfooter a:link, #mstr_innerfooter a:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666666;
		text-decoration:none;
	}
	#mstr_innerfooter a:hover, #mstr_innerfooter a:active {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#999999;
		text-decoration:none;
	}
	* html #mstr_footer { /*only ie gets this style */
		\height:52px; /* for ie5 */
		he\ight:50px; /* for ie6 */
	}
	#clearfooter { /* needed to make room for footer */
		clear:both;
	}
/* Footer End */

/* Elements Start */
	a {
		text-decoration:none;
		color:#cccccc;
	}
	a:active, a:focus { /* remove the dotted line around links */
		outline: 0;
	}
	h1 {
		color:#d02b27;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:24px;
		padding:10px 0 10px 15px;
	}
	h2 {
		color:#d02b27;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:18px;
		padding:10px 0 10px 15px;
	}	
	p {
		margin:15px 45px 15px 15px;
		text-align:justify;
		font-family:arial;
		font-size:16px;
		
	}
	ul {
		margin:0 0 0 45px;
	}
	li {
		list-style-image:url(../img/linko.png);
		font-family:Arial;
	}
	.tabdiv {
		margin:0 0 0 5px;
		height:250px;
	}
	.tabdiv td {
		border-right:1px solid #CCCCCC;
		border-left:1px solid #CCCCCC;
		vertical-align:top;
		text-align:center;
		padding:0 0 20px 0;
	}
	.tabdiv td img {
		border:0;
		margin:0 0 10px 0;
	}
	.tabdiv a {
		text-decoration:none;
	}
	#mstr_HeaderImg {
		margin:10px 0 20px 5px;
		width:190px;
		height:93px;
	}
	.icon {
		vertical-align:middle;
		margin:0 5px 0 0;
		border:0;
	}
	.smallText {
		padding:0 0 0 45px;
		color:#666666;
		font-size:12px;
		font-style:italic;
		text-align:center;
	}
	.textImp {
	    font-weight:bold;
	    font-size:12px;
	    font-family:Arial, Helvetica, sans-serif
	}
	.ads125 {
	    width:125px;
	    height:125px;
	    margin:0 0 0 35px;
	    display:block;
	    clear:both;
	}
	.gv {
	    width:92%;
	    margin:0 0 0 15px;
	}
	.gv tr:hover {
	    background-color:#666666;
	}
	.gv tr.noHover:hover {
	    background-color:inherit;
	}
	.gv td {
	    border:0;
	    padding:5px;
	}
	.gv th {
	    text-align:left;
	    border:0;
	    border-bottom: 1px solid #333333;
	    padding:5px;
	}
	.tal {
	    text-align:right;
	    width:716px;
	}
/* Elements End */