body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-top: 25px;
}
#banner {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	width:100%;
	text-align: center;
}
#body-index {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 726px;
	margin-top: 5px;
	background-color: #FFFFFF;
	min-height: 505px;
}
#body {
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 726px;
	margin-top: 5px;
	background-color: #FFFFFF;
	min-height: 505px;
	background-image: url(images/people-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#links {
	margin-top: 10px;
}

.left {
	float: left;
}
.right {
	float: right;
}
#news {
	background-color: #FFFFFF;
	width: 65%;
	border: 1px solid #CCCCCC;
}
#latestnews {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
	width: 16%;
}
#articles {
	width: 79%;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
}
#search {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: right;
	height: 24px;
}

#search input {
	margin-left: 2px;
	border: 1px solid #ffffff;
	height: 18px;
}

#search .submit {
	color: #333;
	background-color: #ccc;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: 3px;
	font-weight: bold;
}

#search-text {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding: 5px;
	width: 18%;
	float: left;
}

#content {
	width: 65%;
	padding-left: 5px;
}
#body-content {
	margin-top: 15px;
}
#link1 {
	float: left;
	height: 145px;
	width: 238px;
	margin-right: 6px;
}
#link2 {
	float: left;
	height: 145px;
	width: 238px;
	margin-right: 6px;
}
#link3 {
	float: left;
	height: 145px;
	width: 238px;
}
#related {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 40px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 30px;
	width: 21%;
}

#footer {
	margin-top: 10px;
}
#footer   .left   p, #footer  .right p {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}
p, .p  {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}
li {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.grey {
	color: #333333;
}


a {
	font-weight: bold;
	color: #45197B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #888EC8;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #45197B;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #4A4A4A;
	line-height: 19px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}










.clear {
	clear: both;
}

