body {
	background-image: url('./images/bg.gif');
	text-align: center;
	min-width: 1024px;
	padding: 0px;
	margin: 0px;
}

A:link  {
	text-decoration: none;
	color: #435BB9;
}

A:visited  {
	text-decoration: none;
	color: #435BB9;
}

A:active  {
	text-decoration: none;
	color: #435BB9;
}

A:hover {
	text-decoration: underline;
	color: #787AF3;
}

DIV.header {
	background: #C3D4FE;
	background-image: url("./images/header-bg.gif");
	width: 100%;
	height: 250px;
}

DIV.copyright {
	background: #C3D4FE;
	background-image: url("./images/header-bg.gif");
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
DIV.copyright p {
	padding-top: 1px;
	font-family: Arial;
	font-size: 14pt;
}

DIV.heads-base, DIV.copyright-base {
	background-image: url("./images/heads-base-bg.gif");
	width: 100%;
	height: 15px;
}

DIV.copyright-base {
	margin-bottom: 20px;
}

DIV.body {
	background-image: url("./images/body-bg.gif");
	width: 950px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

DIV.body-content {
	float: left;
	width: 650px;
	text-align: left;
}

DIV.body-content p {
	text-align: left;
	font-family: times;
	font-size: 14pt;
	margin-left: 30px;
	margin-right: 30px;
}

DIV.body-sidebar {
	float: right;
	width: 275px;
}

DIV.event-block {
	background: #C3D4FE;
	background-image: url("./images/header-bg.gif");
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	width: 90%;
	height: 160px;
	overflow: auto;
}

DIV.website-link {
	background: #C3D4FE;
	width: 525px;
	height: 100px;
	padding: 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

DIV.gallery-image {
	display: table-cell;
	background: #C3D4FE;
	width: 276px;
	height: 276px;
	text-align: center;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

DIV.clear {
	clear: both;
}

H1 {
	padding-top: 15px;
	margin: 0px;
	font-size: 26pt;
	font-family: arial;
	text-align: center;
}

H2 {
	color: #0069A7;
	text-align: left;
	font-size: 18pt;
	font-family: verdana;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 50px;
}

H3 {
	padding-top: 15px;
	padding-bottom: 18pt;
	font-size: 16pt;
	font-family: arial;
	text-align: center;
}

H4 {
	color: #0000FF;
	padding: 0px;
	margin: 0px;
	font-size: 14pt;
	font-family: times;
	font-weight: normal;
	text-align: right;
}

H5{
	color: #0069A7;
	text-align: center;
	font-size: 20pt;
	font-family: verdana;
}

SPAN.label {
	color: #000000;
	display: inline-block;
	width: 330px;
}

IMG {
	border: 0px;
}

IMG.header-img {
	width: 1000px;
	height: 250px;
}

IMG.logo-rotaract {
	display: block;
	width: 150px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

IMG.ad-image {
	width: 175px;
	height: 175px;
	margin-top: 50px;
}

IMG.event-image {
	float: left;
}

IMG.website-image-left {
	width: 100px;
	height: 100px;
	float: left;
}

IMG.website-image-right {
	width: 100px;
	height: 100px;
	float: right;
}

TABLE.executive-list {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

TD.executive-list-col1 {
	width: 220px;
	color: #0000FF;
	background-color: #C3D4FE;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial;
}

TD.executive-list-col2 {
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	font-family: arial;
}

UL.list-menu {
	padding-top: 30px;
	list-style: none;
}

LI.list-menu-item {
	font-size: 18pt;
	font-family: verdana;
}

UL.list-generic {
	text-align: left:
}

UL.list-numbered {
	text-align: left;
	list-style-type: decimal;
}

HR.body-dividor {
	color: #7B96DD;
	background-color: #7B96DD;
	width: 95%;
	height: 2px;
	margin-top: 0px;
	margin-bottom: 10px;
}