HTML{
	PADDING: 0px;
    MARGIN: 0px;
    COLOR: #000000; 
	HEIGHT: 100%;
	BACKGROUND-COLOR: #0d1b87;
	TEXT-ALIGN: center;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

BODY {
 	FONT-SIZE: 76%;
  	LINE-HEIGHT: 1.5em;
   	FONT-FAMILY: Tahoma, sans serif;
    HEIGHT: 100.5%;
	margin-top: 0px;
}

#containerBG{
	width:960px;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;position:relative;
}
	
#container {
   	MARGIN: 0px;
    WIDTH: 760px;
	TEXT-ALIGN: left;position:relative;
 }
 
#page {
	MARGIN: 0px;
	width:760px;position:relative; }
 
A {
	COLOR: #1e35c8;text-decoration:none;
}

A:link {
	COLOR: #1e35c8;text-decoration:none;
}

A:visited {
	COLOR: #1e35c8;text-decoration:none;
}

A:active {
	COLOR: #0320f3;text-decoration:none;
}

A:hover {
 	COLOR: #0d1b87; 
	text-decoration:none;
 		}

#header {
	position:relative;
	left:0px;
	width:760px;
}

#toplayoutroundedge{
	position:relative;
	width:760px;
	height:46px;
	top:0px;
	left:0px;
	background-image:url(../images/toplayout.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#bottomlayoutroundedge{
	position:relative;
	width:760px;
	height:46px;
	bottom:0px;
	left:0px;
	background-image:url(../images/bottomlayout.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#left{overflow-y:auto;position:relative;float:left;width:450px;max-width:450px;min-width:450px;height:auto;padding-right:2px;word-wrap:break-word;z-index:600}
#right{position:relative;float:right; width:270px;height:auto;padding-top:18px;padding-left:2px;background-image:url(../rightbg.jpg);background-color:#ededed;background-repeat:no-repeat;background-position:top;word-wrap:break-word;z-index:600;overflow-y:auto}
.pagecontent2 {
	margin:0px;
	border:0px;
	width:100%;
	background-color:#ffffff;position:relative;z-index:700;
}

.pagecontent {
	margin:0px;
	border:0px;
	PADDING:20px 10px 20px;
	width:740px;
	min-height:268px;
	background-color:#ffffff;position:relative;z-index:000;overflow-y:hidden
}

.hidden { 
	display: none; 
}
.unhidden { 
	display: block;
}

/*Portlet Style*/
.portlet,.sideblock {border: none;margin: 0 0 0.75em 0.75em;padding: 0px;float: none;overflow: hidden;}
.right {float: right;margin-left: 2em;}
.portlet h1,.sideblock h1 {font-weight: normal;white-space: nowrap;font-size:85%}
.portlet .header,.sideblock .header {color:#fefda8;font-size:100%;padding: 2px 7px 3px 2px;background-image:url(../3dbg.jpg);height: 17px;white-space: nowrap; font-weight: bold;text-align: left;border-bottom: none;}
.right .header {padding-left: 1.9em;padding-top: 1px;padding-bottom: 7px;}
.portlet .content,.sideblock .content {background-image:url(../insidebg.jpg);background-position:bottom;background-repeat:repeat-x;color: black;border-collapse: collapse;padding: 5px 3px 3px 5px ; -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;}
.portlet h1,.sideblock h1 {margin: 0;padding: 0;}

<!--FOOTER CLASSES-->
.footer {
position:relative;
 	BORDER-TOP:	#B09F85 1px solid;
   	FONT-SIZE: 90%;
    MARGIN-BOTTOM: 0px; 
	HEIGHT: 50px;
	text-align:center;
	 }