			body,table,form
			{
				font-family:Arial;
				font-size:14px;
				color:#151515;
				background-color: white;
				text-align: center;
				margin: 0 auto;
				padding: 0;
			}
			#main 
			{
				position:relative;
				margin: 0 auto;
				text-align: left;
				width:	1000px;
				height: 700px;
				z-index:100;
				background-color: white;
			}
			#top
			{
				position:relative;
				left:0px;
				top:0px;
				height:90px;
				width:100%;
				background-color: #A3BF23;
				/*95A624*/
			}
			#top_img
			{
				height: 87px;
				width:100%;
			}
			#logo
			{
				position:absolute;
				right:30px;
				top:-31px;
				height:53px;
				width:290px;
				background-image:url(../img/logo.gif);
				background-repeat:no-repeat;
			}
			#navigation
			{
				position:absolute;	
				left:40px;
				top:40px;
			}
			#navigation ul
			{
				margin:0px;
				padding:0px;
				list-style-image:url(../img/dot_inactive.gif);
			}
			#navigation li
			{
				margin-bottom:8px;
			}
			#navigation a
			{
				font-weight:bold;
				text-decoration:none;
				color: #151515;
				font-family:Arial;
				font-size:14px;
				color:#151515;
			}
			#active
			{
				list-style-image:url(../img/dot_active.gif);
			}
			#content
			{
				position:relative;
				left: 240px;
				width:390px;
				background-color:#E1E1E1;
			}
			#content_img
			{
				position:relative;
				top:-20px;
				left:-20px;
				width: 387px;
				border-style: solid;
				border-width:2px;
				border-color: white;
				background-color:white;
				padding:0px;
				margin:0px;
				z-index:200000;
			}
			#content_p
			{
				padding-right:15px;
				padding-bottom: 30px;
				line-height:22px;
				font-family:Arial;
				font-size:14px;
				color:#151515;
			}
			#sidebar
			{
				position:absolute;
				left: 685px;
				top:100px;
				width:196px;
				font-weight:bold;
			}
			#sidebar ul
			{
				margin:0px;
				padding:0px;
				list-style:none;
			}
			#sidebar li
			{
				margin-bottom:8px;
			}
			#sidebar a
			{
				font-weight:bold;
				text-decoration:none;
				color: #151515;
			}
			#question
			{
				border-left:1px;
				border-right:0px;
				border-bottom:0px;
				border-top:0px;
				border-style:solid;
				border-color:#95A624;
				margin-bottom:30px;
				padding-left:10px;
			}
			#question a
			{
				font-family:Arial;
				font-size:14px;
			}
			#sidebar h1
			{
				font-size:14px;
				color: #95A624;
			}
			#quote
			{
				border-width:1px;
				border-style:solid;
				border-color:#95A624;
				padding:10px;
				font-family:Arial;
				font-size:14px;
			}
/* LOGIN */

			#oos_login_1
			{
				position: absolute;
				top:5px;
				right: 230px;
			}
			#oos_login_1 input
			{
				border: thin solid #333333;
				width: 100px;
				height: 20px;
			}
			#oos_login_2
			{
				position: absolute;
				top:5px;
				right: 160px;
				background: #b2c7d0;
				color: #004664;
				border: thin dotted #004664;
				height: 20px;
				width: 60px;
				text-align:left;
			}
			#oos_login_2 input
			{
				float: left;
			}
			#oos_login_2 span
			{
				position: relative;
				top: 3px;
			}
			
			#oos_login_3
			{
				position: absolute;
				top:5px;
				right: 10px;
				background: #b2c7d0;
				border: thin dotted #004664;
				height: 20px;
				width: 140px;
				text-align:left;
			}
			#oos_login_3 img
			{
				float: left;
			}
			#oos_login_3 span
			{
				position: relative;
				top: 3px;
				color: #004664;
			}
			/*username*/
			#oos_login_4
			{
				position:relative;
				float: right;
				top:5px;
				right: 20px;
				color: white;
				height: 20px;
				text-align:left;
			}
			#oos_login_4 span
			{
				position: relative;
				top: 5px;
			}
			#oos_login_5
			{
				position:relative;
				float: right;
				top:5px;
				right: 10px;
				background: #b2c7d0;
				border: thin dotted #004664;
				height: 20px;

				text-align:left;
			}
			#oos_login_5 img
			{
				float: left;
			}
			#oos_login_5 span
			{
				position: relative;
				top: 3px;
				color: #004664;
				padding-right:10px;
			}
			
			#oos_login
			{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 562px;
				height: 32px;
				border: thin dotted #ffffff;
				background:#004664;
				font-family: Verdana;
				color: #b2c7d0;
				font-size: 11px;
				text-align:right;
				z-index:101;
			}
			#oos_admin_panel
			{
				position:absolute;
				z-index: 2000;
				top: 0px;
				right: 0px;
				width: 500px;
				font-size:11px;
			}