/* global css reset starts */
		
		:link,:visited {
		text-decoration:none
		}

		ul,ol {
		list-style:none
		}

		h1,h2,h3,h4,h5,h6,pre,code {
		font-size:1em;
		}

		ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
		margin:0;
		padding:0
		}

		a img,:link img,:visited img {
		border:none
		}

		address {
		font-style:normal
		}
		
		object {
		text-decoration:none;
		}
		
/* global css reset ends */



/* START OF CSS STYLE FOR SAMPLE SITE  */

		body {
		text-align:center;
		background-color:rgb(63,63,63);
		margin:0;
		padding:0;
		}
		
		div#wrapper {
		width:900px;
		height:auto;
		min-height:350px;
		padding:0;
		margin:0 auto;
		background-color:rgb(63,63,63);
		border-left:1px solid rgb(100,100,100);
		border-right:1px solid rgb(100,100,100);
		border-bottom:1px solid rgb(100,100,100);
		border:1px solid #777;
		}
		
		div#header {
		width:900px;
		height:100px;
		position:relative;
		left:0;
		top:0;
		background-color:#444;
		}
		
		div#content {
		width:500px;
		height:100%;
		margin:0 0 0 190px;
		min-height:600px;
		padding:10px;
		}
		
		div#footer {
		background-color:#444;
		width:880px;
		height:98px;
		padding:0 10px 0 10px;
		}

		div#triangle {
		position:relative;
		width:105px;
		height:105px;
		left:795px;
		top:0;
		padding:0;
		margin:0;
		clear:both;
		/* border:1px solid #660000; */	
		}
		
		div#navigation {
		width:100%;
		height:35px;
		margin:0 0 20px 0;
		padding:10px 0 4px 0;
		}
		
		div#sidebar_right {
		width:190px;
		height:auto;
		min-height:400px;
		padding:0 10px 0 10px;
		margin:10px 15px 0 0;
		float:right;
		background-color:#444;
		}
		
		ul#navlist {
		margin:0;
		width:100%;
		height:15px;
		text-align: center;
		/* border:1px solid #990000; */
		}
		
		ul#navlist li {
		font-size:0.9em;
		font-family: Arial, Helvetica, sans-serif;
		background-color:transparent;
		width:100px;
		height:20px;
		float:left;
		display:inline;
		padding:5px;
		/* border:1px solid #990000; */
		}
		
		ul#navlist li a:link {
		background-color: rgb(139,197,63);
		text-decoration: none;
		width:100px;
		height:20px;
		float:left;
		padding-top:4px;
		display:inline;
		color:rgb(255,255,255);
		}
		
		ul#navlist li a:visited {
		background-color: rgb(139,197,63);
		text-decoration: none;
		width:100px;
		height:20px;
		float:left;
		padding-top:4px;
		display:inline;
		color:rgb(255,255,255);
		}
		
		ul#navlist li a:hover {
		background-color: rgb(246,146,30);
		text-decoration: none;
		width:100px;
		height:20px;
		float:left;
		padding-top:4px;
		display:inline;
		color:rgb(255,255,255);
		}

		ul#navlist li a#active {
		background-color: rgb(246,146,30);
		text-decoration: none;
		font-weight: bold;
		width:100px;
		height:20px;
		float:left;
		padding-top:4px;
		display:inline;
		color:rgb(255,255,255);
		}

		p#copyright {
		font-family:arial, sans-serif;
		margin:0 auto;
		text-align:left;
		font-size: 0.7em;
		line-height: 1.4em;
		color:rgb(120,120,120);
		padding:7px 0 15px 10px;
		width:900px;
		}
	
		p#copyright a:active {
		text-decoration:underline;
		color:rgb(120,120,120);
		}
		
		p#copyright a:visited {
		text-decoration:underline;
		color:rgb(120,120,120);
		}
		
		p#copyright a:link {
		text-decoration:underline;
		color:rgb(120,120,120);
		}
		
		p#copyright a:hover {
		text-decoration:underline;
		color:rgb(200,200,200);
		}

		h1 {
		text-transform: capitalize;
		font-size: 1.8em;
		color:rgb(120,120,120);
		font-family:Arial, sans-serif;
		letter-spacing: 5px;
		word-spacing: 5px;
		padding:0 0 8px 10px;
		font-weight:100;
		text-align: left;
		}
		
		h2.headline {
		font-family:Verdana, Arial, sans-serif;
		font-size: 1.3em;
		font-weight: 100;
		text-align: left;
		color:rgb(255,255,255);
		padding:0 20px 0 0;
		margin:8px 0 6px 12px;
		}
		
		h3.sidebar_headline {
		font-family:Arial, sans-serif;
		margin:0 0 6px 12px;
		font-weight: bold;
		text-align:left;
		font-size: 0.8em;
		line-height: 1.3em;
		color:rgb(150,150,150);
		padding:0 20px 0 0;
		letter-spacing: 2px;
		}		
		
		h3.subhead {
		font-family:Arial, sans-serif;
		margin:0 0 6px 12px;
		font-weight: 100;
		text-align:left;
		font-size: 0.8em;
		line-height: 1.6em;
		color:rgb(150,150,150);
		padding:0 20px 0 0;
		text-transform: uppercase;
		letter-spacing: 2px;
		}
			
		h2 {
		font-family:Verdana, Arial, sans-serif;
		font-size: 1.0em;
		font-weight: 100;
		text-align: left;
		color:rgb(255,255,255);
		padding:2px 0 6px 0;
		margin:0:
		}
		
		h2 a:active {
		text-decoration:none;
		color:rgb(255,255,255);
		}
		
		h2 a:visited {
		text-decoration:none;
		color:rgb(139,197,63);
		}
		
		h2 a:link {
		text-decoration:none;
		color:rgb(139,197,63);
		}
		
		h2 a:hover {
		text-decoration:underline;
		color:rgb(255,255,255);
		}
		
		h3 {
		font-family:Verdana, Arial, sans-serif;
		font-size: 0.8em;
		font-weight: 100;
		text-align: left;
		color:rgb(125,125,125);
		letter-spacing: 1px;
		padding:3px 0 4px 0;
		text-transform: uppercase;
		}
		
		p {
		font-family:Arial, sans-serif;
		margin:8px 0 18px 12px;
		font-weight: 100;
		text-align:left;
		font-size: 0.9em;
		line-height: 1.6em;
		color:rgb(180,180,180);
		padding:0 20px 0 0;
		}

		p em {
		font-weight: bold;
		font-style:normal;
		color:rgb(220,220,220);
		}
		
		p a:active {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:visited {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:link {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p a:hover {
		text-decoration:underline;
		color:rgb(255,255,255);
		}
		
		p span {
		font-family: Trebuchet ms, Verdana, arial, sans-serif;
		font-size: 1.4em;
		color:rgb(255,127,0);
		}
		
		
		
		
		p.caption {
		font-family:Arial, sans-serif;
		margin:0 0 0 12px;
		font-weight: 100;
		text-align:left;
		font-size: 0.8em;
		line-height: 1.3em;
		color:rgb(220,220,220);
		padding:0;
		}
		
		p.caption a:active {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p.caption a:visited {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p.caption a:link {
		text-decoration:underline;
		color:rgb(255,127,0);
		}
		
		p.caption a:hover {
		text-decoration:underline;
		color:rgb(104,104,104);
		}
		
		
		
		p.breadcrumb {
		font-family:Arial, sans-serif;
		margin:0 0 12px 12px;
		font-weight: 100;
		text-align:left;
		font-size: 0.7em;
		line-height: 1.6em;
		color:rgb(150,150,150);
		padding:0 0 0 0;
		text-transform: uppercase;
		}
		
		p.breadcrumb a:active {
		text-decoration:underline;
		color:rgb(150,150,150);
		}
		
		p.breadcrumb a:visited {
		text-decoration:underline;
		color:rgb(150,150,150);
		}
		
		p.breadcrumb a:link {
		text-decoration:underline;
		color:rgb(150,150,150);
		}
		
		p.breadcrumb a:hover {
		text-decoration:underline;
		color:rgb(220,220,220);
		}
			
		
	ul#list1 {
	width:490px;
	list-style: none;
	margin:10px 0 15px 8px;
	}
	
	ul#list1 em {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color:rgb(210,210,210);
	}

	ul#list1 li {
	text-align:left;
	background-color:rgb(73,73,73);
	/* border-bottom:1px solid rgb(104,104,104); */
	padding:2px 8px 4px 8px;
	margin:10px 0 10px 0;
	font-size:0.9em;
	line-height:1.5em;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:rgb(210,210,210);
	}
	
	ul#list1 li a:link {
		color:rgb(210,210,210);
		text-decoration:underline;
		font-weight: normal;
	}
	
	ul#list1 li a:visited {
		color:rgb(210,210,210);
		text-decoration:underline;
		font-weight: normal;
	}
	
	ul#list1 li a:hover {
		color:rgb(255,255,255);
		text-decoration:underline;
		font-weight: normal;
	}

	
	
	
	
	ul.details_left {
	width:185px;
	list-style: none;
	margin:5px 0 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.7em;
	color:#fff;
	line-height: 1.8em;
	letter-spacing: 1px;
	/* border:1px solid #660000; */
	}
	
	ul.details_left em {
	font-weight: bold;
	font-style: normal;
	float:right;
	color:#fff;
	text-align: right;
	}
	
	ul.details_left li {
	border-bottom:1px solid rgb(140,140,140);
	margin:2px 0 0 0;
	}
	
	
	ul.sidebar_links {
	width:185px;
	list-style: none;
	margin:5px 0 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.8em;
	color:rgb(220,220,220);
	line-height: 1.8em;
	letter-spacing: 1px;
	/* border:1px solid #660000; */	
	}
	
	ul.sidebar_links li a:link {
		color:rgb(220,220,220);
		text-decoration:underline;
	}
	
	ul.sidebar_links li a:visited {
		color:rgb(220,220,220);
		text-decoration:underline;
	}
	
	ul.sidebar_links li a:hover {
		color:rgb(255,255,255);
		text-decoration:underline;
	}
		
	
	div#newscolumn {
	width:100%;
	max-width:670px;
	height:auto;
	}
	
	div.newsbox {
	width:28%;
	height:70px;
	border:1px solid rgb(80,80,80);
	float:left;
	margin:10px 13px 0 0;
	padding:10px 10px 15px 10px;
	background-image: url(../images/slice1.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
	
	img.small_thumb {
	float:left;
	margin:20px 0 20px 10px;
	border:1px solid rgb(140,140,140);
	padding:0;
	}
	
	

