* {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(images/bg1.gif) 0 100% repeat-x;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #333;
}
a:link, a:visited {
	color: #0000CC;
}
a:hover {
	color: #966;
}
h1 {
	margin-bottom: 11px;
	margin-left: -108px;
	padding: 15px 0 21px 108px;
	border-bottom: 1px solid #ccc;
	font: normal italic 1.5em/18px Georgia, serif;
	color: #52A6D6;
	font-size: 1.5em
}
h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
}
h2 {
	margin-left: -204px;
	padding: 20px 0 20px 204px;
	background: url(images/h2_ornament.gif) 3px 0 no-repeat;
	font-size: 1.25em;
	text-transform: uppercase;
	color:#52A6D6;
}
h3 {
	padding-bottom: 6px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #52A6D6;
}
h2.noorn{
	background: none;
	text-transform: none;
	padding-top: 20px;
}
h2.newPrem {
	margin-left: -204px;
	padding: 20px 0 20px 204px;
	background: url(images/h2_ornament.gif) 3px 0 no-repeat;
	font-size: 2.5em;
	text-transform: uppercase;
	color:#FE2E2E;
}
#wrap {
	background: url(images/wrap1.gif) repeat-x;
}
#page {
	margin: 0 auto;
	width: 960px;
	background: #fff url(images/page.gif) repeat-y;
	text-align: left;
}
#header {
	height: 192px;
	background: #3C5CBE url(images/header2.gif) bottom no-repeat;
}
#header h3 {
	float: left;
	padding: 10px 24px 24px 126px;
	font-style: italic;
	font-size: 3em;
	font-family: "Monotype Corsiva" cursive;
	line-height: 1em;
	color: #fff;
	text-transform: none;
}
#header ul {
	padding-top: 70px;
	padding-right: 15px;
	text-align: right;
	list-style: none;
}
#header li {
	display: inline;
	margin: 0 12px;
}
#header li a {
	font-size: 1.25em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
}
#header li a:hover {
	color: #300;
}
#content-primary {
	float: right;
	margin: 12px 24px 60px 24px;
	width: 528px;
}
#content-primary p {
	text-align: justify;
}
#content-primary li {
	font-size: 1.2em;
	line-height: 1.25em;
	padding-left:15px;
	list-style: none;
}

#content-primary img {
	float: right;
	margin: 6px 18px 0 114px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
}
#content-primary li {
	padding-bottom: 18px;
}
#content-primary td{
	padding-left: 20px;
	padding-right: 20px;
}
#content-secondary {
	float: right;
	margin: 30px 216px 60px 24px;
	width: 144px;
	font-size: 11px;
	/*color: #300;*/
}
#content-secondary p {
	padding-bottom: 18px;
}
#content-secondary strong {
	color: #52A6D6;
}
#footer {
	clear: right;
	height: 192px;
	background: #a3a3a3 url(images/footer2.gif) top no-repeat;
	font-size: 10px;
	line-height: 1em;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #c99;
}		
#footer p {
	padding: 132px 24px 0 24px;
}
.clear {
	clear: both;
}
.closed{
	color:red;
}