/*------------------------------------------------------------------------------------*/
/*layout_01*/
/*Defines position, size, and optionally colors and backgrounds of page elements*/
/*09 Aug 2007*/
/*------------------------------------------------------------------------------------*/

/*-- IDs --*/


	/*-- #content --*/
			/* Content is intended to hold all information between header and footer */
			#content {
				margin-top: 20px;
				/* background: url(../assets/general/background_columns.gif) repeat-y; */
			}
		
	/*-- #secondarycolumn --*/
			#secondarycolumn {
				background-color: #FFFFFF;
				/* border-style: none solid none none; */
				border-style: none;
				border-width: 1px;
				color: black;
				float: left;
				font-size: large;
				font-weight: 600;
				overflow: hidden;
				padding: 20px 0px 0px 0px;
				width: 300px;
			}

				#secondarycolumn ul li {
					margin-left: -25px;
					margin-right: 5px;
					margin-top: 10px;
					font-size: small;
				}
			
				#secondarycolumn li {
					list-style: none;
					text-align: left;
				}
				
				#secondarycolumn a {
					color: black;
					text-decoration: none;					
				}				

				#secondarycolumn a:hover {
					color: #03C0FF;
					/* background-color: #EEEEEE; */
					/* text-decoration: underline; */
				}	


	/*-- #secondarycontent --*/
		#secondarycontent {
			display: none;
		}
	

	/*-- #primarycolumn --*/
		#primarycolumn {
			background-color: transparent;
			border-style: none none none solid;
			border-width: 1px;
			float: right;
			margin-left: auto;
			margin-right: auto;
			padding: 0px 20px 0px 30px;
			width: 600px;
		}


	/*-- #primarycolumnbanner --*/
		#primarycolumnbanner {
			display: none ;
		}
				
	
/*-- Classes --*/
	
	
/*-- Tags --*/


