<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 	This is an open source XHTML/CSS website template created by Manjeet Singh Sawhney (http://www.manjeetss.com)
	You can use this template, but a reference to my website (www.manjeetss.com) would be appreciated. If you need
	any help or would like me to develop a website for you then please contact me via my website or e-mail me at manjeetss@gmail.com
*/

body
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: arial;

	color: #333333;
}

a:link, a:active, a:visited
{
	text-decoration: underline;
	font-size: 110%;
	color: GoldenRod;
}

a:hover
{
	text-decoration: underline;
}

#main
{
	width: 580px;
	padding: 25px 15px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 60px;
}

#header #right
{
	float: right;
	text-align: right;
	width: 300px;
}

.companyname
{
	font-style: "bold";
	font-size: 32px;
	float: left;
	color: #333333;
}

#banner
{
	background: url("../images/header6.jpg") 100% 0 no-repeat;
	height: 230px;
	background-color: #CDCDCD;
}

#banner h1
{
	color: #FFF;
	padding: 40px 0 0 25px;
	line-height: 120%;
}

#maincontent
{
	clear: both;
	margin: 15px 0;
}

div.content
{
	padding: 2px 20px 12px;
}

div.content:hover
{

}

p
{
	margin-bottom: 5px;
	line-height: 150%;
}

ul
{
	margin-bottom: -30px;
	padding : 0;
	list-style : none;
}


ol
{
	padding: 0px 0px 0px 20px;
}
ol li
{
	padding: 5px 15px 5px 0px;
	line-height: 140%;
}

h1
{
	font-size: 200%;
	color: GoldenRod;
}

h2
{
	font-size: 175%;
	color: GoldenRod;
}

h3
{
	font-size: 130%;
	color: GoldenRod;
}

h4
{
	color: GoldenRod;
}

#navbar
{
	background-color: GoldenRod;
	height: 30px;
	margin-bottom: 1px;
}

#navbar li
{
	padding: 8px 14px 2px 14px;
	border-right: 1px solid #FFF;
	float: left;
	font-weight: bold;
	height: 20px;
}

#navbar li.active
{
	background-color: DarkRed;
}

#navbar li:hover
{
	background-color: DarkRed;
	text-decoration: italic;
}

#navbar a:link, #navbar a:active, #navbar a:visited
{
	color: #FFF;
	text-decoration: none;
	padding: 8px 14px 2px 14px;
}


#footer
{
	border-top: 1px solid #CDCDCD;
	height: 15px;
	padding: 15px 25px 25px;
	font-size: 11px;
	text-align: center;
}

#footer p
{
	clear: both;
	color: #777;
	font-size: 11px;
	padding-top: 5px;
}

#footer  #bottomnavbar a
{
	padding-left: 15px;
}
#footer a:link, #footer a:active, #footer a:visited
{
	color: #777;
	text-decoration: none;

}
</pre></body></html>