p, h1, h2, h3, h4, h5, h6, a, ul, li, quote {
	margin-top: 0;
	padding-top: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
	color: #666;
	margin-top: 20px;
	margin-bottom: 30px;
}

body a:link, a:visited, a:active {
	color: #FF9900;
	text-decoration: none;
}

body a:hover {
	text-decoration: none;
	color: #666666;
}

/* IE inherit font size in tables */

table {
	font-size: 1.0em;
}


/* Main Layout */
	
#container {
	width: 663px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}

#top {
	background: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 663px;
	margin-bottom:0px;

}

#middle {
	padding-top:0px;
	margin-top:0px;
	background: url(images/middle_bg.jpg);
	background-repeat: repeat-y;
	width: 663px;
	margin: 0px;
}

/* Clearing hack */

.hack:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .hack {height: 10%;}

#bottom {
	background: url(images/bottom_bg.jpg) no-repeat;
	height: 34px;
	width: 663px;
	margin: 0;
}

.footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
	margin: 10px 0 0 0;
}

/* End......... */


/* Start Content */
.content {
	width: 430px;
	margin-left: 170px;
	text-align: justify;
}

.content p {
	padding: 0px;
	margin-bottom: 8px;
	margin-top:0px;
}

.content h1 { 
	padding: 0px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.content h2 { 
	padding: 0px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.content h3 { 
	padding: 0px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

/* End ............ */


/* Menu Start .... */

#menu {
	width: 120px;
	height: 100%;
	border-right: 1px solid #E1E1E1;
	padding-right: 10px;
	color: #999;
	float: left;
	font-size: 9px;
}

#menu {margin-left:14px;}
html>body #menu {margin: 0px 0px 0px 26px;}

#nav {
	margin: 0;
	padding: 0;
}

#nav ul{
	list-style-type: none;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#nav ul li {
	background:  url(images/bullet.gif) no-repeat 2px 6px;
	padding: 3px 0 3px 15px;
	margin: 0;
}
#nav ul ul{
	list-style-type: none;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#nav ul ul li {
	background:  url(images/bullet1.gif) no-repeat 2px 6px;
	padding: 3px 0 3px 15px;
	margin: 0 0 0 15px;
}

/* End........... */
