@charset "utf-8";
/* CSS Document */

#Container_UgandaHomePage {
	height: 2025px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border: thick solid #000;
}

#MainFull {
	float: right;
	height: 2000px;
	width: 800px;
}

#footer {
	height: 27px;
	width: 1000px;
	float: left;
}

/* Style Rule for the Div of the SchoolCelebrations_Header of the schoolCelebration.html
   for the 2023 Uganda trip. */
#SchoolCelebrations_HeaderLinks {
	float: left;
	height: 200px;
	width: 800px;
	border: thin solid #b23e4b;
}

/*            HOME PAGE STYLE RULES FOR 2025 UGANDA TRIP
Style Rule for the Div of the Drive to Main Parish Video Link for the 2025 Uganda trip. */
#VideoLink {
	float: right;
	height: 200px;
	width: 800px;
}
/* Style Rule for the Div of the Main Parish Pictures of inside and outside
   for the 2025 Uganda trip. */
#HolyTrinityPicLinks {
	float: right;
	height: 200px;
	width: 800px;
}
/* Style Rule for the Div of the SubParishes Pictures */
#SubParishPicLinks {
	float: right;
	height: 200px;
	width: 800px;
}
/*Style Rules for video pages of the 2025 Uganda trip. */
#Container_VideoPage {
	background-color: #b23e4b;
	height: 1300px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #000000;
}
#VideoBlock {
	float: right;
	height: 1280px;
	width: 720px;
}
#VideoControlsList {
	background-color: #feff99;
	float: left;
	height: 1300px;
	width: 100px;
}


/* Style Rules for the Divs of the Uganda Ministry Home Page */
#Uganda_LeftMenuBar {
	background-color: #FF9;
	float: left;
	height: 2000px;
	width: 200px;
}
#Uganda_TopMenuBar {
	float: right;
	height: 100px;
	width: 800px;
}

#Uganda_Menu1 {
	float: left;
	height: 100px;
	width: 133px;
	margin-left:-15px;
}
#Uganda_Menu2 {
	float: left;
	height: 100px;
	width: 133px;;
}
#Uganda_Menu3 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu4 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu5 {
	float: left;
	height: 100px;
	width: 133px;
}
#Uganda_Menu6 {
	float: right;
	height: 100px;
	width: 133px;
	margin-left: -660px;
	margin-right:10px;
}





/* Style Classes for the LeftMenuBar and TopMenuBar Divs of the TravelsToUganda Home Page*/
/* Uganda_LeftMenuBar Style Class */
.headingStyle {
	color:#903; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

/* Style Class for all menus of the LeftMenuBar and TopMenuBar Divs except for the
   menu of the Uganda Ministry Home Page */
.Uganda_menu {
	text-align:center;
	color: #FFF;
	font-weight:bold;
	list-style:none;
}
.Uganda_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.Uganda_menu_a{
	color:#FFF;
	font-size: 20px;
	display:block;
	margin-left:15px;
	margin-bottom:2px;
	width:75%;
	padding:10px;
	background: #060;
	text-decoration:none;
	border-radius:30px;
	border: thick solid #903;
}

/*  Style Class for ONLY the menu of the Uganda Ministry Home Page
    of the LeftMenuBar Div */
.UgandaMinistry_menu {
	text-align:center;
	color: #FFF;
	font-weight:bold;
	list-style:none;
}
.UgandaMinistry_menu_li{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.UgandaMinistry_menu_a{
	color:#FFF;
	font-size:20px;
	display:block;
	margin-left:15px;
	margin-bottom:2px;
	width:75%;
	padding:10px;
	background: #680102;
	text-decoration:none;
	border-radius:30px;
	border: thick solid #fd9b02;
}
