/* for home page only */


* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body {
	background-color: #7b3784;
	font-size: 11px;
	line-height: 16px;
}

#container {
	background-image: url("img/home_bg.jpg");
	background-color: #ddd;
	height: 600px;
	width: 800px;
	margin: 50px auto auto auto;
}

#header {
	width: 800px;
	height: 90px;
}

#header img {
	padding-left: 45px;
	padding-top: 25px;
}

#nav {
	width: 800px;
	height: 28px;
	margin-left: 1px;
	clear: both;
	font-size: 12px;
}

#nav div {
	height: 27px;
	width: 131px;
	margin: 1px;
	background-image: url("img/tabtemplate.gif");
	font-weight: bold;
	text-align: center;
	float: left;
	line-height: 25px;
}

#nav a:link, #nav a:visited {
	color: #333;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #7b3784;
	text-decoration: none;
}

#footer {
	text-align: center;
	display: block;
	line-height: 14px;
}

#left {
	width: 200px;
	height: 300px;
	float: left;
	padding: 20px;
}

#right {
	height: 440px;
	width: 480px;
	margin-left: 275px;
}

#rightinner {
	width: 457px;
	padding-top: 310px;
}

#footer a, #left a, #right a {
	color: #7b3784;
	text-decoration: none;
	font-weight: bold;
}

#footer a {
	margin: 0px 30px 0px 30px;
	text-decoration: none;
}

.block {
	background-color: #e0e0ee;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#left a:hover, #left a:active, #right a:hover, #right a:active {
	background-color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}

#left li {
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}

#left p {
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	font-style: italic;
}

#rightinner p {
	padding: 5px;
}

#right b, #left b {
	color: #404f6e;
	font-weight: bold;
}
