body {  font-family: arial, helvetica, sans-serif;
	font-size: .90em; color: #000000; text-align: center;
	}

		/*Special Formatting*/

#bigger { font-size: 120%; font-weight: 600;  }
#biggera { font-size: 120%; font-weight: 600;
	   text-align: left;  }

#pj	{text-align: justify; }


#bigger1 { font-size: 125%; font-weight: 500;  }
#bigger2 { font-size: 140%; font-weight: 500;  }

		/*Special Formatting Ends*/


#container { width: 950px; margin: 0px 0px 0px 0px; 
		color: #000000;  line-height: 1.2em; 
                background-color: #ffffff;
		margin: 0 auto;}

#top { padding:0em 0em 0em 0em; text-align: center;
	height: 120px;}

#nav { padding: .5em 0em .5em 0em; text-align: center; color: #ff0000; }




#leftcol { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: left; color: #000000;
		background-color: #ffffff;
	        height: 420px;}


#content { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		text-align: right;
		color: #000000;
	        height: 420px;}

#leftcolr { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: left; color: #000000;
		background-color: #ffffff;
	        height: 540px;}


#contentr { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		text-align: center;
		color: #000000;
	        height: 540px;}


#leftcola { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: left; color: #000000;
		background-color: #ffffff;
	        height: 1100px;}


#contenta { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		text-align: right;
		color: #000000;
	        height: 1100px;}

#leftcolb { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: center; color: #000000;
		background-color: #ffffff;
	        height: 1100px;}


#contentb { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		color: #000000;
	        height: 1100px;}

#leftcolb1 { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: center; color: #000000;
		background-color: #ffffff;
	        height: 1150px;}


#contentb1 { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		color: #000000;
	        height: 1150px;}

#leftcolb2 { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: left; color: #000000;
		background-color: #ffffff;
	        height: 600px;}


#contentb2 { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		color: #000000;
	        height: 600px;}

#leftcolc { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: center; color: #000000;
		background-color: #ffffff;
	        height: 420px;}

#leftcolc1 { float: left; width: 300px; margin: 5px 0px 0px 0px; 
		padding: .5em 0em 0em 0em;
		text-align: left; color: #000000;
		background-color: #ffffff;
	        height: 420px;}


#contentc { margin: 5px 0px 0px 320px;
		padding: .5em .5em 0em .5em;
		color: #000000;
	        height: 420px;}


			/*Footer*/

#foot { padding: .2em 0em .5em 0em; text-align: center; color: #000000;}

#s1 { float: right }
#s2 { float: left }

			/*Footer End*/

			/* Div to split column */

#leftcol1 { float: left; width: 360px; margin: 0; 
		padding: .5em 0em 0em 0em;
		border-style: solid; border-color: #00ff99;
		border-width: 2px; }

#rightcol1 { float: right; width: 360px; margin: 0; 
		padding: .5em 0em 0em 0em;
		border-style: solid; border-color: #00ff99;
		border-width: 2px; }

			/* Div to split column. End */


			/* Buttons */

a.ovalbutton{
background: transparent url('images/oval-gray-left.gif') no-repeat top 
left;
display: block;
float: right;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of 
SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-gray-right.gif') no-repeat top 
right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 
'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

			/*Buttons End */





