/*
global stylesheet for the UEMS website
*/

a
{
	/* LINK STYLE */
	color: #336699;
}

a.menuItem
{
	/* SIDE MENU LINK */
	text-decoration: none;
	color: #edc01c;
}

a.menuItem:hover
{
	/* SIDE MENU ON MOUSE OVER EFFECT */
	text-decoration: underline; 
	color: #ffffcc;
}

a.link
{
	font-weight: bolder;
	text-decoration: none;
	font-family: CG Omega, Gill Sans MT, Verdana, Tahoma, arial;
}


a.link:hover
{
	text-decoration: underline;
}

li.link
{
	margin-bottom: 12pt;
}

dd.spaceOut
{
	margin-bottom: 6pt;
}

body
{
	/* DEFAULT STYLE FOR ALL PAGE ELEMENTS - USED IF NO OTHER STYLE IS SPECIFIED */
	color: #336699;
	background-color: #ffffff;
	font-family: Garamond, Times New Roman;
	margin: 0px;
}

.logo
{
	/* USED FOR THE UEMS LOGO IN THE TOP LEFT CORNER */
	width: 145px;
	height: 154px;
	margin: 5px;
}

.logoCommon
{
	/* USED FOR THE UEMS LOGO IN THE TOP LEFT CORNER */
	width: 120px;
	height: 122px;
	margin: 5px;
}

#EBPText, #SOPText
{
	/* TEXT BANNER */
	height: 40px;
	width: 540px;
}

.bannerLayoutTable
{
	/*  */
	width: 100%;
	cell-padding: 0px;
	cell-spacing: 0px;
	background-color: #ffffcc;
}

.mainLayoutTable
{
	/*  */
	width: 100%;
	cell-padding: 0px;
	cell-spacing: 0px;
}

.bullet
{
	/*  */
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.center
{
	/*  */
	text-align: center;
}

.colorful
{
	/*  */
	background-color: #3399ff;
}

.bold
{
	/* */
	font-weight: bolder;
}

td.bannerLogo
{
	/* USED FOR THE LOGO CELL IN THE BANNER LAYOUT TABLE */
	vertical-align: center;
	width: 160px;
	height: 170px;
}

td.menu
{
	/* USED FOR THE CELL IN MAIN LAYOUT TABLE THAT CONTAINS THE MENU */
	background-color: #336699;
	vertical-align: top;
	width: 145px;
	padding: 10px;
	padding-top: 48px;
}

ul.menu
{
	/* SIDE MENU */
	text-align: left;
	font-weight: 600;
	font-size: 10pt;
	font-family: CG Omega, Gill Sans MT, Verdana, Tahoma, arial;
	list-style-image: url("../graphics/star.gif");
	margin-left: 20px;
	background-color: ;
}

li.menuItem
{
	/* USED FOR THE SIDE MENU ITEMS */
	margin-top: 7px;
	margin-bottom: 7px;
}

td.main
{
	/* MAIN CELL IN THE MAIN LAYOUT TABLE */
	padding: 50px;
	vertical-align: top;
	background-color: white;
	background-image: url("../graphics/logoBackground.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.mailto
{
	/* USED FOR THE MAILTO LINK AT BOTTOM OF PAGE */
}
