/* ######## NAME MEDIA TYPE ######### */
@media screen{
/* ######## BODY ######### */
	body
		{
			margin: 0;
			padding: 0;
			font-size: 80%;
			font-family: helvetica, georgia, times, "times new roman", serif;
			color: #000099;
			background-color: #fff;
		}
/* ######## LINK PROPERTIES  ######### */
		a:link { color: #3366ff; 
			text-decoration: underline;
                }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}
/* ######## BACK BUTTON  ######### */
		.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #ccccff;
			color: #996633;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #ffcc66;
			color: #006;
			text-decoration: underline;
		}
/* ######## HEADER  ######### */
		div#header
		{
		        background-color: #000;
		        height: 95px;
			color: #fff;
			background-image: url(../gayok_header.jpg);
			border-bottom: 1px solid #000;
		}

		div#header h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 2.2em;
			font-weight: normal;
		}
/* ######## TOP NAVIGATION  ######### */
		#topnav
		{
			height: 15px;
			background-color: #ccccff;
			color: #272900;
			padding: 2px 0;
			margin-bottom: 22px;
		}
	
		#topnav ul
		{
			margin: 0 0 0 20px;
			padding: 0;
			list-style-type: none;
			border-left: 1px solid #C4C769;
		}
	
		#topnav li
		{
			display: inline;
			padding: 0 10px;
			border-right: 1px solid #C4C769;
		}
	
		#topnav li a
		{
			text-decoration: none;
			color: #272900;
		}
	
		#topnav li a:hover
		{
			text-decoration: none;
			color: #ff0000;
			background-color: #ffffcc;
		}
/* ######## LEFT CONTAINER  ######### */
		div#leftcontainer
		{
		/*	background-image: url(nav_col_base.jpg); */
		/*	background-repeat: repeat-y;             */
                        background-position: left;
		}
/* ######## RIGHT CONTAINER  ######### */
		div#rightcontainer
		{
		/*	background-image: url(more_col_base.jpg); */
		/*	background-repeat: repeat-y;              */
                        background-color: #ffffff;
			background-position: right;
		}
/* ######## LEFT NAVIGATION  ######### */
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: 0;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
		div#navigation ul li { margin-top: 0px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 3px 5px 3px 10px;
			text-decoration: none;
			color: #009900;
                        background-color: #ccccff;
		/*	background-image: url(nav_base.jpg); */
			background-repeat: repeat-y;
                        border-bottom: 1px solid #eee;
		}
		
		#navigation ul li a:hover
		{
			color: #cc0000;
			background-color: #ffcc66;
		/*	background-image: url(nav_base2.jpg); */
		/*	background-repeat: repeat-y;          */ 
		}
/* ######## RIGHT SIDE CONTENT  ######### */
		div#rightside
		{
			float: right;
			width: 160px;
			margin: 0;
			padding: 2em 10px 0 0;
			color: #993300;
                        image: url(../award.gif);
		}
		
		div#rightside h3
		{
			margin-top: 0;
			color: #993300;
			padding: .2em;
		/*	background-image: url(more_base.jpg); */
                        background-color: #ffcc66;
			background-position: right;
		/*	background-repeat: repeat-y; */
		}
/* ######## MAIN CONTENT  ######### */
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
		}
		div#content_table
		{
			margin-left: 95px;
			margin-right: 200px;
		}
		div#content h2
		{
			font-size: 2em;
			color: #6600cc;
			margin: 0;
			padding-top: .5em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
/* ######## FOOTER  ######### */
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: center;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}

/* ###### DONT REMOVE EXTRA BRACKET BELOW ######### */
}